Version Description
Download this release
Release Info
Developer | sureswiftruss |
Plugin | WPtouch |
Version | 4.3.42 |
Comparing to | |
See all releases |
Code changes from version 4.3.41 to 4.3.42
- core/menu-walkers.php +1 -1
- lang/wptouch.pot +6 -6
- readme.txt +6 -2
- wptouch.php +2 -2
core/menu-walkers.php
CHANGED
@@ -7,7 +7,7 @@ function wptouch_save_menu_changes( $old_value, $new_value ) {
|
|
7 |
global $wptouch_pro;
|
8 |
$menu_map = $new_value[ 'nav_menu_locations' ];
|
9 |
|
10 |
-
if ( is_array( $menu_map ) && count( $menu_map > 0 )
|
11 |
foreach ( $menu_map as $location => $menu_id ) {
|
12 |
if ( strstr( $location, 'wptouch_') ) {
|
13 |
$menu_data = wp_get_nav_menu_object( $menu_id );
|
7 |
global $wptouch_pro;
|
8 |
$menu_map = $new_value[ 'nav_menu_locations' ];
|
9 |
|
10 |
+
if ( is_array( $menu_map ) && count( $menu_map ) > 0 ) {
|
11 |
foreach ( $menu_map as $location => $menu_id ) {
|
12 |
if ( strstr( $location, 'wptouch_') ) {
|
13 |
$menu_data = wp_get_nav_menu_object( $menu_id );
|
lang/wptouch.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
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.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
@@ -2537,9 +2537,9 @@ msgstr ""
|
|
2537 |
msgid "WPtouch Mobile Plugin"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.
|
2541 |
#. Plugin URI of the plugin/theme
|
2542 |
-
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.
|
2543 |
#. Author URI of the plugin/theme
|
2544 |
msgid "http://www.wptouch.com/"
|
2545 |
msgstr ""
|
1 |
+
# Copyright (C) 2022 WPtouch Mobile Plugin
|
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.42\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
|
7 |
+
"POT-Creation-Date: 2022-07-25 20:13:12+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
2537 |
msgid "WPtouch Mobile Plugin"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.42) #-#-#-#-#
|
2541 |
#. Plugin URI of the plugin/theme
|
2542 |
+
#. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.42) #-#-#-#-#
|
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.
|
6 |
-
Tested up to:
|
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.41 (May 5th, 2021) =
|
37 |
|
38 |
* Fixed subsequent icon jQuery error.
|
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.42
|
6 |
+
Tested up to: 6.0.1
|
7 |
License: GPLv2
|
8 |
|
9 |
Make your WordPress website mobile-friendly with just a few clicks.
|
33 |
|
34 |
== Changelog ==
|
35 |
|
36 |
+
= Version 4.3.42 (July 25th, 2022) =
|
37 |
+
|
38 |
+
* Minor menu fix.
|
39 |
+
|
40 |
= Version 4.3.41 (May 5th, 2021) =
|
41 |
|
42 |
* Fixed subsequent icon jQuery error.
|
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.
|
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.
|
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.42
|
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.42' );
|
18 |
|
19 |
define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
|
20 |
define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );
|