Coming Soon Page & Maintenance Mode by SeedProd - Version 6.2.4

Version Description

  • Fixed - PHP warning when php shorttags are enabled
Download this release

Release Info

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

Code changes from version 6.2.3 to 6.2.4

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.7
7
  Requires PHP: 5.6
8
- Stable tag: 6.2.2
9
  Text Domain: coming-soon
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -156,6 +156,10 @@ Yes, you cam build custom Product, Checkout and Cart pages with our WooCommerce
156
 
157
 
158
  == Changelog ==
 
 
 
 
159
  = 6.2.3 =
160
 
161
  * Updated - Added additonal sanitization to user input fields to ensure data validity
5
  Requires at least: 5.0
6
  Tested up to: 5.7
7
  Requires PHP: 5.6
8
+ Stable tag: 6.2.3
9
  Text Domain: coming-soon
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
156
 
157
 
158
  == Changelog ==
159
+ = 6.2.4 =
160
+
161
+ * Fixed - PHP warning when php shorttags are enabled
162
+
163
  = 6.2.3 =
164
 
165
  * Updated - Added additonal sanitization to user input fields to ensure data validity
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.2.3
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.2.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__ ) );
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.2.4
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.2.4' );
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__ ) );
resources/views/seedprod-preview.php CHANGED
@@ -225,7 +225,7 @@ if ( ! empty( $settings ) ) {
225
  <script src="<?php echo $plugin_url; ?>public/js/tubular.js" defer></script>
226
  <?php } ?>
227
 
228
- <?php?>
229
 
230
 
231
  <?php
225
  <script src="<?php echo $plugin_url; ?>public/js/tubular.js" defer></script>
226
  <?php } ?>
227
 
228
+
229
 
230
 
231
  <?php