Changeset 3467141
- Timestamp:
- 02/22/2026 10:28:40 PM (5 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/3.8.5 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.8.5/customize-my-account-for-woocommerce.php (modified) (2 diffs)
-
tags/3.8.5/readme.txt (modified) (1 diff)
-
trunk/customize-my-account-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.8.5/customize-my-account-for-woocommerce.php
r3467126 r3467141 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 46 Version: 3.8.5 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com … … 140 140 141 141 if (wcmamtx_elementor_mode !== null) { 142 if ((wcmamtx_elementor_mode == "on") && ($elementor_module_enable == "yes")) {142 if ((wcmamtx_elementor_mode == "on") ) { 143 143 include dirname( __FILE__ ) . '/elementor-addon/elementor-addon.php'; 144 144 } -
customize-my-account-for-woocommerce/tags/3.8.5/readme.txt
r3467126 r3467141 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 49 Stable tag: 3.8.5 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3467126 r3467141 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 46 Version: 3.8.5 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com … … 140 140 141 141 if (wcmamtx_elementor_mode !== null) { 142 if ((wcmamtx_elementor_mode == "on") && ($elementor_module_enable == "yes")) {142 if ((wcmamtx_elementor_mode == "on") ) { 143 143 include dirname( __FILE__ ) . '/elementor-addon/elementor-addon.php'; 144 144 } -
customize-my-account-for-woocommerce/trunk/readme.txt
r3467126 r3467141 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 49 Stable tag: 3.8.5 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.