Version Description
Fix - Code Improvements Fix - Addon Support Issue Fix - Perfomance Improvements
Download this release
Release Info
Developer | Acurax |
Plugin | Under Construction / Maintenance Mode from Acurax |
Version | 2.5.5 |
Comparing to | |
See all releases |
Code changes from version 2.5.4 to 2.5.5
- acx_csma.php +2 -2
- includes/acx-csma-licence-activation.php +2 -2
- readme.txt +11 -1
acx_csma.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Under Construction / Maintenance Mode From Acurax
|
|
4 |
Plugin URI: http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin
|
5 |
Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
|
6 |
Author: Acurax
|
7 |
-
Version: 2.5.
|
8 |
Author URI: http://wordpress.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
Text Domain: coming-soon-maintenance-mode-from-acurax
|
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
27 |
?>
|
28 |
<?php
|
29 |
/*************** Admin function ***************/
|
30 |
-
define("ACX_CSMA_CURRENT_VERSION","2.5.
|
31 |
define("ACX_CSMA_TOTAL_THEMES",5);
|
32 |
define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
|
33 |
define("ACX_CSMA_WP_SLUG","coming-soon-maintenance-mode-from-acurax");
|
4 |
Plugin URI: http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin
|
5 |
Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
|
6 |
Author: Acurax
|
7 |
+
Version: 2.5.5
|
8 |
Author URI: http://wordpress.acurax.com
|
9 |
License: GPLv2 or later
|
10 |
Text Domain: coming-soon-maintenance-mode-from-acurax
|
27 |
?>
|
28 |
<?php
|
29 |
/*************** Admin function ***************/
|
30 |
+
define("ACX_CSMA_CURRENT_VERSION","2.5.5");
|
31 |
define("ACX_CSMA_TOTAL_THEMES",5);
|
32 |
define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
|
33 |
define("ACX_CSMA_WP_SLUG","coming-soon-maintenance-mode-from-acurax");
|
includes/acx-csma-licence-activation.php
CHANGED
@@ -4394,7 +4394,7 @@ function acx_csma_purchased_licence_add_callback()
|
|
4394 |
}
|
4395 |
else
|
4396 |
{
|
4397 |
-
echo __("Sorry, Your license
|
4398 |
}
|
4399 |
}
|
4400 |
}
|
@@ -4405,7 +4405,7 @@ function acx_csma_purchased_licence_add_callback()
|
|
4405 |
}
|
4406 |
else
|
4407 |
{
|
4408 |
-
echo __("
|
4409 |
}
|
4410 |
die();
|
4411 |
}
|
4394 |
}
|
4395 |
else
|
4396 |
{
|
4397 |
+
echo __("Sorry, Your license validation failed due to ".$response['response_status'].", Please contact support","coming-soon-maintenance-mode-from-acurax");
|
4398 |
}
|
4399 |
}
|
4400 |
}
|
4405 |
}
|
4406 |
else
|
4407 |
{
|
4408 |
+
echo __("Licence code is empty","coming-soon-maintenance-mode-from-acurax");
|
4409 |
}
|
4410 |
die();
|
4411 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.acurax.com/
|
|
4 |
Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
|
5 |
Requires at least: 2.8
|
6 |
Requires PHP: 5.3
|
7 |
-
Tested up to: 4.
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
@@ -187,6 +187,11 @@ Yes, From Version 2.5.1, you have the option in Misc page to enable/disable send
|
|
187 |
|
188 |
== Upgrade Notice ==
|
189 |
|
|
|
|
|
|
|
|
|
|
|
190 |
= 2.5.4 =
|
191 |
Fix - Code Improvements
|
192 |
Fix - Several Bug Fixes
|
@@ -272,6 +277,11 @@ Stable Release
|
|
272 |
|
273 |
== Changelog ==
|
274 |
|
|
|
|
|
|
|
|
|
|
|
275 |
= 2.5.4 =
|
276 |
Fix - Code Improvements
|
277 |
Fix - Several Bug Fixes
|
4 |
Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
|
5 |
Requires at least: 2.8
|
6 |
Requires PHP: 5.3
|
7 |
+
Tested up to: 4.9.1
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
187 |
|
188 |
== Upgrade Notice ==
|
189 |
|
190 |
+
= 2.5.5 =
|
191 |
+
Fix - Code Improvements
|
192 |
+
Fix - Addon Support Issue
|
193 |
+
Fix - Perfomance Improvements
|
194 |
+
|
195 |
= 2.5.4 =
|
196 |
Fix - Code Improvements
|
197 |
Fix - Several Bug Fixes
|
277 |
|
278 |
== Changelog ==
|
279 |
|
280 |
+
= 2.5.5 =
|
281 |
+
Fix - Code Improvements
|
282 |
+
Fix - Addon Support Issue
|
283 |
+
Fix - Perfomance Improvements
|
284 |
+
|
285 |
= 2.5.4 =
|
286 |
Fix - Code Improvements
|
287 |
Fix - Several Bug Fixes
|