Plugin Directory

Changeset 2814422

Timestamp:
11/08/2022 03:20:08 PM (21 months ago)
Author:
renzotejada
Message:

fix: v3.6.8

Location:
ubigeo-peru
Files:
28 added
3 edited

Legend:

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

    r2744428 r2814422  
    33Tags: ubigeo perú, ubigeo, peru, departamentos, provincia, distrito, Woocommerce
    44Requires at least: 5.2
    5 Tested up to: 6.0
     5Tested up to: 6.
    66Stable tag: trunk
    77Requires PHP: 5.6
     
    104104== Changelog ==
    105105
     106
     107
     108
     109
     110
    106111= 3.6.7 (17/06/2022) =
    107112Fix: Agregando configuración para mostrar titulo, data ubigeo en el checkout
  • ubigeo-peru/trunk/rt_ubigeo_setup.php

    r2744428 r2814422  
    8888            departamento varchar(50) DEFAULT NULL,
    8989            PRIMARY KEY (`idDepa`)
    90             )ENGINE=MyISAM DEFAULT CHARSET=utf8; ";
     90            )ENGINE= DEFAULT CHARSET=utf8; ";
    9191        dbDelta($sql);
    9292        rt_ubigeo_cargaDatosDepartamentos();
     
    109109          `idDepa` int(5) DEFAULT NULL,
    110110          PRIMARY KEY (`idProv`)
    111           )ENGINE=MyISAM DEFAULT CHARSET=utf8;";
     111          )ENGINE= DEFAULT CHARSET=utf8;";
    112112
    113113        dbDelta($sql);
     
    133133            `distrito` varchar(50) DEFAULT NULL,
    134134            `idProv` int(5) DEFAULT NULL,
    135             PRIMARY KEY (`idDist`))";
     135            PRIMARY KEY (`idDist`)
     136           )ENGINE=InnoDB DEFAULT CHARSET=utf8;";
    136137
    137138        dbDelta($sql);
  • ubigeo-peru/trunk/ubigeo-peru.php

    r2744428 r2814422  
    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.6.7
     13 * Version:           3.6.
    1414 * Author:            Renzo Tejada
    1515 * Author URI:        https://renzotejada.com/
     
    2020 * Requires at least: 5.6
    2121 * Requires PHP:      5.6.20
    22  * WC tested up to:   6.5.1
     22 * WC tested up to:   .1
    2323 * WC requires at least: 2.6
    2424 */
Note: See TracChangeset for help on using the changeset viewer.