Coming Soon Page & Maintenance Mode by SeedProd - Version 6.0.8.3

Version Description

  • Tweak - menus require manage_options capability
Download this release

Release Info

Developer seedprod
Plugin Icon 128x128 Coming Soon Page & Maintenance Mode by SeedProd
Version 6.0.8.3
Comparing to
See all releases

Code changes from version 6.0.8.2 to 6.0.8.3

Files changed (3) hide show
  1. README.txt +10 -3
  2. app/routes.php +6 -6
  3. coming-soon.php +2 -2
README.txt CHANGED
@@ -5,7 +5,7 @@ Tags: maintenance mode, coming soon page, coming soon, under construction, landi
5
  Requires at least: 5.0
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 6.0.8.2
9
  Text Domain: coming-soon
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -32,6 +32,7 @@ Create a Coming Soon Page, Maintenance Mode Page, Landing Pages and Custom 404 p
32
  * Create Webinar Pages
33
  * Create Thank You Pages
34
  * Create 404 Pages
 
35
  * Headline Block
36
  * Text Block
37
  * List Block
@@ -141,8 +142,11 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
141
 
142
 
143
  == Changelog ==
 
 
 
144
  = 6.0.8.2 =
145
- * Reverted - Preview link and added flush permalink
146
 
147
  = 6.0.8.1 =
148
  * Tweak - Added preview_nonce to preview link
@@ -293,8 +297,11 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
293
  * Initial Commit
294
 
295
  == Upgrade Notice ==
 
 
 
296
  = 6.0.8.2 =
297
- * Reverted - Preview link and added flush permalink
298
 
299
  = 6.0.8.1 =
300
  * Tweak - Added preview_nonce to preview link
5
  Requires at least: 5.0
6
  Tested up to: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 6.0.8.3
9
  Text Domain: coming-soon
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
32
  * Create Webinar Pages
33
  * Create Thank You Pages
34
  * Create 404 Pages
35
+ * Custom Page Builder
36
  * Headline Block
37
  * Text Block
38
  * List Block
142
 
143
 
144
  == Changelog ==
145
+ = 6.0.8.3 =
146
+ * Tweak - menus require manage_options capability
147
+
148
  = 6.0.8.2 =
149
+ * Reverted - Preview link ad added flush permalink
150
 
151
  = 6.0.8.1 =
152
  * Tweak - Added preview_nonce to preview link
297
  * Initial Commit
298
 
299
  == Upgrade Notice ==
300
+ = 6.0.8.3 =
301
+ * Tweak - menus require manage_options capability
302
+
303
  = 6.0.8.2 =
304
+ * Reverted - Preview link ad added flush permalink
305
 
306
  = 6.0.8.1 =
307
  * Tweak - Added preview_nonce to preview link
app/routes.php CHANGED
@@ -76,7 +76,7 @@ function seedprod_lite_create_menus()
76
  'seedprod_lite',
77
  __("About Us", 'coming-soon'),
78
  __("About Us", 'coming-soon'),
79
- 'read',
80
  'seedprod_lite_about_us',
81
  'seedprod_lite_about_us_page'
82
  );
@@ -86,7 +86,7 @@ function seedprod_lite_create_menus()
86
  'seedprod_lite',
87
  __("Get Pro", 'coming-soon'),
88
  '<span id="sp-lite-admin-menu__upgrade" style="color:#ff845b">'.__("Get Pro", 'coming-soon').'</span>',
89
- 'read',
90
  'seedprod_lite_get_pro',
91
  'seedprod_lite_get_pro_page'
92
  );
@@ -96,7 +96,7 @@ function seedprod_lite_create_menus()
96
  'seedprod_lite',
97
  __("Templates", 'coming-soon'),
98
  __("Templates", 'coming-soon'),
99
- 'read',
100
  'seedprod_lite_template',
101
  'seedprod_lite_template_page'
102
  );
@@ -105,7 +105,7 @@ function seedprod_lite_create_menus()
105
  'seedprod_lite',
106
  __("Builder", 'coming-soon'),
107
  __("Builder", 'coming-soon'),
108
- 'read',
109
  'seedprod_lite_builder',
110
  'seedprod_lite_builder_page'
111
  );
@@ -115,7 +115,7 @@ function seedprod_lite_create_menus()
115
  'seedprod_lite',
116
  __("Import/Export", 'coming-soon'),
117
  __("Import/Export", 'coming-soon'),
118
- 'edit_others_posts',
119
  'sp_pro_importexport',
120
  'seedprod_lite_importexport_page'
121
  );
@@ -124,7 +124,7 @@ function seedprod_lite_create_menus()
124
  'seedprod_lite',
125
  __("Debug", 'coming-soon'),
126
  __("Debug", 'coming-soon'),
127
- 'read',
128
  'sp_pro_debug',
129
  'seedprod_lite_debug_page'
130
  );
76
  'seedprod_lite',
77
  __("About Us", 'coming-soon'),
78
  __("About Us", 'coming-soon'),
79
+ 'manage_options',
80
  'seedprod_lite_about_us',
81
  'seedprod_lite_about_us_page'
82
  );
86
  'seedprod_lite',
87
  __("Get Pro", 'coming-soon'),
88
  '<span id="sp-lite-admin-menu__upgrade" style="color:#ff845b">'.__("Get Pro", 'coming-soon').'</span>',
89
+ 'manage_options',
90
  'seedprod_lite_get_pro',
91
  'seedprod_lite_get_pro_page'
92
  );
96
  'seedprod_lite',
97
  __("Templates", 'coming-soon'),
98
  __("Templates", 'coming-soon'),
99
+ 'manage_options',
100
  'seedprod_lite_template',
101
  'seedprod_lite_template_page'
102
  );
105
  'seedprod_lite',
106
  __("Builder", 'coming-soon'),
107
  __("Builder", 'coming-soon'),
108
+ 'manage_options',
109
  'seedprod_lite_builder',
110
  'seedprod_lite_builder_page'
111
  );
115
  'seedprod_lite',
116
  __("Import/Export", 'coming-soon'),
117
  __("Import/Export", 'coming-soon'),
118
+ 'manage_options',
119
  'sp_pro_importexport',
120
  'seedprod_lite_importexport_page'
121
  );
124
  'seedprod_lite',
125
  __("Debug", 'coming-soon'),
126
  __("Debug", 'coming-soon'),
127
+ 'manage_options',
128
  'sp_pro_debug',
129
  'seedprod_lite_debug_page'
130
  );
coming-soon.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd
4
  Plugin URI: https://www.seedprod.com
5
  Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
6
- Version: 6.0.8.2
7
  Author: SeedProd
8
  Author URI: https://www.seedprod.com
9
  TextDomain: coming-soon
@@ -16,7 +16,7 @@ License: GPLv2 or later
16
  */
17
  define('SEEDPROD_BUILD', 'lite');
18
  define('SEEDPROD_SLUG', 'coming-soon/coming-soon.php');
19
- define('SEEDPROD_VERSION', '6.0.8.2');
20
  define('SEEDPROD_PLUGIN_PATH', plugin_dir_path(__FILE__));
21
  // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seedprod/
22
  define('SEEDPROD_PLUGIN_URL', plugin_dir_url(__FILE__));
3
  Plugin Name: Coming Soon Page, Maintenance Mode & Landing Pages by SeedProd
4
  Plugin URI: https://www.seedprod.com
5
  Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
6
+ Version: 6.0.8.3
7
  Author: SeedProd
8
  Author URI: https://www.seedprod.com
9
  TextDomain: coming-soon
16
  */
17
  define('SEEDPROD_BUILD', 'lite');
18
  define('SEEDPROD_SLUG', 'coming-soon/coming-soon.php');
19
+ define('SEEDPROD_VERSION', '6.0.8.3');
20
  define('SEEDPROD_PLUGIN_PATH', plugin_dir_path(__FILE__));
21
  // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seedprod/
22
  define('SEEDPROD_PLUGIN_URL', plugin_dir_url(__FILE__));