Version Description
Fix - Code Improvements Fix - URL Break Issues Fix - Perfomance Improvements
Download this release
Release Info
Developer | Acurax |
Plugin | Under Construction / Maintenance Mode from Acurax |
Version | 2.5.6 |
Comparing to | |
See all releases |
Code changes from version 2.5.5 to 2.5.6
- acx_csma.php +2 -2
- function.php +1 -1
- includes/acx_csma_expert_support.php +1 -1
- readme.txt +10 -0
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.6
|
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.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");
|
function.php
CHANGED
@@ -499,7 +499,7 @@ function acx_csma_add_items($admin_bar)
|
|
499 |
'id' => 'acx_csma_activation_msg',
|
500 |
'parent' => 'top-secondary',
|
501 |
'title' => __('Maintenance Mode is Activated','coming-soon-maintenance-mode-from-acurax'),
|
502 |
-
'href' => 'admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings'
|
503 |
);
|
504 |
if (!current_user_can('manage_options') ) {
|
505 |
return;
|
499 |
'id' => 'acx_csma_activation_msg',
|
500 |
'parent' => 'top-secondary',
|
501 |
'title' => __('Maintenance Mode is Activated','coming-soon-maintenance-mode-from-acurax'),
|
502 |
+
'href' => wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings'))
|
503 |
);
|
504 |
if (!current_user_can('manage_options') ) {
|
505 |
return;
|
includes/acx_csma_expert_support.php
CHANGED
@@ -51,7 +51,7 @@ $acx_installation_url = "";
|
|
51 |
</div> <!-- acx_csma_es_acx_content_area -->
|
52 |
|
53 |
<div class="acx_csma_es_footer_content_cvr">
|
54 |
-
<div class="acx_csma_es_wp_footer_area_desc"><?php _e("Its our pleasure to thank you for using our plugin and being with us. We always do our best to help you on your needs. If you like to hide this menu, you can do so at ","coming-soon-maintenance-mode-from-acurax");?><a href="admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc"><?php _e("Misc","coming-soon-maintenance-mode-from-acurax");?></a><?php _e(" page which is under our plugin options.","coming-soon-maintenance-mode-from-acurax");?></div> <!--acx_csma_es_wp_footer_area_desc -->
|
55 |
</div> <!-- acx_csma_es_footer_content_cvr -->
|
56 |
|
57 |
</div> <!-- acx_csma_es_middle_section -->
|
51 |
</div> <!-- acx_csma_es_acx_content_area -->
|
52 |
|
53 |
<div class="acx_csma_es_footer_content_cvr">
|
54 |
+
<div class="acx_csma_es_wp_footer_area_desc"><?php _e("Its our pleasure to thank you for using our plugin and being with us. We always do our best to help you on your needs. If you like to hide this menu, you can do so at ","coming-soon-maintenance-mode-from-acurax");?><a href="<?php echo wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc'));?>"><?php _e("Misc","coming-soon-maintenance-mode-from-acurax");?></a><?php _e(" page which is under our plugin options.","coming-soon-maintenance-mode-from-acurax");?></div> <!--acx_csma_es_wp_footer_area_desc -->
|
55 |
</div> <!-- acx_csma_es_footer_content_cvr -->
|
56 |
|
57 |
</div> <!-- acx_csma_es_middle_section -->
|
readme.txt
CHANGED
@@ -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.5 =
|
191 |
Fix - Code Improvements
|
192 |
Fix - Addon Support Issue
|
@@ -277,6 +282,11 @@ Stable Release
|
|
277 |
|
278 |
== Changelog ==
|
279 |
|
|
|
|
|
|
|
|
|
|
|
280 |
= 2.5.5 =
|
281 |
Fix - Code Improvements
|
282 |
Fix - Addon Support Issue
|
187 |
|
188 |
== Upgrade Notice ==
|
189 |
|
190 |
+
= 2.5.6 =
|
191 |
+
Fix - Code Improvements
|
192 |
+
Fix - URL Break Issues
|
193 |
+
Fix - Perfomance Improvements
|
194 |
+
|
195 |
= 2.5.5 =
|
196 |
Fix - Code Improvements
|
197 |
Fix - Addon Support Issue
|
282 |
|
283 |
== Changelog ==
|
284 |
|
285 |
+
= 2.5.6 =
|
286 |
+
Fix - Code Improvements
|
287 |
+
Fix - URL Break Issues
|
288 |
+
Fix - Perfomance Improvements
|
289 |
+
|
290 |
= 2.5.5 =
|
291 |
Fix - Code Improvements
|
292 |
Fix - Addon Support Issue
|