Plugin Directory

Changeset 2971923


Ignore:
Timestamp:
09/26/2023 04:28:09 PM (18 months ago)
Author:
roccomarco
Message:

Added Piwi-Warehouse stable 3.1.3

Location:
piwi-warehouse
Files:
170 added
5 edited

Legend:

Unmodified
Added
Removed
  • piwi-warehouse/trunk/core/movements/movement-ajax.php

    r2971920 r2971923  
    381381  $url = PWWH_CORE_MOVEMENT_URL . '/js/pwwh.movement.add.items.js';
    382382  $deps = array(PWWH_CORE_MOVEMENT_COMMON_JS);
    383   $ver = '20201122';
     383  $ver = '20230926';
    384384  wp_enqueue_script($id, $url, $deps, $ver);
    385385
  • piwi-warehouse/trunk/core/purchases/purchase-ajax.php

    r2971920 r2971923  
    138138  $url = PWWH_CORE_PURCHASE_URL . '/js/pwwh.purchase.add.items.js';
    139139  $deps = array(PWWH_CORE_JS);
    140   $ver = '20201125';
     140  $ver = '20230926';
    141141  wp_enqueue_script($id, $url, $deps, $ver);
    142142
  • piwi-warehouse/trunk/lib/lib.php

    r2971920 r2971923  
    4747  $url = PWWH_LIB_URL . '/css/lib-backend.css';
    4848  $deps = array();
    49   $ver = '20201020';
     49  $ver = '20230926';
    5050  wp_enqueue_style($id, $url, $deps, $ver);
    5151}
  • piwi-warehouse/trunk/piwi-warehouse.php

    r2971921 r2971923  
    1414 * Plugin URI:
    1515 * Description:       Warehouse manager.
    16  * Version:           3.1.2
     16 * Version:           3.1.3
    1717 * Author:            Piwi Graphics
    1818 * Author URI:        http://piwi.graphics/
  • piwi-warehouse/trunk/readme.txt

    r2971920 r2971923  
    55Tested up to: 6.3.1
    66Requires PHP: 7.2
    7 Stable tag: 3.1.2
     7Stable tag: 3.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 3.1.3 =
     41 * NEW: Updated scripts version.
     42 
    4043= 3.1.2 =
    4144 * NEW: Minor fixes and improvements in the JS handling.
    42  * NEW: Naming convetions aligned to the current development version.
    43 
     45       
    4446= 3.1.1 =
    4547 * BUG: Fixed wrong label for the movement publish button (bug #27).
Note: See TracChangeset for help on using the changeset viewer.