Plugin Directory

Changeset 3492940


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

Probado con la 7

Location:
auto-capitalize-names-ayudawp
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • auto-capitalize-names-ayudawp/trunk/auto-capitalize-names-ayudawp.php

    r3485196 r3492940  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * Description: Automatically Capitalize and UPPERCASE customer names and addresses in WooCommerce. Bulk update existing names too. This plugin ensures proper name formatting for better professionalism and readability. Compatible with WooCommerce 5.0 and above, including the latest versions.
    6  * Version: 2.2.0
     6 * Version: 2.2.1
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
    9  * Tested up to: 6.9
     9 * Tested up to: 7.0
    1010 * WC requires at least: 5.0
    1111 * WC tested up to: 10.3
     
    2222
    2323// Define plugin constants.
    24 define( 'AYUDAWP_ACN_VERSION', '2.2.0' );
     24define( 'AYUDAWP_ACN_VERSION', '2.2.1' );
    2525define( 'AYUDAWP_ACN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2626define( 'AYUDAWP_ACN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • auto-capitalize-names-ayudawp/trunk/readme.txt

    r3485208 r3492940  
    33Tags: capitalize, uppercase, camel case, names case, names format
    44Requires at least: 5.8
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 2.2.0
     7Stable tag: 2.2.1
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    308308
    309309== Changelog ==
     310
     311= 2.2.1 =
     312* FIX: Fixed promotional banner button alignment on WordPress 7.0 due to core CSS specificity changes
     313* Tested up to WordPress 7.0
     314
    310315
    311316= 2.2.0 =
Note: See TracChangeset for help on using the changeset viewer.