Plugin Directory

Changeset 3013063

Timestamp:
12/21/2023 04:38:40 PM (7 months ago)
Author:
renzotejada
Message:

fix:v0.1.7

Location:
comprobante-de-pago-peru
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • comprobante-de-pago-peru/trunk/README.txt

    r2829468 r3013063  
    11=== Comprobante de Pago Perú ===
    2 Contributors: renzotejada, drplugins
     2Contributors: renzotejada,
    33Tags: boleta, factura, dni, ruc, perú
    4 Requires at least: 5.2
    5 Tested up to: 6.1.1
     4Requires at least: .2
     5Tested up to: 6.
    66Stable tag: trunk
    7 Requires PHP: 5.6
     7Requires PHP:
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
     95
     96
     97
     98
     99
    95100= 0.1.6 (06/12/2022) =
    96101Fix: validando versión WC 7.1.0
  • comprobante-de-pago-peru/trunk/comprobante-de-pago-peru.php

    r2829468 r3013063  
    1010 * Plugin URI:        https://renzotejada.com/comprobante-de-pago-peru/
    1111 * Description:       Payment Receipt for Peru where the option to choose bill or Invoice or others is added.
    12  * Version:           0.1.6
     12 * Version:           0.1.
    1313 * Author:            Renzo Tejada
    1414 * Author URI:        https://renzotejada.com/
     
    1717 * Text Domain:       rt-tipo-comprobante
    1818 * Domain Path:       /language
    19  * WC tested up to:   7.1.0
     19 * WC tested up to:   .0
    2020 * WC requires at least: 2.6
    2121 */
  • comprobante-de-pago-peru/trunk/js/comprobante.js

    r2667402 r3013063  
    1 jQuery("#billing_comprobante").select2();
     1jQuery(document).ready(function(  ) {
     2  jQuery("#billing_comprobante").select2();
     3});
    24
    35var obj = document.getElementById("billing_comprobante_field");
Note: See TracChangeset for help on using the changeset viewer.