Changeset 3492940
- Timestamp:
- 03/27/2026 07:16:52 PM (25 hours ago)
- Location:
- auto-capitalize-names-ayudawp
- Files:
-
- 13 added
- 2 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/assets (added)
-
tags/2.2.1/assets/css (added)
-
tags/2.2.1/assets/css/admin.css (added)
-
tags/2.2.1/assets/js (added)
-
tags/2.2.1/assets/js/admin.js (added)
-
tags/2.2.1/auto-capitalize-names-ayudawp.php (added)
-
tags/2.2.1/includes (added)
-
tags/2.2.1/includes/class-ayudawp-acn-promo-banner.php (added)
-
tags/2.2.1/includes/class-ayudawp-auto-capitalize.php (added)
-
tags/2.2.1/includes/class-ayudawp-bulk-capitalize.php (added)
-
tags/2.2.1/includes/class-ayudawp-settings.php (added)
-
tags/2.2.1/readme.txt (added)
-
trunk/auto-capitalize-names-ayudawp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-capitalize-names-ayudawp/trunk/auto-capitalize-names-ayudawp.php
r3485196 r3492940 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * 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. 06 * Version: 2.2.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 9 * Tested up to: 6.99 * Tested up to: 7.0 10 10 * WC requires at least: 5.0 11 11 * WC tested up to: 10.3 … … 22 22 23 23 // Define plugin constants. 24 define( 'AYUDAWP_ACN_VERSION', '2.2. 0' );24 define( 'AYUDAWP_ACN_VERSION', '2.2.1' ); 25 25 define( 'AYUDAWP_ACN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 26 26 define( 'AYUDAWP_ACN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
auto-capitalize-names-ayudawp/trunk/readme.txt
r3485208 r3492940 3 3 Tags: capitalize, uppercase, camel case, names case, names format 4 4 Requires at least: 5.8 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 308 308 309 309 == 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 310 315 311 316 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.