Version Description
Download this release
Release Info
Developer | wptouch |
Plugin | WPtouch |
Version | 4.3.13.1 |
Comparing to | |
See all releases |
Code changes from version 4.3.13 to 4.3.13.1
- admin/js/wptouch-admin-4.js +0 -16
- admin/js/wptouch-admin-remodal.js +15 -0
- lang/wptouch.pot +6 -7
- readme.txt +5 -1
- wptouch.php +4 -4
admin/js/wptouch-admin-4.js
CHANGED
@@ -1010,20 +1010,6 @@ function wptouchCreateForm() {
|
|
1010 |
} );
|
1011 |
}
|
1012 |
|
1013 |
-
function wptouchHandleNewsletterNoticeDismiss() {
|
1014 |
-
jQuery( '#wpbody-content' ).on( 'click', '.js-free-newsletter-notice .notice-dismiss', function () {
|
1015 |
-
jQuery.ajax({
|
1016 |
-
url: ajaxurl,
|
1017 |
-
data: {
|
1018 |
-
action: 'disable_newsletter_notice'
|
1019 |
-
},
|
1020 |
-
done: function() {
|
1021 |
-
// Do nothing.
|
1022 |
-
}
|
1023 |
-
});
|
1024 |
-
} );
|
1025 |
-
}
|
1026 |
-
|
1027 |
function wptouchAdminReady() {
|
1028 |
|
1029 |
wptouchDownloadUploadSettings();
|
@@ -1075,8 +1061,6 @@ function wptouchAdminReady() {
|
|
1075 |
wptouchPreviewWindow();
|
1076 |
|
1077 |
wptouchCreateForm();
|
1078 |
-
|
1079 |
-
wptouchHandleNewsletterNoticeDismiss();
|
1080 |
}
|
1081 |
|
1082 |
jQuery( document ).ready( function() {
|
1010 |
} );
|
1011 |
}
|
1012 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
function wptouchAdminReady() {
|
1014 |
|
1015 |
wptouchDownloadUploadSettings();
|
1061 |
wptouchPreviewWindow();
|
1062 |
|
1063 |
wptouchCreateForm();
|
|
|
|
|
1064 |
}
|
1065 |
|
1066 |
jQuery( document ).ready( function() {
|
admin/js/wptouch-admin-remodal.js
CHANGED
@@ -217,8 +217,23 @@ function wptouchHandleLicensePanel() {
|
|
217 |
}
|
218 |
}
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
function wptouchSitewideAdminReady(){
|
221 |
wptouchHandleLicensePanel();
|
|
|
222 |
}
|
223 |
|
224 |
jQuery( document ).ready( function() {
|
217 |
}
|
218 |
}
|
219 |
|
220 |
+
function wptouchHandleNewsletterNoticeDismiss() {
|
221 |
+
jQuery( '#wpbody-content' ).on( 'click', '.js-free-newsletter-notice .notice-dismiss', function () {
|
222 |
+
jQuery.ajax({
|
223 |
+
url: ajaxurl,
|
224 |
+
data: {
|
225 |
+
action: 'disable_newsletter_notice'
|
226 |
+
},
|
227 |
+
done: function() {
|
228 |
+
// Do nothing.
|
229 |
+
}
|
230 |
+
});
|
231 |
+
} );
|
232 |
+
}
|
233 |
+
|
234 |
function wptouchSitewideAdminReady(){
|
235 |
wptouchHandleLicensePanel();
|
236 |
+
wptouchHandleNewsletterNoticeDismiss();
|
237 |
}
|
238 |
|
239 |
jQuery( document ).ready( function() {
|
lang/wptouch.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the WPtouch Mobile Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPtouch Mobile Plugin 4.3.13\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
|
7 |
-
"POT-Creation-Date: 2017-03-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -2528,20 +2528,19 @@ msgstr ""
|
|
2528 |
msgid "WPtouch Mobile Plugin"
|
2529 |
msgstr ""
|
2530 |
|
|
|
2531 |
#. Plugin URI of the plugin/theme
|
|
|
|
|
2532 |
msgid "http://www.wptouch.com/"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
#. Description of the plugin/theme
|
2536 |
msgid ""
|
2537 |
"Make a beautiful mobile-friendly version of your website with just a few "
|
2538 |
-
"clicks"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
#. Author of the plugin/theme
|
2542 |
msgid "WPtouch"
|
2543 |
msgstr ""
|
2544 |
-
|
2545 |
-
#. Author URI of the plugin/theme
|
2546 |
-
msgid "http://www.bravenewcode.com/"
|
2547 |
-
msgstr ""
|
2 |
# This file is distributed under the same license as the WPtouch Mobile Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPtouch Mobile Plugin 4.3.13.1\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
|
7 |
+
"POT-Creation-Date: 2017-03-08 21:22:15+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2528 |
msgid "WPtouch Mobile Plugin"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.13.1) #-#-#-#-#
|
2532 |
#. Plugin URI of the plugin/theme
|
2533 |
+
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.13.1) #-#-#-#-#
|
2534 |
+
#. Author URI of the plugin/theme
|
2535 |
msgid "http://www.wptouch.com/"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
#. Description of the plugin/theme
|
2539 |
msgid ""
|
2540 |
"Make a beautiful mobile-friendly version of your website with just a few "
|
2541 |
+
"clicks."
|
2542 |
msgstr ""
|
2543 |
|
2544 |
#. Author of the plugin/theme
|
2545 |
msgid "WPtouch"
|
2546 |
msgstr ""
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: wptouch, duanestorey, dalemugford, adamdipardo, oxymoron
|
3 |
Tags: wptouch, iphone, ipod, bravenewcode, mobile, mobile-friendly, android, blackberry, smartphone, responsive, design, mobile plugin, ios, mobile theme
|
4 |
Requires at least: 4.2
|
5 |
-
Stable tag: 4.3.13
|
6 |
Tested up to: 4.7
|
7 |
License: GPLv2
|
8 |
|
@@ -33,6 +33,10 @@ For more information visit [WPtouch.com](http://www.wptouch.com/?utm_campaign=wp
|
|
33 |
|
34 |
== Changelog ==
|
35 |
|
|
|
|
|
|
|
|
|
36 |
= Version 4.3.13 (March 6, 2017) =
|
37 |
|
38 |
* Fixed: Bug that didn't allow mobile / desktop switching in specific W3TC configuration.
|
2 |
Contributors: wptouch, duanestorey, dalemugford, adamdipardo, oxymoron
|
3 |
Tags: wptouch, iphone, ipod, bravenewcode, mobile, mobile-friendly, android, blackberry, smartphone, responsive, design, mobile plugin, ios, mobile theme
|
4 |
Requires at least: 4.2
|
5 |
+
Stable tag: 4.3.13.1
|
6 |
Tested up to: 4.7
|
7 |
License: GPLv2
|
8 |
|
33 |
|
34 |
== Changelog ==
|
35 |
|
36 |
+
= Version 4.3.13.1 (March 8, 2017) =
|
37 |
+
|
38 |
+
* Fixed: Bug where if you dismissed the newsletter signup outside of the WPtouch settings area it would continue to show the notice.
|
39 |
+
|
40 |
= Version 4.3.13 (March 6, 2017) =
|
41 |
|
42 |
* Fixed: Bug that didn't allow mobile / desktop switching in specific W3TC configuration.
|
wptouch.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
/*
|
3 |
Plugin Name: WPtouch Mobile Plugin
|
4 |
Plugin URI: http://www.wptouch.com/
|
5 |
-
Version: 4.3.13
|
6 |
-
Description: Make a beautiful mobile-friendly version of your website with just a few clicks
|
7 |
Author: WPtouch
|
8 |
-
Author URI: http://www.
|
9 |
Text Domain: wptouch-pro
|
10 |
Domain Path: /lang
|
11 |
License: GNU General Public License 2.0 (GPL) http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
@@ -14,7 +14,7 @@
|
|
14 |
|
15 |
function wptouch_create_four_object() {
|
16 |
if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
|
17 |
-
define( 'WPTOUCH_VERSION', '4.3.13' );
|
18 |
|
19 |
define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
|
20 |
define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );
|
2 |
/*
|
3 |
Plugin Name: WPtouch Mobile Plugin
|
4 |
Plugin URI: http://www.wptouch.com/
|
5 |
+
Version: 4.3.13.1
|
6 |
+
Description: Make a beautiful mobile-friendly version of your website with just a few clicks.
|
7 |
Author: WPtouch
|
8 |
+
Author URI: http://www.wptouch.com/
|
9 |
Text Domain: wptouch-pro
|
10 |
Domain Path: /lang
|
11 |
License: GNU General Public License 2.0 (GPL) http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
14 |
|
15 |
function wptouch_create_four_object() {
|
16 |
if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
|
17 |
+
define( 'WPTOUCH_VERSION', '4.3.13.1' );
|
18 |
|
19 |
define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
|
20 |
define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );
|