Version Description
Fix - Security Fixes
Download this release
Release Info
Developer | Acurax |
Plugin | Under Construction / Maintenance Mode from Acurax |
Version | 2.5.3 |
Comparing to | |
See all releases |
Code changes from version 2.5.2 to 2.5.3
- acx_csma.php +4 -2
- includes/acx_csma_subscribers.php +1 -1
- includes/hook_functions.php +2 -2
- readme.txt +7 -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,9 +27,11 @@ 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 |
|
34 |
include_once(plugin_dir_path( __FILE__ ).'function.php');
|
35 |
include_once(plugin_dir_path( __FILE__ ).'includes/defaults.php');
|
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.3
|
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.3");
|
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");
|
34 |
+
|
35 |
|
36 |
include_once(plugin_dir_path( __FILE__ ).'function.php');
|
37 |
include_once(plugin_dir_path( __FILE__ ).'includes/defaults.php');
|
includes/acx_csma_subscribers.php
CHANGED
@@ -238,7 +238,7 @@ function acx_csma_render_list_page()
|
|
238 |
<div class="main_wrap">
|
239 |
<?php
|
240 |
echo "<h2>" . __( 'Maintenance Mode Subscribers', 'coming-soon-maintenance-mode-from-acurax' ) . "</h2>";
|
241 |
-
$acx_csma = str_replace( '%7E', '~', $_SERVER['REQUEST_URI']);
|
242 |
if($acx_csma != "")
|
243 |
{
|
244 |
$acx_csma = str_replace("action=delete&ID","acurax",$acx_csma);
|
238 |
<div class="main_wrap">
|
239 |
<?php
|
240 |
echo "<h2>" . __( 'Maintenance Mode Subscribers', 'coming-soon-maintenance-mode-from-acurax' ) . "</h2>";
|
241 |
+
$acx_csma = esc_url(str_replace( '%7E', '~', $_SERVER['REQUEST_URI']));
|
242 |
if($acx_csma != "")
|
243 |
{
|
244 |
$acx_csma = str_replace("action=delete&ID","acurax",$acx_csma);
|
includes/hook_functions.php
CHANGED
@@ -63,7 +63,7 @@ jQuery(document).ready(function() {
|
|
63 |
<div class="acx_csma_sidebar_widget">
|
64 |
<div class="acx_csma_sidebar_w_title"><?php _e('Rate us on wordpress.org','floating-social-media-icon'); ?></div>
|
65 |
<div class="acx_csma_sidebar_w_content" style="text-align:center;font-size:13px;"><b><?php _e('Thank you for being with us... If you like our plugin then please show us some love','floating-social-media-icon');?> </b></br>
|
66 |
-
<a href="https://wordpress.org/support/view/plugin-reviews/<?php echo
|
67 |
<span id="acx_csma_stars">
|
68 |
<span class="dashicons dashicons-star-filled"></span>
|
69 |
<span class="dashicons dashicons-star-filled"></span>
|
@@ -73,7 +73,7 @@ jQuery(document).ready(function() {
|
|
73 |
</span>
|
74 |
<span class="acx_csma_star_button button button-primary"><?php _e('Click Here','floating-social-media-icon'); ?></span>
|
75 |
</a>
|
76 |
-
<p><?php _e('If you are facing any issues, kindly post them at plugins support forum','floating-social-media-icon');?> <a href="http://wordpress.org/support/plugin/<?php echo
|
77 |
</div>
|
78 |
</div> <!-- acx_csma_sidebar_widget -->
|
79 |
</div> <!-- acx_csma_sidebar -->
|
63 |
<div class="acx_csma_sidebar_widget">
|
64 |
<div class="acx_csma_sidebar_w_title"><?php _e('Rate us on wordpress.org','floating-social-media-icon'); ?></div>
|
65 |
<div class="acx_csma_sidebar_w_content" style="text-align:center;font-size:13px;"><b><?php _e('Thank you for being with us... If you like our plugin then please show us some love','floating-social-media-icon');?> </b></br>
|
66 |
+
<a href="https://wordpress.org/support/view/plugin-reviews/<?php echo ACX_CSMA_WP_SLUG; ?>/" target="_blank" style="text-decoration:none;">
|
67 |
<span id="acx_csma_stars">
|
68 |
<span class="dashicons dashicons-star-filled"></span>
|
69 |
<span class="dashicons dashicons-star-filled"></span>
|
73 |
</span>
|
74 |
<span class="acx_csma_star_button button button-primary"><?php _e('Click Here','floating-social-media-icon'); ?></span>
|
75 |
</a>
|
76 |
+
<p><?php _e('If you are facing any issues, kindly post them at plugins support forum','floating-social-media-icon');?> <a href="http://wordpress.org/support/plugin/<?php echo ACX_CSMA_WP_SLUG; ?>/" target="_blank"><?php _e('here','floating-social-media-icon'); ?></a>
|
77 |
</div>
|
78 |
</div> <!-- acx_csma_sidebar_widget -->
|
79 |
</div> <!-- acx_csma_sidebar -->
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.acurax.com/
|
|
4 |
|
5 |
Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
|
6 |
Requires at least: 2.8
|
7 |
-
Tested up to: 4.7.
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
@@ -187,6 +187,9 @@ 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.2 =
|
191 |
Fix - Perfomance Improvements
|
192 |
Fix - Code Improvements
|
@@ -264,6 +267,9 @@ Stable Release
|
|
264 |
|
265 |
== Changelog ==
|
266 |
|
|
|
|
|
|
|
267 |
= 2.5.2 =
|
268 |
* Fix - Perfomance Improvements
|
269 |
* Fix - Code Improvements
|
4 |
|
5 |
Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
|
6 |
Requires at least: 2.8
|
7 |
+
Tested up to: 4.7.5
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
|
187 |
|
188 |
== Upgrade Notice ==
|
189 |
|
190 |
+
= 2.5.3 =
|
191 |
+
Fix - Security Fixes
|
192 |
+
|
193 |
= 2.5.2 =
|
194 |
Fix - Perfomance Improvements
|
195 |
Fix - Code Improvements
|
267 |
|
268 |
== Changelog ==
|
269 |
|
270 |
+
= 2.5.3 =
|
271 |
+
Fix - Security Fixes
|
272 |
+
|
273 |
= 2.5.2 =
|
274 |
* Fix - Perfomance Improvements
|
275 |
* Fix - Code Improvements
|