Changeset 3467126
- Timestamp:
- 02/22/2026 09:24:14 PM (5 weeks ago)
- Location:
- customize-my-account-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/3.8.4 (copied) (copied from customize-my-account-for-woocommerce/trunk)
-
tags/3.8.4/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
tags/3.8.4/include/wcmamtx_extra_functions.php (modified) (3 diffs)
-
tags/3.8.4/readme.txt (modified) (1 diff)
-
trunk/customize-my-account-for-woocommerce.php (modified) (1 diff)
-
trunk/include/wcmamtx_extra_functions.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customize-my-account-for-woocommerce/tags/3.8.4/customize-my-account-for-woocommerce.php
r3466143 r3467126 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 36 Version: 3.8.4 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/tags/3.8.4/include/wcmamtx_extra_functions.php
r3465865 r3467126 102 102 103 103 $el_widgets1 = array( 104 'sample'=>esc_html__('sample','customize-my-account-for-woocommerce') 104 'sample'=>esc_html__('sample','customize-my-account-for-woocommerce'), 105 'user-avatar'=>esc_html__('User Avatar (Included)','customize-my-account-for-woocommerce'), 106 'elementor-templates'=>esc_html__('Elementor Templates (Included)','customize-my-account-for-woocommerce'), 105 107 ); 106 108 … … 147 149 $module_settings = (array) get_option( 'wcmamtx_module_settings' ); 148 150 151 152 149 153 $el_widgets1 = array( 150 154 'user-avatar', … … 358 362 359 363 function wcmamtx_load_pro_feature_preview() { ?> 364 <br/> 365 <strong style="color:green;"><?php echo esc_html__( 'Lifetime license starts from $49 USD' ,'customize-my-account-for-woocommerce'); ?></strong> 360 366 <br/> 361 367 <strong><?php echo esc_html__( 'Pro Version Features' ,'customize-my-account-for-woocommerce'); ?></strong> -
customize-my-account-for-woocommerce/tags/3.8.4/readme.txt
r3466143 r3467126 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 39 Stable tag: 3.8.4 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later -
customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php
r3466143 r3467126 4 4 Plugin URI: https://sysbasics.com 5 5 Description: Customize My account page. Add/Edit/Remove Endpoints. 6 Version: 3.8. 36 Version: 3.8.4 7 7 Author: SysBasics 8 8 Author URI: https://sysbasics.com -
customize-my-account-for-woocommerce/trunk/include/wcmamtx_extra_functions.php
r3465865 r3467126 102 102 103 103 $el_widgets1 = array( 104 'sample'=>esc_html__('sample','customize-my-account-for-woocommerce') 104 'sample'=>esc_html__('sample','customize-my-account-for-woocommerce'), 105 'user-avatar'=>esc_html__('User Avatar (Included)','customize-my-account-for-woocommerce'), 106 'elementor-templates'=>esc_html__('Elementor Templates (Included)','customize-my-account-for-woocommerce'), 105 107 ); 106 108 … … 147 149 $module_settings = (array) get_option( 'wcmamtx_module_settings' ); 148 150 151 152 149 153 $el_widgets1 = array( 150 154 'user-avatar', … … 358 362 359 363 function wcmamtx_load_pro_feature_preview() { ?> 364 <br/> 365 <strong style="color:green;"><?php echo esc_html__( 'Lifetime license starts from $49 USD' ,'customize-my-account-for-woocommerce'); ?></strong> 360 366 <br/> 361 367 <strong><?php echo esc_html__( 'Pro Version Features' ,'customize-my-account-for-woocommerce'); ?></strong> -
customize-my-account-for-woocommerce/trunk/readme.txt
r3466143 r3467126 7 7 WC Requires at least: 4.0 8 8 Requires PHP: 5.2 9 Stable tag: 3.8. 39 Stable tag: 3.8.4 10 10 Requires Plugins: woocommerce 11 11 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.