Changeset 1972639
- Timestamp:
- 11/11/2018 10:25:41 PM (7 years ago)
- Location:
- giveaway-boost
- Files:
-
- 3 added
- 3 edited
- 9 copied
-
tags/2.1.3/components/views-admin/types/giveaway/edit/templates/entries.rows.php (added)
-
tags/2.1.4 (copied) (copied from giveaway-boost/trunk)
-
tags/2.1.4/components/data/types/entry/entry.php (copied) (copied from giveaway-boost/trunk/components/data/types/entry/entry.php)
-
tags/2.1.4/components/views-admin/types/giveaway/edit/edit.php (copied) (copied from giveaway-boost/trunk/components/views-admin/types/giveaway/edit/edit.php)
-
tags/2.1.4/components/views-admin/types/giveaway/edit/resources/edit.js (copied) (copied from giveaway-boost/trunk/components/views-admin/types/giveaway/edit/resources/edit.js)
-
tags/2.1.4/components/views-admin/types/giveaway/edit/templates/entries.page-section.php (copied) (copied from giveaway-boost/trunk/components/views-admin/types/giveaway/edit/templates/entries.page-section.php)
-
tags/2.1.4/components/views-admin/types/giveaway/edit/templates/entries.rows.php (added)
-
tags/2.1.4/giveaway-boost.php (copied) (copied from giveaway-boost/trunk/giveaway-boost.php) (1 diff)
-
tags/2.1.4/includes/constants.php (copied) (copied from giveaway-boost/trunk/includes/constants.php) (1 diff)
-
tags/2.1.4/includes/datetime.functions.php (copied) (copied from giveaway-boost/trunk/includes/datetime.functions.php)
-
tags/2.1.4/readme.txt (copied) (copied from giveaway-boost/trunk/readme.txt) (2 diffs)
-
trunk/components/views-admin/types/giveaway/edit/templates/entries.rows.php (added)
-
trunk/giveaway-boost.php (modified) (1 diff)
-
trunk/includes/constants.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
giveaway-boost/tags/2.1.4/giveaway-boost.php
r1968375 r1972639 4 4 Plugin URI: http://giveawayboost.com/ 5 5 Description: Easily run giveaways on your WordPress site. 6 Version: 2.1. 36 Version: 2.1.4 7 7 Author: Giveaway Boost 8 8 Author URI: http://giveawayboost.com/ -
giveaway-boost/tags/2.1.4/includes/constants.php
r1968375 r1972639 7 7 if(!defined('GB__PLUGIN__VERSION')) { 8 8 // Plugin version - used for update checks and cache bursting 9 define('GB__PLUGIN__VERSION', '2.1. 3');9 define('GB__PLUGIN__VERSION', '2.1.4'); 10 10 } 11 11 -
giveaway-boost/tags/2.1.4/readme.txt
r1968375 r1972639 3 3 Requires at least: 4.7 4 4 Tested up to: 4.9.6 5 Stable tag: 2.1. 35 Stable tag: 2.1.4 6 6 License: GPLv3 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 74 74 == Changelog == 75 75 76 = 2.1.4 = 77 * Fixed missing file 78 76 79 = 2.1.3 = 77 80 * Added pagination for entries in blocks of 100 -
giveaway-boost/trunk/giveaway-boost.php
r1968375 r1972639 4 4 Plugin URI: http://giveawayboost.com/ 5 5 Description: Easily run giveaways on your WordPress site. 6 Version: 2.1. 36 Version: 2.1.4 7 7 Author: Giveaway Boost 8 8 Author URI: http://giveawayboost.com/ -
giveaway-boost/trunk/includes/constants.php
r1968375 r1972639 7 7 if(!defined('GB__PLUGIN__VERSION')) { 8 8 // Plugin version - used for update checks and cache bursting 9 define('GB__PLUGIN__VERSION', '2.1. 3');9 define('GB__PLUGIN__VERSION', '2.1.4'); 10 10 } 11 11 -
giveaway-boost/trunk/readme.txt
r1968375 r1972639 3 3 Requires at least: 4.7 4 4 Tested up to: 4.9.6 5 Stable tag: 2.1. 35 Stable tag: 2.1.4 6 6 License: GPLv3 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 74 74 == Changelog == 75 75 76 = 2.1.4 = 77 * Fixed missing file 78 76 79 = 2.1.3 = 77 80 * Added pagination for entries in blocks of 100
Note: See TracChangeset
for help on using the changeset viewer.