Plugin Directory

Changeset 2609132


Ignore:
Timestamp:
10/04/2021 09:45:08 PM (4 years ago)
Author:
WPBrigade
Message:

PHP Bugfix warning release.

Location:
under-construction-maintenance-mode
Files:
18 added
1 deleted
2 edited
11 copied

Legend:

Unmodified
Added
Removed
  • under-construction-maintenance-mode/tags/1.3.1/readme.txt

    r2609127 r2609132  
    66Requires at least: 5.0
    77Tested up to: 5.8
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9595== Changelog ==
    9696
     97= 1.3.1 - 2021-10-04 =
     98* Bug Fix: library PHP warning fix.
     99
    97100= 1.3.0 - 2021-10-04 =
    98101* Bug Fix: Apply sanitization on social links.
     
    182185== Upgrade Notice ==
    183186
    184 = 1.3.0 =
     187= 1.3.1 =
    185188Upgrade Immediately
  • under-construction-maintenance-mode/tags/1.3.1/under-construction-maintenance-mode.php

    r2609127 r2609132  
    44 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/
    55 * Description: This plugin will Display an Under Construction, Maintenance Mode or Coming Soon landing Page that takes 5 seconds to setup, while you're doing maintenance work on your site.
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: WPBrigade
    88 * Author URI: https://www.WPBrigade.com/
     
    2727         * @var string
    2828         */
    29         public $version = '1.3.0';
     29        public $version = '1.3.1';
    3030
    3131        /**
  • under-construction-maintenance-mode/trunk/readme.txt

    r2609127 r2609132  
    66Requires at least: 5.0
    77Tested up to: 5.8
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9595== Changelog ==
    9696
     97= 1.3.1 - 2021-10-04 =
     98* Bug Fix: library PHP warning fix.
     99
    97100= 1.3.0 - 2021-10-04 =
    98101* Bug Fix: Apply sanitization on social links.
     
    182185== Upgrade Notice ==
    183186
    184 = 1.3.0 =
     187= 1.3.1 =
    185188Upgrade Immediately
  • under-construction-maintenance-mode/trunk/under-construction-maintenance-mode.php

    r2609127 r2609132  
    44 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/
    55 * Description: This plugin will Display an Under Construction, Maintenance Mode or Coming Soon landing Page that takes 5 seconds to setup, while you're doing maintenance work on your site.
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: WPBrigade
    88 * Author URI: https://www.WPBrigade.com/
     
    2727         * @var string
    2828         */
    29         public $version = '1.3.0';
     29        public $version = '1.3.1';
    3030
    3131        /**
Note: See TracChangeset for help on using the changeset viewer.