Plugin Directory

Changeset 1972639


Ignore:
Timestamp:
11/11/2018 10:25:41 PM (7 years ago)
Author:
giveawayboost
Message:

Version 2.1.4

Location:
giveaway-boost
Files:
3 added
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • giveaway-boost/tags/2.1.4/giveaway-boost.php

    r1968375 r1972639  
    44Plugin URI:  http://giveawayboost.com/
    55Description: Easily run giveaways on your WordPress site.
    6 Version:     2.1.3
     6Version:     2.1.4
    77Author:      Giveaway Boost
    88Author URI:  http://giveawayboost.com/
  • giveaway-boost/tags/2.1.4/includes/constants.php

    r1968375 r1972639  
    77if(!defined('GB__PLUGIN__VERSION')) {
    88    // 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');
    1010}
    1111
  • giveaway-boost/tags/2.1.4/readme.txt

    r1968375 r1972639  
    33Requires at least: 4.7
    44Tested up to:      4.9.6
    5 Stable tag:        2.1.3
     5Stable tag:        2.1.4
    66License:           GPLv3
    77License URI:       http://www.gnu.org/licenses/gpl-3.0.html
     
    7474== Changelog ==
    7575
     76= 2.1.4 =
     77* Fixed missing file
     78
    7679= 2.1.3 =
    7780* Added pagination for entries in blocks of 100
  • giveaway-boost/trunk/giveaway-boost.php

    r1968375 r1972639  
    44Plugin URI:  http://giveawayboost.com/
    55Description: Easily run giveaways on your WordPress site.
    6 Version:     2.1.3
     6Version:     2.1.4
    77Author:      Giveaway Boost
    88Author URI:  http://giveawayboost.com/
  • giveaway-boost/trunk/includes/constants.php

    r1968375 r1972639  
    77if(!defined('GB__PLUGIN__VERSION')) {
    88    // 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');
    1010}
    1111
  • giveaway-boost/trunk/readme.txt

    r1968375 r1972639  
    33Requires at least: 4.7
    44Tested up to:      4.9.6
    5 Stable tag:        2.1.3
     5Stable tag:        2.1.4
    66License:           GPLv3
    77License URI:       http://www.gnu.org/licenses/gpl-3.0.html
     
    7474== Changelog ==
    7575
     76= 2.1.4 =
     77* Fixed missing file
     78
    7679= 2.1.3 =
    7780* Added pagination for entries in blocks of 100
Note: See TracChangeset for help on using the changeset viewer.