Changeset 2971923
- Timestamp:
- 09/26/2023 04:28:09 PM (18 months ago)
- Location:
- piwi-warehouse
- Files:
-
- 170 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
piwi-warehouse/trunk/core/movements/movement-ajax.php
r2971920 r2971923 381 381 $url = PWWH_CORE_MOVEMENT_URL . '/js/pwwh.movement.add.items.js'; 382 382 $deps = array(PWWH_CORE_MOVEMENT_COMMON_JS); 383 $ver = '202 01122';383 $ver = '20230926'; 384 384 wp_enqueue_script($id, $url, $deps, $ver); 385 385 -
piwi-warehouse/trunk/core/purchases/purchase-ajax.php
r2971920 r2971923 138 138 $url = PWWH_CORE_PURCHASE_URL . '/js/pwwh.purchase.add.items.js'; 139 139 $deps = array(PWWH_CORE_JS); 140 $ver = '202 01125';140 $ver = '20230926'; 141 141 wp_enqueue_script($id, $url, $deps, $ver); 142 142 -
piwi-warehouse/trunk/lib/lib.php
r2971920 r2971923 47 47 $url = PWWH_LIB_URL . '/css/lib-backend.css'; 48 48 $deps = array(); 49 $ver = '202 01020';49 $ver = '20230926'; 50 50 wp_enqueue_style($id, $url, $deps, $ver); 51 51 } -
piwi-warehouse/trunk/piwi-warehouse.php
r2971921 r2971923 14 14 * Plugin URI: 15 15 * Description: Warehouse manager. 16 * Version: 3.1. 216 * Version: 3.1.3 17 17 * Author: Piwi Graphics 18 18 * Author URI: http://piwi.graphics/ -
piwi-warehouse/trunk/readme.txt
r2971920 r2971923 5 5 Tested up to: 6.3.1 6 6 Requires PHP: 7.2 7 Stable tag: 3.1. 27 Stable tag: 3.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 3.1.3 = 41 * NEW: Updated scripts version. 42 40 43 = 3.1.2 = 41 44 * NEW: Minor fixes and improvements in the JS handling. 42 * NEW: Naming convetions aligned to the current development version. 43 45 44 46 = 3.1.1 = 45 47 * BUG: Fixed wrong label for the movement publish button (bug #27).
Note: See TracChangeset
for help on using the changeset viewer.