Plugin Directory

Changeset 3467126


Ignore:
Timestamp:
02/22/2026 09:24:14 PM (5 weeks ago)
Author:
phppoet
Message:

Update codebase of 3.8.4

Location:
customize-my-account-for-woocommerce
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • customize-my-account-for-woocommerce/tags/3.8.4/customize-my-account-for-woocommerce.php

    r3466143 r3467126  
    44    Plugin URI: https://sysbasics.com
    55    Description: Customize My account page. Add/Edit/Remove Endpoints.
    6     Version: 3.8.3
     6    Version: 3.8.4
    77    Author: SysBasics
    88    Author URI: https://sysbasics.com
  • customize-my-account-for-woocommerce/tags/3.8.4/include/wcmamtx_extra_functions.php

    r3465865 r3467126  
    102102
    103103        $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'),
    105107        );
    106108
     
    147149        $module_settings = (array) get_option( 'wcmamtx_module_settings' );
    148150
     151       
     152
    149153        $el_widgets1 = array(
    150154          'user-avatar',
     
    358362
    359363    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>
    360366        <br/>
    361367        <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  
    77WC Requires at least: 4.0
    88Requires PHP: 5.2
    9 Stable tag: 3.8.3
     9Stable tag: 3.8.4
    1010Requires Plugins: woocommerce
    1111License: GPLv2 or later
  • customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php

    r3466143 r3467126  
    44    Plugin URI: https://sysbasics.com
    55    Description: Customize My account page. Add/Edit/Remove Endpoints.
    6     Version: 3.8.3
     6    Version: 3.8.4
    77    Author: SysBasics
    88    Author URI: https://sysbasics.com
  • customize-my-account-for-woocommerce/trunk/include/wcmamtx_extra_functions.php

    r3465865 r3467126  
    102102
    103103        $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'),
    105107        );
    106108
     
    147149        $module_settings = (array) get_option( 'wcmamtx_module_settings' );
    148150
     151       
     152
    149153        $el_widgets1 = array(
    150154          'user-avatar',
     
    358362
    359363    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>
    360366        <br/>
    361367        <strong><?php echo esc_html__( 'Pro Version Features' ,'customize-my-account-for-woocommerce'); ?></strong>
  • customize-my-account-for-woocommerce/trunk/readme.txt

    r3466143 r3467126  
    77WC Requires at least: 4.0
    88Requires PHP: 5.2
    9 Stable tag: 3.8.3
     9Stable tag: 3.8.4
    1010Requires Plugins: woocommerce
    1111License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.