Plugin Directory

Changeset 3492949


Ignore:
Timestamp:
03/27/2026 07:34:16 PM (25 hours ago)
Author:
fernandot
Message:

Probado hasta la 7 y woo 10.6

Location:
easy-store-management-ayudawp
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-store-management-ayudawp/trunk/easy-store-management-ayudawp.php

    r3388515 r3492949  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * 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.2
     6 * Version: 1.0.3
    77 * Author: Fernando Tellado
    88 * Author URI: https://ayudawp.com
    99 * Text Domain: easy-store-management-ayudawp
    1010 * Requires at least: 5.0
    11  * Tested up to: 6.9
     11 * Tested up to: 7.0
    1212 * Requires PHP: 7.4
    1313 * Requires Plugins: woocommerce
    1414 * WC requires at least: 5.0
    15  * WC tested up to: 10.3.4
     15 * WC tested up to: 10.6
    1616 * License: GPL v2 or later
    1717 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828// Define plugin constants
    29 define( 'AYUDAWP_ESM_VERSION', '1.0.2' );
     29define( 'AYUDAWP_ESM_VERSION', '1.0.3' );
    3030define( 'AYUDAWP_ESM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    3131define( 'AYUDAWP_ESM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
  • easy-store-management-ayudawp/trunk/readme.txt

    r3388515 r3492949  
    33Tags: woocommerce, shop manager, admin, dashboard, store
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9898== Upgrade Notice ==
    9999
     100= 1.0.3 =
     101* Tested up to WooCommerce 10.6.x
     102* Tested up to WordPress 7.0
     103
    100104= 1.0.2 =
    101105Improvements: 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.