Plugin Directory

Changeset 3463751


Ignore:
Timestamp:
02/17/2026 06:43:07 PM (5 weeks ago)
Author:
phppoet
Message:

Update codebase of 3.7.20

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

Legend:

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

    r3463725 r3463751  
    44    Plugin URI: https://sysbasics.com
    55    Description: Customize My account page. Add/Edit/Remove Endpoints.
    6     Version: 3.7.19
     6    Version: 3.7.20
    77    Author: SysBasics
    88    Author URI: https://sysbasics.com
  • customize-my-account-for-woocommerce/tags/3.7.20/include/admin/wrap/endpoints-content.php

    r3455183 r3463751  
    627627
    628628                     <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                     
    630630                 </td>
    631631
  • customize-my-account-for-woocommerce/tags/3.7.20/readme.txt

    r3463725 r3463751  
    77WC Requires at least: 4.0
    88Requires PHP: 5.2
    9 Stable tag: 3.7.19
     9Stable tag: 3.7.20
    1010Requires Plugins: woocommerce
    1111License: GPLv2 or later
     
    146146== Changelog ==
    147147
    148 Version 3.7.19   - 17 February 2026
    149 
     148Version 3.7.20   - 17 February 2026
     149
     150- Fix - label renaming not working on third party.
    150151- Enhancement - Inbuilt compatibility for Tera Wallet Plugin.
    151152- Fix - Automatic disable of user avatar.
  • customize-my-account-for-woocommerce/trunk/customize-my-account-for-woocommerce.php

    r3463725 r3463751  
    44    Plugin URI: https://sysbasics.com
    55    Description: Customize My account page. Add/Edit/Remove Endpoints.
    6     Version: 3.7.19
     6    Version: 3.7.20
    77    Author: SysBasics
    88    Author URI: https://sysbasics.com
  • customize-my-account-for-woocommerce/trunk/include/admin/wrap/endpoints-content.php

    r3455183 r3463751  
    627627
    628628                     <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                     
    630630                 </td>
    631631
  • customize-my-account-for-woocommerce/trunk/readme.txt

    r3463725 r3463751  
    77WC Requires at least: 4.0
    88Requires PHP: 5.2
    9 Stable tag: 3.7.19
     9Stable tag: 3.7.20
    1010Requires Plugins: woocommerce
    1111License: GPLv2 or later
     
    146146== Changelog ==
    147147
    148 Version 3.7.19   - 17 February 2026
    149 
     148Version 3.7.20   - 17 February 2026
     149
     150- Fix - label renaming not working on third party.
    150151- Enhancement - Inbuilt compatibility for Tera Wallet Plugin.
    151152- Fix - Automatic disable of user avatar.
Note: See TracChangeset for help on using the changeset viewer.