Plugin Directory

Changeset 2422005


Ignore:
Timestamp:
11/20/2020 04:22:44 AM (5 years ago)
Author:
mrbrazzi
Message:

1.2.2

  • Fix minor issue detected
Location:
epic-tap-widgets/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • epic-tap-widgets/trunk/README.txt

    r2421259 r2422005  
    55Requires at least: 5.0
    66Tested up to: 5.5.3
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.2.2 =
     54* Fix minor issue detected
     55
    5356= 1.2.1 =
    5457* Tested up to Wordpress 5.5.3
  • epic-tap-widgets/trunk/epic-tap-widgets.php

    r2421259 r2422005  
    1010 * Plugin URI:        https://www.wordpress.org/plugins/epic-tap-widgets/
    1111 * Description:       Widgets collection for TodoApuestas's blog network.
    12  * Version:           1.2.1
     12 * Version:           1.2.2
    1313 * Author:            Alain Sanchez <luka.ghost@gmail.com>
    1414 * Author URI:        http://www.linkedin.com/in/mrbrazzi/
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define( 'EPIC_TAP_WIDGETS_VERSION', '1.2.1' );
     32define( 'EPIC_TAP_WIDGETS_VERSION', '1.2.2' );
    3333
    3434/**
  • epic-tap-widgets/trunk/includes/widgets/widget-bonos-sin-deposito.php

    r2421259 r2422005  
    22if(!class_exists('Epic_Bonos_Sin_Deposito_Widget')){
    33    class Epic_Bonos_Sin_Deposito_Widget extends WP_Widget {
    4         private string $track_category;
    5         private string $track_domain;
     4        private $track_category;
     5        private $track_domain;
    66
    77        /**
  • epic-tap-widgets/trunk/includes/widgets/widget-casas-apuestas.php

    r2421259 r2422005  
    22if(!class_exists('Epic_Casas_Apuestas_Widget')){
    33    class Epic_Casas_Apuestas_Widget extends WP_Widget {
    4         private string $track_category;
    5         private string $track_domain;
     4        private $track_category;
     5        private $track_domain;
    66
    77        /**
Note: See TracChangeset for help on using the changeset viewer.