Under Construction / Maintenance Mode from Acurax - Version 2.5.7

Version Description

Fix - Security Improvements Fix - Perfomance Improvements

Download this release

Release Info

Developer Acurax
Plugin Icon 128x128 Under Construction / Maintenance Mode from Acurax
Version 2.5.7
Comparing to
See all releases

Code changes from version 2.5.6 to 2.5.7

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.6
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.6");
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.7
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.7");
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
@@ -4413,7 +4413,7 @@ add_action("wp_ajax_acx_csma_purchased_licence_add","acx_csma_purchased_licence_
4413
  function acx_csma_licence_activation_api_request($args)
4414
  {
4415
  // Send request
4416
- $request = wp_remote_post( 'http://updates.acurax.com/licence_activation.php',array( 'body' => $args ) );
4417
  if ( is_wp_error( $request ) || 200 != wp_remote_retrieve_response_code( $request ) )
4418
  return false;
4419
  $response = wp_remote_retrieve_body( $request ) ;
4413
  function acx_csma_licence_activation_api_request($args)
4414
  {
4415
  // Send request
4416
+ $request = wp_remote_post( 'https://updates.acurax.com/licence_activation.php',array( 'body' => $args ) );
4417
  if ( is_wp_error( $request ) || 200 != wp_remote_retrieve_response_code( $request ) )
4418
  return false;
4419
  $response = wp_remote_retrieve_body( $request ) ;
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.9.1
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
@@ -187,6 +187,10 @@ 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.6 =
191
  Fix - Code Improvements
192
  Fix - URL Break Issues
@@ -282,6 +286,10 @@ Stable Release
282
 
283
  == Changelog ==
284
 
 
 
 
 
285
  = 2.5.6 =
286
  Fix - Code Improvements
287
  Fix - URL Break Issues
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.4
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
187
 
188
  == Upgrade Notice ==
189
 
190
+ = 2.5.7 =
191
+ Fix - Security Improvements
192
+ Fix - Perfomance Improvements
193
+
194
  = 2.5.6 =
195
  Fix - Code Improvements
196
  Fix - URL Break Issues
286
 
287
  == Changelog ==
288
 
289
+ = 2.5.7 =
290
+ Fix - Security Improvements
291
+ Fix - Perfomance Improvements
292
+
293
  = 2.5.6 =
294
  Fix - Code Improvements
295
  Fix - URL Break Issues