Plugin Directory

Changeset 3019430


Ignore:
Timestamp:
01/09/2024 04:55:33 PM (2 years ago)
Author:
plugins2xt
Message:

tagging version 1.8.7

Location:
seguros-promo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • seguros-promo/tags/1.8.7/README.txt

    r3019393 r3019430  
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.8.6
     9Stable tag: 1.8.7
    1010
    1111O Plugin Seguros Promo permite aos blogs enriquecer o conteúdo dos seus textos com a inclusão de preços de seguros viagem que são atualizados constantemente pelas nossas APIs.
     
    5252
    5353== Changelog ==
     54**1.8.7**
     55
     56- Add files
     57
    5458**1.8.6**
    5559
  • seguros-promo/tags/1.8.7/public/class-seguros-promo-public.php

    r3019359 r3019430  
    125125        ob_start();
    126126
    127         include 'partials/chip-seguros-promo-public-display.php';
     127        include 'partials/seguros-promo-public-display-chip.php';
    128128
    129129        $content = ob_get_clean();
  • seguros-promo/tags/1.8.7/seguros-promo.php

    r3019393 r3019430  
    2323 * Text Domain:       seguros-promo
    2424 * Domain Path:       /languages
    25  * Version:           1.8.6
     25 * Version:           1.8.7
    2626 */
    2727
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('SEGUROS_PROMO_VERSION', '1.8.6');
     38define('SEGUROS_PROMO_VERSION', '1.8.7');
    3939
    4040/**
  • seguros-promo/trunk/README.txt

    r3019393 r3019430  
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 1.8.6
     9Stable tag: 1.8.7
    1010
    1111O Plugin Seguros Promo permite aos blogs enriquecer o conteúdo dos seus textos com a inclusão de preços de seguros viagem que são atualizados constantemente pelas nossas APIs.
     
    5252
    5353== Changelog ==
     54**1.8.7**
     55
     56- Add files
     57
    5458**1.8.6**
    5559
  • seguros-promo/trunk/public/class-seguros-promo-public.php

    r3019359 r3019430  
    125125        ob_start();
    126126
    127         include 'partials/chip-seguros-promo-public-display.php';
     127        include 'partials/seguros-promo-public-display-chip.php';
    128128
    129129        $content = ob_get_clean();
  • seguros-promo/trunk/seguros-promo.php

    r3019393 r3019430  
    2323 * Text Domain:       seguros-promo
    2424 * Domain Path:       /languages
    25  * Version:           1.8.6
     25 * Version:           1.8.7
    2626 */
    2727
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('SEGUROS_PROMO_VERSION', '1.8.6');
     38define('SEGUROS_PROMO_VERSION', '1.8.7');
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.