Plugin Directory

Changeset 3098776

Timestamp:
06/06/2024 02:56:24 PM (7 weeks ago)
Author:
renzotejada
Message:

fix: v0.2.0

Location:
libro-de-reclamaciones-y-quejas
Files:
385 added
3 edited

Legend:

Unmodified
Added
Removed
  • libro-de-reclamaciones-y-quejas/trunk/README.txt

    r2943728 r3098776  
    11=== Libro de Reclamaciones y Quejas ===
    2 Contributors: renzotejada
     2Contributors: renzotejada
    33Tags: libro de reclamaciones, libro de reclamaciones peru, libro de reclamaciones wordpress, libro de reclamaciones plugin
    44Requires at least: 5.2
    5 Tested up to: 6.3
     5Tested up to: 6.
    66Stable tag: trunk
    77Requires PHP: 5.6
     
    7979== Changelog ==
    8080
     81
     82
     83
     84
     85
     86
     87
     88
    8189= 0.1.8 (26/07/2023) =
    8290Fix: Se agrega la funcionalidad de generación de pdf
  • libro-de-reclamaciones-y-quejas/trunk/libro_shortcode.php

    r2943728 r3098776  
    172172            $libro_id = rt_libro_lrq_grabar_libro_reclamacion($libro_data);
    173173        }
     174
    174175        $html .= '
    175176        <div class="wrapper claim-wong center">
  • libro-de-reclamaciones-y-quejas/trunk/rt-libro-reclamaciones.php

    r2943728 r3098776  
    1010 * Plugin URI:      https://renzotejada.com/libro-de-reclamaciones-y-quejas/
    1111 * Description:     Online complaints book is a document through which a consumer can record a complaint regarding a product or service that he has purchased.
    12  * Version:         0.1.8
     12 * Version:         0.
    1313 * Author:          Renzo Tejada
    1414 * Author URI:      https://renzotejada.com/
     
    1919 * Requires at least: 5.6
    2020 * Requires PHP:      5.6.20
    21  * WC tested up to:   7.2.2
     21 * WC tested up to:   
    2222 * WC requires at least: 2.6
    2323 */
     
    2929
    3030define('Version_RT_Libro_Reclamaciones', $plugin_libro_version['Version']);
     31
     32
     33
     34
     35
     36
    3137
    3238function rt_libro_lrq_load_textdomain()
Note: See TracChangeset for help on using the changeset viewer.