Plugin Directory

Changeset 2883900

Timestamp:
03/21/2023 12:40:53 AM (17 months ago)
Author:
renzotejada
Message:

fix:v3.7.2

Location:
ubigeo-peru
Files:
28 added
3 edited

Legend:

Unmodified
Added
Removed
  • ubigeo-peru/trunk/README.txt

    r2876071 r2883900  
    105105== Changelog ==
    106106
     107
     108
     109
    107110= 3.7.1 (07/03/2023) =
    108111Fix: corrigiendo error de ocultar titulo en billing y shipping del checkout
  • ubigeo-peru/trunk/rt_ubigeo_checkout.php

    r2876071 r2883900  
    571571        echo '<h2 class="woocommerce-column__title">';
    572572        if (get_option('ubigeo_title_checkbox') == "on") :
    573             e_('Billing Ubigeo Peru', 'ubigeo-peru');
     573            e_('Billing Ubigeo Peru', 'ubigeo-peru');
    574574        endif;
    575575        echo '</h2>';
     
    600600        echo '<h2 class="woocommerce-column__title">';
    601601        if (get_option('ubigeo_title_checkbox') == "on") :
    602             e_('Shipping Ubigeo Peru', 'ubigeo-peru');
     602            e_('Shipping Ubigeo Peru', 'ubigeo-peru');
    603603        endif;
    604604        echo '</h2>';
  • ubigeo-peru/trunk/ubigeo-peru.php

    r2876071 r2883900  
    1111 * Plugin URI:        https://renzotejada.com/ubigeo-de-peru-para-woocommerce/
    1212 * Description:       Peru's Ubigeo for WordPress and WooCommerce - Plugin contains the departments - provinces and districts of Peru
    13  * Version:           3.7.1
     13 * Version:           3.7.
    1414 * Author:            Renzo Tejada
    1515 * Author URI:        https://renzotejada.com/
Note: See TracChangeset for help on using the changeset viewer.