Changeset 3463751
- Timestamp:
- 02/17/2026 06:43:07 PM (5 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/3.7.20 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.7.20/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
tags/3.7.20/include/admin/wrap/endpoints-content.php (modified) (1 diff)
-
tags/3.7.20/readme.txt (modified) (2 diffs)
-
trunk/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
trunk/include/admin/wrap/endpoints-content.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.7.20/customize-my-account-for-woocommerce.php
r3463725 r3463751 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7. 196 Version: 3.7.20 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/tags/3.7.20/include/admin/wrap/endpoints-content.php
r3455183 r3463751 627 627 628 628 <input type="hidden" name="<?php echo $this->wcmamtx_notices_settings_page; ?>[<?php echo $key; ?>][third_party]" value="yes"> 629 <input type="hidden" name="<?php echo $this->wcmamtx_notices_settings_page; ?>[<?php echo $key; ?>][endpoint_name]" value="<?php if (isset($name)) { echo $name; } ?>">629 630 630 </td> 631 631 -
customize-my-account-for-woocommerce/tags/3.7.20/readme.txt
r3463725 r3463751 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7. 199 Stable tag: 3.7.20 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later … … 146 146 == Changelog == 147 147 148 Version 3.7.19 - 17 February 2026 149 148 Version 3.7.20 - 17 February 2026 149 150 - Fix - label renaming not working on third party. 150 151 - Enhancement - Inbuilt compatibility for Tera Wallet Plugin. 151 152 - Fix - Automatic disable of user avatar. -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3463725 r3463751 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.7. 196 Version: 3.7.20 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/trunk/include/admin/wrap/endpoints-content.php
r3455183 r3463751 627 627 628 628 <input type="hidden" name="<?php echo $this->wcmamtx_notices_settings_page; ?>[<?php echo $key; ?>][third_party]" value="yes"> 629 <input type="hidden" name="<?php echo $this->wcmamtx_notices_settings_page; ?>[<?php echo $key; ?>][endpoint_name]" value="<?php if (isset($name)) { echo $name; } ?>">629 630 630 </td> 631 631 -
customize-my-account-for-woocommerce/trunk/readme.txt
r3463725 r3463751 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.7. 199 Stable tag: 3.7.20 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later … … 146 146 == Changelog == 147 147 148 Version 3.7.19 - 17 February 2026 149 148 Version 3.7.20 - 17 February 2026 149 150 - Fix - label renaming not working on third party. 150 151 - Enhancement - Inbuilt compatibility for Tera Wallet Plugin. 151 152 - Fix - Automatic disable of user avatar.
Note: See TracChangeset
for help on using the changeset viewer.