Changeset 3492949
- Timestamp:
- 03/27/2026 07:34:16 PM (25 hours ago)
- Location:
- easy-store-management-ayudawp
- Files:
-
- 12 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/css (added)
-
tags/1.0.3/assets/css/admin.css (added)
-
tags/1.0.3/easy-store-management-ayudawp.php (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/class-esm-activation.php (added)
-
tags/1.0.3/includes/class-esm-compatibility.php (added)
-
tags/1.0.3/includes/class-esm-enhanced-features.php (added)
-
tags/1.0.3/includes/class-esm-hooks.php (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/uninstall.php (added)
-
trunk/easy-store-management-ayudawp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-store-management-ayudawp/trunk/easy-store-management-ayudawp.php
r3388515 r3492949 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * Description: Simplifies WordPress admin dashboard for WooCommerce shop managers by hiding non-store related elements and reorganizing menus for better store management workflow. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Fernando Tellado 8 8 * Author URI: https://ayudawp.com 9 9 * Text Domain: easy-store-management-ayudawp 10 10 * Requires at least: 5.0 11 * Tested up to: 6.911 * Tested up to: 7.0 12 12 * Requires PHP: 7.4 13 13 * Requires Plugins: woocommerce 14 14 * WC requires at least: 5.0 15 * WC tested up to: 10. 3.415 * WC tested up to: 10.6 16 16 * License: GPL v2 or later 17 17 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 // Define plugin constants 29 define( 'AYUDAWP_ESM_VERSION', '1.0. 2' );29 define( 'AYUDAWP_ESM_VERSION', '1.0.3' ); 30 30 define( 'AYUDAWP_ESM_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 31 31 define( 'AYUDAWP_ESM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); -
easy-store-management-ayudawp/trunk/readme.txt
r3388515 r3492949 3 3 Tags: woocommerce, shop manager, admin, dashboard, store 4 4 Requires at least: 5.0 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 98 98 == Upgrade Notice == 99 99 100 = 1.0.3 = 101 * Tested up to WooCommerce 10.6.x 102 * Tested up to WordPress 7.0 103 100 104 = 1.0.2 = 101 105 Improvements: Better detection of WooCommerce extension widgets and more useful order counter (pending + on-hold). Recommended update.
Note: See TracChangeset
for help on using the changeset viewer.