Changeset 2589915
- Timestamp:
- 08/27/2021 03:35:04 PM (5 years ago)
- Location:
- easy-pie-coming-soon/trunk
- Files:
-
- 7 edited
-
classes/Entities/admin/class-ezp-cs-config-entity.php (modified) (1 diff)
-
classes/Entities/admin/class-ezp-cs-content-entity.php (modified) (1 diff)
-
classes/Entities/admin/class-ezp-cs-display-entity.php (modified) (1 diff)
-
classes/Entities/admin/class-ezp-cs-set-entity.php (modified) (1 diff)
-
classes/class-ezp-cs-constants.php (modified) (1 diff)
-
easy-pie-coming-soon.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-pie-coming-soon/trunk/classes/Entities/admin/class-ezp-cs-config-entity.php
r1649136 r2589915 79 79 * @return EZP_CS_Config_Entity 80 80 */ 81 public function create_with_defaults() {81 public static function create_with_defaults() { 82 82 83 83 $instance = new EZP_CS_Config_Entity(); -
easy-pie-coming-soon/trunk/classes/Entities/admin/class-ezp-cs-content-entity.php
r1649136 r2589915 69 69 } 70 70 71 public function create_with_defaults() {71 public static function create_with_defaults() { 72 72 73 73 $instance = new EZP_CS_Content_Entity(); -
easy-pie-coming-soon/trunk/classes/Entities/admin/class-ezp-cs-display-entity.php
r1649136 r2589915 116 116 } 117 117 118 public function create_with_defaults() {118 public static function create_with_defaults() { 119 119 120 120 $instance = new EZP_CS_Display_Entity(); -
easy-pie-coming-soon/trunk/classes/Entities/admin/class-ezp-cs-set-entity.php
r1649136 r2589915 42 42 } 43 43 44 function create($display_index, $content_index)44 static function create($display_index, $content_index) 45 45 { 46 46 $instance = new EZP_CS_Set_Entity(); -
easy-pie-coming-soon/trunk/classes/class-ezp-cs-constants.php
r2565275 r2589915 33 33 const MAIN_PAGE_KEY = 'easy-pie-cs-main-page'; 34 34 const PLUGIN_SLUG = 'easy-pie-coming-soon'; 35 const PLUGIN_VERSION = "1.0.7. 2"; // RSR Version35 const PLUGIN_VERSION = "1.0.7.3"; // RSR Version 36 36 37 37 -
easy-pie-coming-soon/trunk/easy-pie-coming-soon.php
r2565275 r2589915 4 4 Plugin URI: https://snapcreek.com/ezp-coming-soon/ 5 5 Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification. 6 Version: 1.0.7. 26 Version: 1.0.7.3 7 7 Author: Snap Creek Software 8 8 Author URI: https://snapcreek.com/ezp-coming-soon/ -
easy-pie-coming-soon/trunk/readme.txt
r2565275 r2589915 6 6 Tested up to: 5.7.2 7 7 Requires PHP: 5.4.0 8 Stable tag: 1.0.7. 28 Stable tag: 1.0.7.3 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 97 97 == Changelog == 98 98 99 = 1.0.7.3 = 100 * PHP 8 fixes 101 99 102 = 1.0.7.2 = 100 103 * Removed call to get_magic_quotes_gpc() … … 174 177 == Upgrade Notice == 175 178 179 = 1.0.7.3 = 180 * PHP 8 fixes 181 176 182 = 1.0.7.2 = 177 183 * Removed call to get_magic_quotes_gpc()
Note: See TracChangeset
for help on using the changeset viewer.