Version Description
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 6.13.1 |
Comparing to | |
See all releases |
Code changes from version 6.13.0 to 6.13.1
- README.txt +1 -1
- coming-soon.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: maintenance mode, coming soon page, landing page, website builder, page bu
|
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 6.
|
9 |
Text Domain: coming-soon
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 6.13.0
|
9 |
Text Domain: coming-soon
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd
|
4 |
Plugin URI: https://www.seedprod.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-uri-link
|
5 |
Description: The Easiest WordPress Drag & Drop Page Builder that allows you to build your webiste, create Landing Pages, Coming Soon Pages, Maintenance Mode Pages and more.
|
6 |
-
Version: 6.13.
|
7 |
Author: SeedProd
|
8 |
Author URI: https://www.seedprod.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=author-uri-link
|
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.13.
|
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 & WordPress Website Builder by SeedProd
|
4 |
Plugin URI: https://www.seedprod.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=plugin-uri-link
|
5 |
Description: The Easiest WordPress Drag & Drop Page Builder that allows you to build your webiste, create Landing Pages, Coming Soon Pages, Maintenance Mode Pages and more.
|
6 |
+
Version: 6.13.1
|
7 |
Author: SeedProd
|
8 |
Author URI: https://www.seedprod.com/lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=author-uri-link
|
9 |
TextDomain: coming-soon
|
16 |
*/
|
17 |
define( 'SEEDPROD_BUILD', 'lite' );
|
18 |
define( 'SEEDPROD_SLUG', 'coming-soon/coming-soon.php' );
|
19 |
+
define( 'SEEDPROD_VERSION', '6.13.1' );
|
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__ ) );
|