Changeset 2609132
- Timestamp:
- 10/04/2021 09:45:08 PM (4 years ago)
- Location:
- under-construction-maintenance-mode
- Files:
-
- 18 added
- 1 deleted
- 2 edited
- 11 copied
-
tags/1.3.1 (copied) (copied from under-construction-maintenance-mode/trunk)
-
tags/1.3.1/assets/css/style.css (copied) (copied from under-construction-maintenance-mode/trunk/assets/css/style.css)
-
tags/1.3.1/assets/js/customize-controls.js (copied) (copied from under-construction-maintenance-mode/trunk/assets/js/customize-controls.js)
-
tags/1.3.1/assets/js/main.js (copied) (copied from under-construction-maintenance-mode/trunk/assets/js/main.js)
-
tags/1.3.1/classes/customizer.php (copied) (copied from under-construction-maintenance-mode/trunk/classes/customizer.php)
-
tags/1.3.1/classes/plugin-meta.php (copied) (copied from under-construction-maintenance-mode/trunk/classes/plugin-meta.php)
-
tags/1.3.1/classes/ucmm-wpbrigade-setup.php (copied) (copied from under-construction-maintenance-mode/trunk/classes/ucmm-wpbrigade-setup.php)
-
tags/1.3.1/includes/mc-get_lists.php (copied) (copied from under-construction-maintenance-mode/trunk/includes/mc-get_lists.php)
-
tags/1.3.1/lib (added)
-
tags/1.3.1/lib/wpb-sdk (added)
-
tags/1.3.1/lib/wpb-sdk/README.md (added)
-
tags/1.3.1/lib/wpb-sdk/includes (added)
-
tags/1.3.1/lib/wpb-sdk/includes/wpb-sdk-logger.php (added)
-
tags/1.3.1/lib/wpb-sdk/includes/wpb-sdk-track.php (added)
-
tags/1.3.1/lib/wpb-sdk/init.php (added)
-
tags/1.3.1/lib/wpb-sdk/views (added)
-
tags/1.3.1/lib/wpb-sdk/views/wpb-sdk-deactivate-form.php (added)
-
tags/1.3.1/readme.txt (copied) (copied from under-construction-maintenance-mode/trunk/readme.txt) (3 diffs)
-
tags/1.3.1/ucmm-customize.php (copied) (copied from under-construction-maintenance-mode/trunk/ucmm-customize.php)
-
tags/1.3.1/under-construction-maintenance-mode.php (copied) (copied from under-construction-maintenance-mode/trunk/under-construction-maintenance-mode.php) (2 diffs)
-
trunk/lib (added)
-
trunk/lib/wpb-sdk (added)
-
trunk/lib/wpb-sdk/README.md (added)
-
trunk/lib/wpb-sdk/includes (added)
-
trunk/lib/wpb-sdk/includes/wpb-sdk-logger.php (added)
-
trunk/lib/wpb-sdk/includes/wpb-sdk-track.php (added)
-
trunk/lib/wpb-sdk/init.php (added)
-
trunk/lib/wpb-sdk/views (added)
-
trunk/lib/wpb-sdk/views/wpb-sdk-deactivate-form.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/under-construction-maintenance-mode.php (modified) (2 diffs)
-
trunk/wpb-sdk (deleted)
Legend:
- Unmodified
- Added
- Removed
-
under-construction-maintenance-mode/tags/1.3.1/readme.txt
r2609127 r2609132 6 6 Requires at least: 5.0 7 7 Tested up to: 5.8 8 Stable tag: 1.3. 08 Stable tag: 1.3.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 95 95 == Changelog == 96 96 97 = 1.3.1 - 2021-10-04 = 98 * Bug Fix: library PHP warning fix. 99 97 100 = 1.3.0 - 2021-10-04 = 98 101 * Bug Fix: Apply sanitization on social links. … … 182 185 == Upgrade Notice == 183 186 184 = 1.3. 0=187 = 1.3.1 = 185 188 Upgrade Immediately -
under-construction-maintenance-mode/tags/1.3.1/under-construction-maintenance-mode.php
r2609127 r2609132 4 4 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/ 5 5 * 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. 06 * Version: 1.3.1 7 7 * Author: WPBrigade 8 8 * Author URI: https://www.WPBrigade.com/ … … 27 27 * @var string 28 28 */ 29 public $version = '1.3. 0';29 public $version = '1.3.1'; 30 30 31 31 /** -
under-construction-maintenance-mode/trunk/readme.txt
r2609127 r2609132 6 6 Requires at least: 5.0 7 7 Tested up to: 5.8 8 Stable tag: 1.3. 08 Stable tag: 1.3.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 95 95 == Changelog == 96 96 97 = 1.3.1 - 2021-10-04 = 98 * Bug Fix: library PHP warning fix. 99 97 100 = 1.3.0 - 2021-10-04 = 98 101 * Bug Fix: Apply sanitization on social links. … … 182 185 == Upgrade Notice == 183 186 184 = 1.3. 0=187 = 1.3.1 = 185 188 Upgrade Immediately -
under-construction-maintenance-mode/trunk/under-construction-maintenance-mode.php
r2609127 r2609132 4 4 * Plugin URI: https://wpbrigade.com/wordpress/plugins/under-construction-maintenance-mode/ 5 5 * 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. 06 * Version: 1.3.1 7 7 * Author: WPBrigade 8 8 * Author URI: https://www.WPBrigade.com/ … … 27 27 * @var string 28 28 */ 29 public $version = '1.3. 0';29 public $version = '1.3.1'; 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.