Changeset 3192553
- Timestamp:
- 11/19/2024 06:39:00 PM (17 months ago)
- Location:
- inventory-presser/trunk
- Files:
-
- 5 edited
-
includes/class-invp.php (modified) (1 diff)
-
inventory-presser.php (modified) (3 diffs)
-
package-lock.json (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inventory-presser/trunk/includes/class-invp.php
r3183316 r3192553 47 47 // uninstall.php doesn't load the whole plugin but calls this method. 48 48 if ( ! class_exists( 'Inventory_Presser_Allow_Inventory_As_Home_Page' ) ) { 49 // During uninstall.php runs, the main plugin file is not loaded. 50 if ( ! defined( 'INVP_PLUGIN_FILE_PATH' ) ) { 51 define( 'INVP_PLUGIN_FILE_PATH', dirname( __DIR__ ) . '/inventory-presser.php' ); 52 } 49 53 include_once plugin_dir_path( INVP_PLUGIN_FILE_PATH ) . 'includes/class-allow-inventory-as-home-page.php'; 50 54 } -
inventory-presser/trunk/inventory-presser.php
r3184172 r3192553 13 13 * Plugin URI: https://inventorypresser.com 14 14 * Description: Car listings with photo sliders for automobile and powersports dealerships. 15 * Version: 14.17. 315 * Version: 14.17.4 16 16 * Author: Friday Systems 17 17 * Author URI: https://inventorypresser.com … … 22 22 * GitHub Plugin URI: https://github.com/fridaysystems/inventory-presser 23 23 * Primary Branch: main 24 * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.17. 3.zip25 * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17. 3.zip24 * Download URI: https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip 25 * Download URI: https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip 26 26 */ 27 27 … … 33 33 } 34 34 if ( ! defined( 'INVP_PLUGIN_VERSION' ) ) { 35 define( 'INVP_PLUGIN_VERSION', '14.17. 3' );35 define( 'INVP_PLUGIN_VERSION', '14.17.4' ); 36 36 } 37 37 -
inventory-presser/trunk/package-lock.json
r3184172 r3192553 1 1 { 2 2 "name": "inventory-presser", 3 "version": "14.17. 3",3 "version": "14.17.4", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "inventory-presser", 9 "version": "14.17. 3",9 "version": "14.17.4", 10 10 "license": "GPL-2.0-only", 11 11 "devDependencies": { -
inventory-presser/trunk/package.json
r3184172 r3192553 1 1 { 2 2 "name": "inventory-presser", 3 "version": "14.17. 3",3 "version": "14.17.4", 4 4 "description": "Simple inventory listings & everything else", 5 5 "main": "build/index.js", -
inventory-presser/trunk/readme.txt
r3184172 r3192553 3 3 Tags: car dealer, car dealership, car listings, auto dealer, car sales 4 4 Requires at least: 5.0.0 5 Tested up to: 6. 6.25 Tested up to: 6.7 6 6 Requires PHP: 7.0.0 7 Stable tag: 14.17. 37 Stable tag: 14.17.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 60 60 ### Downloads 61 61 62 * [https://downloads.wordpress.org/plugin/inventory-presser.14.17. 3.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.3.zip)63 * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17. 3.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.3.zip)62 * [https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip](https://downloads.wordpress.org/plugin/inventory-presser.14.17.4.zip) 63 * [https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip](https://inventorypresser.com/wp-content/uploads/inventory-presser-v14.17.4.zip) 64 64 65 65 … … 97 97 98 98 == Changelog == 99 100 = 14.17.4 = 101 * [Fixed] Fixes a bug that prevented the plugin from deleting data during uninstallation. 102 * [Changed] Changes tested up to version number to 6.7. 99 103 100 104 = 14.17.3 = … … 223 227 == Upgrade Notice == 224 228 229 = 14.17.4 = 230 Fixes a bug that prevented the plugin from deleting data during uninstallation. Changes tested up to version number to 6.7. 231 225 232 = 14.17.3 = 226 233 Fixes bug introduced in 14.17.2. Stops escaping HTML in invp_get_the_location_sentence() twice.
Note: See TracChangeset
for help on using the changeset viewer.