WPtouch - Version 4.3.33

Version Description

Download this release

Release Info

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

Code changes from version 4.3.32 to 4.3.33

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.32\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
- "POT-Creation-Date: 2018-11-06 18:55:09+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -2533,9 +2533,9 @@ msgstr ""
2533
  msgid "WPtouch Mobile Plugin"
2534
  msgstr ""
2535
 
2536
- #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.32) #-#-#-#-#
2537
  #. Plugin URI of the plugin/theme
2538
- #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.32) #-#-#-#-#
2539
  #. Author URI of the plugin/theme
2540
  msgid "http://www.wptouch.com/"
2541
  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.33\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
+ "POT-Creation-Date: 2018-11-07 22:09:51+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2533
  msgid "WPtouch Mobile Plugin"
2534
  msgstr ""
2535
 
2536
+ #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.33) #-#-#-#-#
2537
  #. Plugin URI of the plugin/theme
2538
+ #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.33) #-#-#-#-#
2539
  #. Author URI of the plugin/theme
2540
  msgid "http://www.wptouch.com/"
2541
  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.32
6
  Tested up to: 4.9
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.32 (November 6th, 2018) =
37
 
38
  * Fixed: Gutenberg/blocks compatibility.
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.33
6
  Tested up to: 4.9
7
  License: GPLv2
8
 
33
 
34
  == Changelog ==
35
 
36
+ = Version 4.3.33 (November 6th, 2018) =
37
+
38
+ * Fixed: Bauhaus version bump.
39
+
40
  = Version 4.3.32 (November 6th, 2018) =
41
 
42
  * Fixed: Gutenberg/blocks compatibility.
themes/bauhaus/default/bauhaus.js CHANGED
@@ -7,7 +7,6 @@ function doBauhausReady() {
7
  bauhausBindTappableLinks();
8
  bauhausSearchToggle();
9
  bauhausWebAppMenu();
10
- bauhausVideoUnwrap();
11
  bauhausHandleSearch();
12
  bauhausHandlePostImgs();
13
  bauhausFlickity();
@@ -62,14 +61,6 @@ function bauhausWebAppMenu(){
62
  }
63
  }
64
 
65
- // Unwrap video & photo from p tags, allows full-width display
66
- function bauhausVideoUnwrap(){
67
- var pTags = jQuery( '.fluid-width-video-wrapper, iframe, video' );
68
- if ( pTags.parent().is( 'p' ) ) {
69
- pTags.unwrap();
70
- }
71
- }
72
-
73
  function bauhausHandlePostImgs(){
74
  jQuery( '.post-page-content p img' ).each( function(){
75
  if ( !jQuery( this ).is( '.aligncenter, .alignleft, .alignright' ) ) {
7
  bauhausBindTappableLinks();
8
  bauhausSearchToggle();
9
  bauhausWebAppMenu();
 
10
  bauhausHandleSearch();
11
  bauhausHandlePostImgs();
12
  bauhausFlickity();
61
  }
62
  }
63
 
 
 
 
 
 
 
 
 
64
  function bauhausHandlePostImgs(){
65
  jQuery( '.post-page-content p img' ).each( function(){
66
  if ( !jQuery( this ).is( '.aligncenter, .alignleft, .alignright' ) ) {
themes/bauhaus/default/bauhaus.min.js CHANGED
@@ -1 +1 @@
1
- function doBauhausReady(){bauhausSliderMods(),bauhausMoveFooterDiv(),bauhausBindTappableLinks(),bauhausSearchToggle(),bauhausWebAppMenu(),bauhausVideoUnwrap(),bauhausHandleSearch(),bauhausHandlePostImgs(),bauhausFlickity()}function bauhausSliderMods(){jQuery("#slider a").each(function(){imgCloned=jQuery(this).find("img").attr("src"),jQuery(this).append('<img class="clone" src="'+imgCloned+'" alt="" />'),jQuery(this).find("p").not("p.featured-date").addClass("heading-font")})}function bauhausSearchToggle(){jQuery("#search-toggle").on("click",function(){jQuery("#search-dropper").toggleClass("toggled")})}function bauhausMoveFooterDiv(){if(jQuery("#switch").length){var e=jQuery(".footer").detach();jQuery("#switch").after(e)}}function bauhausBindTappableLinks(){jQuery(".wptouch-menu li.menu-item").each(function(){jQuery(this).addClass("tappable")})}function bauhausWebAppMenu(){if(navigator.standalone){var e=jQuery("body.web-app-mode.ios7.smartphone"),a=jQuery("#menu");jQuery(window).resize(function(){var t=jQuery(window).height()-74;e.hasClass("portrait")&&a.css("max-height",t),e.hasClass("landscape")&&a.css("max-height",t)}).resize()}}function bauhausVideoUnwrap(){var e=jQuery(".fluid-width-video-wrapper, iframe, video");e.parent().is("p")&&e.unwrap()}function bauhausHandlePostImgs(){jQuery(".post-page-content p img").each(function(){jQuery(this).is(".aligncenter, .alignleft, .alignright")||jQuery(this).addClass("aligncenter")})}function bauhausHandleSearch(){jQuery(".search").length&&jQuery(".search-select").change(function(e){var a="#"+jQuery(this).find(":selected").attr("data-section")+"-results";jQuery("#content > div:not(.post-page-head-area)").hide(),jQuery(a).show(),e.preventDefault()}).trigger("change")}function bauhausFlickity(){jQuery(".slider-latest-only .carousel").css({height:jQuery(window).height()});var e=jQuery(".recent-carousel").flickity({friction:.32,selectedAttraction:.06,dragThreshold:15,setGallerySize:!1,cellAlign:"left",wrapAround:!1,prevNextButtons:!1,pageDots:!1,imagesLoaded:!0,lazyLoad:4}),a=e.data("flickity");e.on("settle.flickity",function(){if(a.selectedIndex>a.cells.length-4){var t=e.attr("rel");jQuery.get(t).done(function(a){items=jQuery(a).find(".recent-carousel .carousel-cell"),e.flickity("append",items),newPageUrl=jQuery(a).find(".recent-carousel").attr("rel"),e.attr("rel",newPageUrl)})}}),jQuery(".featured-carousel").flickity({friction:.32,selectedAttraction:.06,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,pageDots:!1,lazyLoad:1}),jQuery(".popular-carousel").flickity({friction:.32,selectedAttraction:.06,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,pageDots:!1,lazyLoad:1}),listCarousel=jQuery(".list-view .list-carousel"),showDots=!1,autoPlay=!1,listCarousel.hasClass("dots")&&(showDots=!0),listCarousel.hasClass("autoplay")&&(autoPlay=!0),jQuery(".list-carousel").flickity({friction:.32,selectedAttraction:.06,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,autoPlay:autoPlay,pageDots:showDots,lazyLoad:1})}jQuery(document).ready(function(){doBauhausReady()});
1
+ function doBauhausReady(){bauhausSliderMods(),bauhausMoveFooterDiv(),bauhausBindTappableLinks(),bauhausSearchToggle(),bauhausWebAppMenu(),bauhausHandleSearch(),bauhausHandlePostImgs(),bauhausFlickity()}function bauhausSliderMods(){jQuery("#slider a").each(function(){imgCloned=jQuery(this).find("img").attr("src"),jQuery(this).append('<img class="clone" src="'+imgCloned+'" alt="" />'),jQuery(this).find("p").not("p.featured-date").addClass("heading-font")})}function bauhausSearchToggle(){jQuery("#search-toggle").on("click",function(){jQuery("#search-dropper").toggleClass("toggled")})}function bauhausMoveFooterDiv(){if(jQuery("#switch").length){var e=jQuery(".footer").detach();jQuery("#switch").after(e)}}function bauhausBindTappableLinks(){jQuery(".wptouch-menu li.menu-item").each(function(){jQuery(this).addClass("tappable")})}function bauhausWebAppMenu(){if(navigator.standalone){var a=jQuery("body.web-app-mode.ios7.smartphone"),t=jQuery("#menu");jQuery(window).resize(function(){var e=jQuery(window).height()-74;a.hasClass("portrait")&&t.css("max-height",e),a.hasClass("landscape")&&t.css("max-height",e)}).resize()}}function bauhausHandlePostImgs(){jQuery(".post-page-content p img").each(function(){jQuery(this).is(".aligncenter, .alignleft, .alignright")||jQuery(this).addClass("aligncenter")})}function bauhausHandleSearch(){jQuery(".search").length&&jQuery(".search-select").change(function(e){var a="#"+jQuery(this).find(":selected").attr("data-section")+"-results";jQuery("#content > div:not(.post-page-head-area)").hide(),jQuery(a).show(),e.preventDefault()}).trigger("change")}function bauhausFlickity(){jQuery(".slider-latest-only .carousel").css({height:jQuery(window).height()});var e=.32,a=.06,t=jQuery(".recent-carousel").flickity({friction:e,selectedAttraction:a,dragThreshold:15,setGallerySize:!1,cellAlign:"left",wrapAround:!1,prevNextButtons:!1,pageDots:!1,imagesLoaded:!0,lazyLoad:4}),r=t.data("flickity");t.on("settle.flickity",function(){if(r.selectedIndex>r.cells.length-4){var e=t.attr("rel");jQuery.get(e).done(function(e){items=jQuery(e).find(".recent-carousel .carousel-cell"),t.flickity("append",items),newPageUrl=jQuery(e).find(".recent-carousel").attr("rel"),t.attr("rel",newPageUrl)})}}),jQuery(".featured-carousel").flickity({friction:e,selectedAttraction:a,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,pageDots:!1,lazyLoad:1}),jQuery(".popular-carousel").flickity({friction:e,selectedAttraction:a,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,pageDots:!1,lazyLoad:1}),listCarousel=jQuery(".list-view .list-carousel"),showDots=!1,autoPlay=!1,listCarousel.hasClass("dots")&&(showDots=!0),listCarousel.hasClass("autoplay")&&(autoPlay=!0),jQuery(".list-carousel").flickity({friction:e,selectedAttraction:a,dragThreshold:15,setGallerySize:!1,cellAlign:"left",freeScroll:!1,imagesLoaded:!0,wrapAround:!1,prevNextButtons:!1,autoPlay:autoPlay,pageDots:showDots,lazyLoad:1})}jQuery(document).ready(function(){doBauhausReady()});
themes/bauhaus/readme.txt CHANGED
@@ -2,7 +2,7 @@ Theme Name: Bauhaus
2
  Theme URI: http://www.wptouch.com/themes/bauhaus
3
  Author: WPtouch
4
  Description: Clean, modern, functional design. Great for all types of WordPress sites.
5
- Version: 2.2.3
6
  Depends on: 4.3
7
  Framework: 2.0
8
  Tags: smartphone
@@ -25,6 +25,10 @@ Bauhaus is one of our more flexible themes, and is designed to easily take on th
25
 
26
  == Changelog ==
27
 
 
 
 
 
28
  = Version 2.2.3 =
29
 
30
  * Added: Additional output escaping.
2
  Theme URI: http://www.wptouch.com/themes/bauhaus
3
  Author: WPtouch
4
  Description: Clean, modern, functional design. Great for all types of WordPress sites.
5
+ Version: 2.2.4
6
  Depends on: 4.3
7
  Framework: 2.0
8
  Tags: smartphone
25
 
26
  == Changelog ==
27
 
28
+ = Version 2.2.4 =
29
+
30
+ * Fix: Issue where YouTube embed and AdSense code could cause white screen.
31
+
32
  = Version 2.2.3 =
33
 
34
  * Added: Additional output escaping.
themes/bauhaus/root-functions.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- define( 'BAUHAUS_THEME_VERSION', '2.2.3' );
4
  define( 'BAUHAUS_SETTING_DOMAIN', 'bauhaus' );
5
  define( 'BAUHAUS_DIR', wptouch_get_bloginfo( 'theme_root_directory' ) );
6
  define( 'BAUHAUS_URL', wptouch_get_bloginfo( 'theme_parent_url' ) );
1
  <?php
2
 
3
+ define( 'BAUHAUS_THEME_VERSION', '2.2.4' );
4
  define( 'BAUHAUS_SETTING_DOMAIN', 'bauhaus' );
5
  define( 'BAUHAUS_DIR', wptouch_get_bloginfo( 'theme_root_directory' ) );
6
  define( 'BAUHAUS_URL', wptouch_get_bloginfo( 'theme_parent_url' ) );
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.32
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.32' );
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.33
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.33' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );