WPtouch - Version 4.3.39

Version Description

Download this release

Release Info

Developer wptouch
Plugin Icon 128x128 WPtouch
Version 4.3.39
Comparing to
See all releases

Code changes from version 4.3.38 to 4.3.39

admin/css/wptouch-admin-4-wizard.css CHANGED
@@ -12,7 +12,7 @@
12
  }
13
 
14
  .wptouch-clearfix {
15
- display: inline-block;
16
  }
17
 
18
  html[xmlns] .wptouch-clearfix {
12
  }
13
 
14
  .wptouch-clearfix {
15
+ display: block;
16
  }
17
 
18
  html[xmlns] .wptouch-clearfix {
admin/css/wptouch-admin-4.css CHANGED
@@ -103,12 +103,14 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:a
103
  }
104
 
105
  #wptouch-settings-content {
 
106
  padding: 45px;
107
  margin-left: 0;
108
  background-color: #fff;
109
  border-left: 1px solid #e7eaed;
110
  min-height: 650px;
111
  max-width:570px;
 
112
  width:100%;
113
  }
114
 
103
  }
104
 
105
  #wptouch-settings-content {
106
+ display: table-cell;
107
  padding: 45px;
108
  margin-left: 0;
109
  background-color: #fff;
110
  border-left: 1px solid #e7eaed;
111
  min-height: 650px;
112
  max-width:570px;
113
+ min-width:330px;
114
  width:100%;
115
  }
116
 
core/admin-load.php CHANGED
@@ -102,7 +102,10 @@ function wptouch_add_page_section( $sub_page_name, $section_name, $section_slug,
102
  $setting->domain = $section->domain;
103
  }
104
  }
105
-
 
 
 
106
  $options[ $sub_page_name ]->sections[ $section_name ] = $section;
107
  }
108
  }
102
  $setting->domain = $section->domain;
103
  }
104
  }
105
+
106
+ if(!isset($options[ $sub_page_name ])) {
107
+ $options[ $sub_page_name ] = new stdClass;
108
+ }
109
  $options[ $sub_page_name ]->sections[ $section_name ] = $section;
110
  }
111
  }
core/admin-render.php CHANGED
@@ -182,7 +182,11 @@
182
  </div><!-- section -->
183
  <?php } ?>
184
  <?php } ?>
185
- <?php do_action( 'wptouch_after_settings_subpage_' . $page_info->slug ); ?>
 
 
 
 
186
  </div><!-- wptouch-settings-sub-page -->
187
  <?php } ?>
188
  <?php } ?>
182
  </div><!-- section -->
183
  <?php } ?>
184
  <?php } ?>
185
+ <?php
186
+ if(isset($page_info->slug)) {
187
+ do_action( 'wptouch_after_settings_subpage_' . $page_info->slug );
188
+ }
189
+ ?>
190
  </div><!-- wptouch-settings-sub-page -->
191
  <?php } ?>
192
  <?php } ?>
core/class-wptouch-pro.php CHANGED
@@ -1620,35 +1620,13 @@ class WPtouchProFour {
1620
  function cleanup_post_and_get() {
1621
  if ( count( $_GET ) ) {
1622
  foreach( $_GET as $key => $value ) {
1623
- if ( get_magic_quotes_gpc() ) {
1624
- $this->get[ $key ] = @stripslashes( $value );
1625
- } else {
1626
- $this->get[ $key ] = $value;
1627
- }
1628
  }
1629
  }
1630
 
1631
  if ( count( $_POST ) ) {
1632
- foreach( $_POST as $key => $value ) {
1633
- if ( get_magic_quotes_gpc() ) {
1634
- if ( is_array( $value ) ) {
1635
- $new_value = array();
1636
- foreach( $value as $val_key => $x ) {
1637
- if ( !is_array( $x ) ) {
1638
- $new_value[ $val_key ] = @stripslashes( $x );
1639
- } else {
1640
- foreach ( $x as $x_key => $x_val ) {
1641
- $new_value[ $val_key ][ $x_key ] = @stripslashes( $x_val );
1642
- }
1643
- }
1644
- }
1645
- $this->post[ $key ] = $new_value;
1646
- } else {
1647
- $this->post[ $key ] = @stripslashes( $value );
1648
- }
1649
- } else {
1650
- $this->post[ $key ] = $value;
1651
- }
1652
  }
1653
  }
1654
  }
1620
  function cleanup_post_and_get() {
1621
  if ( count( $_GET ) ) {
1622
  foreach( $_GET as $key => $value ) {
1623
+ $this->get[ $key ] = $value;
 
 
 
 
1624
  }
1625
  }
1626
 
1627
  if ( count( $_POST ) ) {
1628
+ foreach( $_POST as $key => $value ) {
1629
+ $this->post[ $key ] = $value;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1630
  }
1631
  }
1632
  }
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.38\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
- "POT-Creation-Date: 2020-08-27 20:44:54+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -831,7 +831,7 @@ msgstr ""
831
 
832
  #: admin/pages/wptouch-admin-general-settings.php:659
833
  #: admin/settings/html/installed_icon_sets_ajax.php:4
834
- #: core/class-wptouch-pro.php:2192 core/class-wptouch-pro.php:2193
835
  #: core/config.php:54
836
  msgid "Custom Icons"
837
  msgstr ""
@@ -1185,7 +1185,7 @@ msgstr ""
1185
  msgid "Setup Wizard"
1186
  msgstr ""
1187
 
1188
- #: core/admin-menu.php:49 core/class-wptouch-pro.php:1664
1189
  msgid "Settings"
1190
  msgstr ""
1191
 
@@ -1278,7 +1278,7 @@ msgstr ""
1278
  msgid "Available for WPtouch Pro"
1279
  msgstr ""
1280
 
1281
- #: core/admin-render.php:192
1282
  msgid "Reset Settings"
1283
  msgstr ""
1284
 
@@ -1398,15 +1398,15 @@ msgstr ""
1398
  msgid "Install Extensions"
1399
  msgstr ""
1400
 
1401
- #: core/class-wptouch-pro.php:1701
1402
  msgid "%s Changelog"
1403
  msgstr ""
1404
 
1405
- #: core/class-wptouch-pro.php:3125
1406
  msgid "Directory Problem"
1407
  msgstr ""
1408
 
1409
- #: core/class-wptouch-pro.php:3126
1410
  msgid "One or more required directories could not be created"
1411
  msgstr ""
1412
 
@@ -2537,9 +2537,9 @@ msgstr ""
2537
  msgid "WPtouch Mobile Plugin"
2538
  msgstr ""
2539
 
2540
- #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.38) #-#-#-#-#
2541
  #. Plugin URI of the plugin/theme
2542
- #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.38) #-#-#-#-#
2543
  #. Author URI of the plugin/theme
2544
  msgid "http://www.wptouch.com/"
2545
  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.39\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
+ "POT-Creation-Date: 2020-11-11 20:03:37+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
831
 
832
  #: admin/pages/wptouch-admin-general-settings.php:659
833
  #: admin/settings/html/installed_icon_sets_ajax.php:4
834
+ #: core/class-wptouch-pro.php:2170 core/class-wptouch-pro.php:2171
835
  #: core/config.php:54
836
  msgid "Custom Icons"
837
  msgstr ""
1185
  msgid "Setup Wizard"
1186
  msgstr ""
1187
 
1188
+ #: core/admin-menu.php:49 core/class-wptouch-pro.php:1642
1189
  msgid "Settings"
1190
  msgstr ""
1191
 
1278
  msgid "Available for WPtouch Pro"
1279
  msgstr ""
1280
 
1281
+ #: core/admin-render.php:196
1282
  msgid "Reset Settings"
1283
  msgstr ""
1284
 
1398
  msgid "Install Extensions"
1399
  msgstr ""
1400
 
1401
+ #: core/class-wptouch-pro.php:1679
1402
  msgid "%s Changelog"
1403
  msgstr ""
1404
 
1405
+ #: core/class-wptouch-pro.php:3103
1406
  msgid "Directory Problem"
1407
  msgstr ""
1408
 
1409
+ #: core/class-wptouch-pro.php:3104
1410
  msgid "One or more required directories could not be created"
1411
  msgstr ""
1412
 
2537
  msgid "WPtouch Mobile Plugin"
2538
  msgstr ""
2539
 
2540
+ #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.39) #-#-#-#-#
2541
  #. Plugin URI of the plugin/theme
2542
+ #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.39) #-#-#-#-#
2543
  #. Author URI of the plugin/theme
2544
  msgid "http://www.wptouch.com/"
2545
  msgstr ""
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wptouch, sureswiftcapital, 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.38
6
- Tested up to: 5.5
7
  License: GPLv2
8
 
9
  Make your WordPress website mobile-friendly with just a few clicks.
@@ -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.38 (August 26th, 2020) =
37
 
38
  * Fixed CSS issues that disrupted usability.
2
  Contributors: wptouch, sureswiftcapital, 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.39
6
+ Tested up to: 5.5.3
7
  License: GPLv2
8
 
9
  Make your WordPress website mobile-friendly with just a few clicks.
33
 
34
  == Changelog ==
35
 
36
+ = Version 4.3.39 (November 11th, 2020) =
37
+
38
+ * Fixed more CSS issues that disrupted usability.
39
+
40
  = Version 4.3.38 (August 26th, 2020) =
41
 
42
  * Fixed CSS issues that disrupted usability.
wptouch.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: WPtouch Mobile Plugin
4
  Plugin URI: http://www.wptouch.com/
5
- Version: 4.3.38
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/
@@ -14,7 +14,7 @@
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
- define( 'WPTOUCH_VERSION', '4.3.38' );
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.39
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/
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
+ define( 'WPTOUCH_VERSION', '4.3.39' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );