WPtouch - Version 4.3.40

Version Description

Download this release

Release Info

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

Code changes from version 4.3.39 to 4.3.40

Files changed (4) hide show
  1. admin/js/wptouch-menu.js +2 -2
  2. lang/wptouch.pot +6 -6
  3. readme.txt +5 -1
  4. wptouch.php +2 -2
admin/js/wptouch-menu.js CHANGED
@@ -14,7 +14,7 @@ jQuery( '.wptouch-menu-icon' ).each( function(){
14
  });
15
  });
16
 
17
- jQuery( '#icon-packs img' ).live( 'click', function( e ) {
18
  e.preventDefault();
19
  e.stopImmediatePropagation();
20
  var imageSource = jQuery( this ).attr( 'src' );
@@ -23,7 +23,7 @@ jQuery( '#icon-packs img' ).live( 'click', function( e ) {
23
  jQuery( '#edit-menu-item-icon-' + pageId ).val( imageSource );
24
  });
25
 
26
- jQuery( 'a.remove_icon' ).live( 'click', function( e ) {
27
  e.preventDefault();
28
  jQuery( this ).siblings( 'img.icon-preview' ).attr( 'src', wptouchMenu.default_icon );
29
  jQuery( this ).siblings( 'input' ).val('');
14
  });
15
  });
16
 
17
+ jQuery( '#icon-packs' ).on( 'click', 'img', function( e ) {
18
  e.preventDefault();
19
  e.stopImmediatePropagation();
20
  var imageSource = jQuery( this ).attr( 'src' );
23
  jQuery( '#edit-menu-item-icon-' + pageId ).val( imageSource );
24
  });
25
 
26
+ jQuery( 'p.wptouch-menu-icon' ).on( 'click', 'a.remove_icon', function( e ) {
27
  e.preventDefault();
28
  jQuery( this ).siblings( 'img.icon-preview' ).attr( 'src', wptouchMenu.default_icon );
29
  jQuery( this ).siblings( 'input' ).val('');
lang/wptouch.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2020 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.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"
11
- "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
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.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 ""
1
+ # Copyright (C) 2021 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.40\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
+ "POT-Creation-Date: 2021-05-05 19:53:05+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: 2021-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.40) #-#-#-#-#
2541
  #. Plugin URI of the plugin/theme
2542
+ #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.40) #-#-#-#-#
2543
  #. Author URI of the plugin/theme
2544
  msgid "http://www.wptouch.com/"
2545
  msgstr ""
readme.txt CHANGED
@@ -2,7 +2,7 @@
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
 
@@ -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.39 (November 11th, 2020) =
37
 
38
  * Fixed more 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.40
6
  Tested up to: 5.5.3
7
  License: GPLv2
8
 
33
 
34
  == Changelog ==
35
 
36
+ = Version 4.3.40 (May 4th, 2021) =
37
+
38
+ * Fixed menu icon jQuery error.
39
+
40
  = Version 4.3.39 (November 11th, 2020) =
41
 
42
  * Fixed more 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.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,7 +14,7 @@
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' ) );
2
  /*
3
  Plugin Name: WPtouch Mobile Plugin
4
  Plugin URI: http://www.wptouch.com/
5
+ Version: 4.3.40
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.40' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );