Changeset 2422005
- Timestamp:
- 11/20/2020 04:22:44 AM (5 years ago)
- Location:
- epic-tap-widgets/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
epic-tap-widgets.php (modified) (2 diffs)
-
includes/widgets/widget-bonos-sin-deposito.php (modified) (1 diff)
-
includes/widgets/widget-casas-apuestas.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
epic-tap-widgets/trunk/README.txt
r2421259 r2422005 5 5 Requires at least: 5.0 6 6 Tested up to: 5.5.3 7 Stable tag: 1.2. 07 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.2.2 = 54 * Fix minor issue detected 55 53 56 = 1.2.1 = 54 57 * Tested up to Wordpress 5.5.3 -
epic-tap-widgets/trunk/epic-tap-widgets.php
r2421259 r2422005 10 10 * Plugin URI: https://www.wordpress.org/plugins/epic-tap-widgets/ 11 11 * Description: Widgets collection for TodoApuestas's blog network. 12 * Version: 1.2. 112 * Version: 1.2.2 13 13 * Author: Alain Sanchez <luka.ghost@gmail.com> 14 14 * Author URI: http://www.linkedin.com/in/mrbrazzi/ … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'EPIC_TAP_WIDGETS_VERSION', '1.2. 1' );32 define( 'EPIC_TAP_WIDGETS_VERSION', '1.2.2' ); 33 33 34 34 /** -
epic-tap-widgets/trunk/includes/widgets/widget-bonos-sin-deposito.php
r2421259 r2422005 2 2 if(!class_exists('Epic_Bonos_Sin_Deposito_Widget')){ 3 3 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; 6 6 7 7 /** -
epic-tap-widgets/trunk/includes/widgets/widget-casas-apuestas.php
r2421259 r2422005 2 2 if(!class_exists('Epic_Casas_Apuestas_Widget')){ 3 3 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; 6 6 7 7 /**
Note: See TracChangeset
for help on using the changeset viewer.