WPtouch - Version 4.3.11

Version Description

Download this release

Release Info

Developer bravenewcode
Plugin Icon 128x128 WPtouch
Version 4.3.11
Comparing to
See all releases

Code changes from version 4.3.10 to 4.3.11

core/admin-extensions.php CHANGED
@@ -250,7 +250,9 @@ function wptouch_the_addon_icon() {
250
  function wptouch_get_addon_icon() {
251
  global $wptouch_cur_addon;
252
  if ( $wptouch_cur_addon ) {
253
- return apply_filters( 'wptouch_addon_icon', $wptouch_cur_addon->screenshot );
 
 
254
  }
255
 
256
  return false;
@@ -365,4 +367,4 @@ function wptouch_get_activation_label() {
365
  return __( 'Site Activate', 'wptouch-pro' );
366
  }
367
  } else return __( 'Activate', 'wptouch-pro' );
368
- }
250
  function wptouch_get_addon_icon() {
251
  global $wptouch_cur_addon;
252
  if ( $wptouch_cur_addon ) {
253
+ $wptouch_addon_icon = wptouch_check_url_ssl( $wptouch_cur_addon->screenshot );
254
+
255
+ return apply_filters( 'wptouch_addon_icon', $wptouch_addon_icon );
256
  }
257
 
258
  return false;
367
  return __( 'Site Activate', 'wptouch-pro' );
368
  }
369
  } else return __( 'Activate', 'wptouch-pro' );
370
+ }
core/admin-icons.php CHANGED
@@ -27,7 +27,7 @@ function wptouch_get_remote_icon_packs() {
27
  $icon_set->dir_base = $icon_set_info[0];
28
  $icon_set->author = $icon_set_info[2];
29
  $icon_set->author_url = $icon_set_info[3];
30
- $icon_set->thumbnail = 'http://wptouch-pro-3.s3.amazonaws.com/icon-sets/thumbnails/' . $icon_set_info[0] . '.png';
31
 
32
  $remote_icon_packs[] = $icon_set;
33
  }
@@ -260,4 +260,4 @@ function wptouch_admin_the_menu_item() {
260
  if ( $wptouch_admin_menu_iterator ) {
261
  $wptouch_admin_menu_item = $wptouch_admin_menu_iterator->the_item();
262
  }
263
- }
27
  $icon_set->dir_base = $icon_set_info[0];
28
  $icon_set->author = $icon_set_info[2];
29
  $icon_set->author_url = $icon_set_info[3];
30
+ $icon_set->thumbnail = wptouch_check_url_ssl( 'http://wptouch-pro-3.s3.amazonaws.com/icon-sets/thumbnails/' . $icon_set_info[0] . '.png' );
31
 
32
  $remote_icon_packs[] = $icon_set;
33
  }
260
  if ( $wptouch_admin_menu_iterator ) {
261
  $wptouch_admin_menu_item = $wptouch_admin_menu_iterator->the_item();
262
  }
263
+ }
core/admin-themes.php CHANGED
@@ -231,7 +231,8 @@ function wptouch_the_theme_icon() {
231
  function wptouch_get_theme_icon() {
232
  global $wptouch_cur_theme;
233
  if ( $wptouch_cur_theme ) {
234
- return apply_filters( 'wptouch_theme_screenshot', $wptouch_cur_theme->screenshot );
 
235
  }
236
 
237
  return false;
@@ -364,7 +365,7 @@ function wptouch_the_theme_screenshot() {
364
  global $wptouch_theme_screenshot_iterator;
365
  global $wptouch_theme_screenshot_item;
366
 
367
- $wptouch_theme_screenshot_item = $wptouch_theme_screenshot_iterator->the_item();
368
 
369
  return apply_filters( 'wptouch_theme_screenshot', $wptouch_theme_screenshot_item );
370
  }
@@ -393,5 +394,3 @@ function wptouch_reset_theme_screenshot() {
393
 
394
  $wptouch_theme_screenshot_iterator = false;
395
  }
396
-
397
-
231
  function wptouch_get_theme_icon() {
232
  global $wptouch_cur_theme;
233
  if ( $wptouch_cur_theme ) {
234
+ $wptouch_theme_icon = wptouch_check_url_ssl( $wptouch_cur_theme->screenshot );
235
+ return apply_filters( 'wptouch_theme_screenshot', $wptouch_theme_icon );
236
  }
237
 
238
  return false;
365
  global $wptouch_theme_screenshot_iterator;
366
  global $wptouch_theme_screenshot_item;
367
 
368
+ $wptouch_theme_screenshot_item = wptouch_check_url_ssl( $wptouch_theme_screenshot_iterator->the_item() );
369
 
370
  return apply_filters( 'wptouch_theme_screenshot', $wptouch_theme_screenshot_item );
371
  }
394
 
395
  $wptouch_theme_screenshot_iterator = false;
396
  }
 
 
lang/wptouch.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2016 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.10\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
- "POT-Creation-Date: 2016-12-22 20:15:41+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: 2016-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
@@ -173,7 +173,7 @@ msgstr ""
173
 
174
  #: admin/pages/custom/wptouch-admin-license.php:80
175
  #: admin/settings/html/theme-browser-item-detail.php:5
176
- #: core/admin-extensions.php:367
177
  msgid "Activate"
178
  msgstr ""
179
 
@@ -942,7 +942,7 @@ msgstr ""
942
 
943
  #: admin/settings/html/installed_icon_sets_ajax.php:25
944
  #: admin/settings/html/theme-browser-item-detail.php:3
945
- #: core/admin-extensions.php:363 core/class-wptouch-pro.php:964
946
  msgid "Install"
947
  msgstr ""
948
 
@@ -1146,7 +1146,7 @@ msgid ""
1146
  "settings later."
1147
  msgstr ""
1148
 
1149
- #: core/admin-extensions.php:365
1150
  msgid "Site Activate"
1151
  msgstr ""
1152
 
1
+ # Copyright (C) 2017 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.11\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n"
7
+ "POT-Creation-Date: 2017-02-09 20:22:30+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: 2017-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
173
 
174
  #: admin/pages/custom/wptouch-admin-license.php:80
175
  #: admin/settings/html/theme-browser-item-detail.php:5
176
+ #: core/admin-extensions.php:369
177
  msgid "Activate"
178
  msgstr ""
179
 
942
 
943
  #: admin/settings/html/installed_icon_sets_ajax.php:25
944
  #: admin/settings/html/theme-browser-item-detail.php:3
945
+ #: core/admin-extensions.php:365 core/class-wptouch-pro.php:964
946
  msgid "Install"
947
  msgstr ""
948
 
1146
  "settings later."
1147
  msgstr ""
1148
 
1149
+ #: core/admin-extensions.php:367
1150
  msgid "Site Activate"
1151
  msgstr ""
1152
 
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: kbmcardle, bravenewcode, duanestorey, dalemugford, adamdipardo,
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.10
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.10 (December 22, 2016) =
37
 
38
  * Fixed: Bug that sometimes prevented the customizer from showing the mobile theme
2
  Contributors: kbmcardle, bravenewcode, duanestorey, dalemugford, adamdipardo,
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.11
6
  Tested up to: 4.7
7
  License: GPLv2
8
 
33
 
34
  == Changelog ==
35
 
36
+ = Version 4.3.11 (February 9, 2017) =
37
+
38
+ * Fixed: Better support for SSL in the WPtouch settings page
39
+
40
  = Version 4.3.10 (December 22, 2016) =
41
 
42
  * Fixed: Bug that sometimes prevented the customizer from showing the mobile theme
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.10
6
  Description: Make a beautiful mobile-friendly version of your website with just a few clicks
7
  Author: BraveNewCode Inc.
8
  Author URI: http://www.bravenewcode.com/
@@ -14,7 +14,7 @@
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
- define( 'WPTOUCH_VERSION', '4.3.10' );
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.11
6
  Description: Make a beautiful mobile-friendly version of your website with just a few clicks
7
  Author: BraveNewCode Inc.
8
  Author URI: http://www.bravenewcode.com/
14
 
15
  function wptouch_create_four_object() {
16
  if ( !defined( 'WPTOUCH_IS_PRO' ) ) {
17
+ define( 'WPTOUCH_VERSION', '4.3.11' );
18
 
19
  define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
20
  define( 'WPTOUCH_DIR', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . basename( __FILE__, '.php' ) );