- Timestamp:
- 04/27/2017 05:47:37 PM (9 years ago)
- Location:
- wptouch/trunk
- Files:
-
- 6 edited
-
core/class-wptouch-pro.php (modified) (2 diffs)
-
include/js/wptouch.js (modified) (1 diff)
-
include/js/wptouch.min.js (modified) (1 diff)
-
lang/wptouch.pot (modified) (21 diffs)
-
readme.txt (modified) (2 diffs)
-
wptouch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wptouch/trunk/core/class-wptouch-pro.php
r1634803 r1646821 419 419 $should_regenerate = false; 420 420 421 $content = $shortcode_data->shortcode_content; 421 /** 422 * Handle backslash fix that occurs. 423 * 424 * @see https://github.com/sureswiftcapital/wptouch-pro/pull/36 425 */ 426 $content = str_replace( '_BACKSLASH_', '\\', $shortcode_data->shortcode_content ); 422 427 } else { 423 428 // Shortcode is not valid … … 541 546 542 547 $page_shortcode_data->valid_until = time() + 3600*24; 543 $page_shortcode_data->shortcode_content = $content; 548 549 /** 550 * Replace backslashes in code before saving. Should be re-replaced on output. 551 * 552 * @see https://github.com/sureswiftcapital/wptouch-pro/pull/36 553 */ 554 $page_shortcode_data->shortcode_content = str_replace( '\\', '_BACKSLASH_', $content ); 544 555 545 556 $shortcode_data[ 'page-' . $page ] = $page_shortcode_data; -
wptouch/trunk/include/js/wptouch.js
r1610893 r1646821 44 44 }; 45 45 46 console.log( params );47 48 46 jQuery.post( wptouchMain.current_shortcode_url + '¤t_time=' + jQuery.now(), params, function( result ) { 49 47 shortcodeDiv.html( result ); -
wptouch/trunk/include/js/wptouch.min.js
r1610893 r1646821 1 function WPtouchAjax(t,e,n){var o={action:"wptouch_client_ajax",wptouch_action:t,wptouch_nonce:wptouchMain.security_nonce};for(name in e)o[name]=e[name];jQuery.post(wptouchMain.ajaxurl,o,function(t){n(t)})}function doWPtouchReady(){wptouchMain.query_vars=jQuery.parseJSON(wptouchMain.query_vars);var t=jQuery(".wptouch-sc-content");if(t.length){var e={post_id:t.attr("data-post-id"),page:t.attr("data-page"),post_content:jQuery(".wptouch-orig-content").html(),post_nonce:wptouchMain.security_nonce}; console.log(e),jQuery.post(wptouchMain.current_shortcode_url+"¤t_time="+jQuery.now(),e,function(e){t.html(e),jQuery(document).trigger("wptouch_ajax_content_loaded")})}}jQuery("#content table").each(function(){parentElement=jQuery(this).parent("p,div"),parentElement.hasClass("post")===!1?parentElement.addClass("table-parent"):jQuery(this).wrap('<div class="table-parent"></div>')}),jQuery("#footer .back-to-top").click(function(t){t.preventDefault(),jQuery(window).scrollTop(0)}),jQuery(document).ready(function(){doWPtouchReady()});1 function WPtouchAjax(t,e,n){var o={action:"wptouch_client_ajax",wptouch_action:t,wptouch_nonce:wptouchMain.security_nonce};for(name in e)o[name]=e[name];jQuery.post(wptouchMain.ajaxurl,o,function(t){n(t)})}function doWPtouchReady(){wptouchMain.query_vars=jQuery.parseJSON(wptouchMain.query_vars);var t=jQuery(".wptouch-sc-content");if(t.length){var e={post_id:t.attr("data-post-id"),page:t.attr("data-page"),post_content:jQuery(".wptouch-orig-content").html(),post_nonce:wptouchMain.security_nonce};jQuery.post(wptouchMain.current_shortcode_url+"¤t_time="+jQuery.now(),e,function(e){t.html(e),jQuery(document).trigger("wptouch_ajax_content_loaded")})}}jQuery("#content table").each(function(){parentElement=jQuery(this).parent("p,div"),parentElement.hasClass("post")===!1?parentElement.addClass("table-parent"):jQuery(this).wrap('<div class="table-parent"></div>')}),jQuery("#footer .back-to-top").click(function(t){t.preventDefault(),jQuery(window).scrollTop(0)}),jQuery(document).ready(function(){doWPtouchReady()}); -
wptouch/trunk/lang/wptouch.pot
r1634803 r1646821 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WPtouch Mobile Plugin 4.3.1 5\n"5 "Project-Id-Version: WPtouch Mobile Plugin 4.3.16\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n" 7 "POT-Creation-Date: 2017-04- 10 20:36:32+00:00\n"7 "POT-Creation-Date: 2017-04-27 17:45:36+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 378 378 #: admin/settings/html/theme-browser-item-detail.php:52 379 379 #: admin/settings/html/updates-available.php:35 380 #: admin/settings/html/updates-available.php:71 core/class-wptouch-pro.php:9 75380 #: admin/settings/html/updates-available.php:71 core/class-wptouch-pro.php:986 381 381 msgid "Download" 382 382 msgstr "" … … 388 388 #: admin/settings/html/installed_icon_sets_ajax.php:26 389 389 #: admin/settings/html/theme-browser-item.php:12 390 #: core/class-wptouch-pro.php:9 74390 #: core/class-wptouch-pro.php:985 391 391 msgid "Installed" 392 392 msgstr "" … … 806 806 #: admin/pages/wptouch-admin-general-settings.php:593 807 807 #: admin/settings/html/installed_icon_sets_ajax.php:4 808 #: core/class-wptouch-pro.php:21 70 core/class-wptouch-pro.php:2171808 #: core/class-wptouch-pro.php:2181 core/class-wptouch-pro.php:2182 809 809 #: core/config.php:54 810 810 msgid "Custom Icons" … … 923 923 msgstr "" 924 924 925 #: admin/settings/html/image-upload.php:7 core/class-wptouch-pro.php:9 67925 #: admin/settings/html/image-upload.php:7 core/class-wptouch-pro.php:978 926 926 msgid "Upload Complete!" 927 927 msgstr "" … … 942 942 943 943 #: admin/settings/html/installed_icon_sets_ajax.php:25 944 #: core/class-wptouch-pro.php:9 73944 #: core/class-wptouch-pro.php:984 945 945 msgid "Installing" 946 946 msgstr "" … … 948 948 #: admin/settings/html/installed_icon_sets_ajax.php:25 949 949 #: admin/settings/html/theme-browser-item-detail.php:3 950 #: core/admin-extensions.php:365 core/class-wptouch-pro.php:9 72950 #: core/admin-extensions.php:365 core/class-wptouch-pro.php:983 951 951 msgid "Install" 952 952 msgstr "" … … 1160 1160 msgstr "" 1161 1161 1162 #: core/admin-menu.php:49 core/class-wptouch-pro.php:16 421162 #: core/admin-menu.php:49 core/class-wptouch-pro.php:1653 1163 1163 msgid "Settings" 1164 1164 msgstr "" … … 1257 1257 msgstr "" 1258 1258 1259 #: core/class-wptouch-pro.php:6 521259 #: core/class-wptouch-pro.php:663 1260 1260 msgid "" 1261 1261 "Automatic theme migration from wp-content/uploads/wptouch-data directory " … … 1263 1263 msgstr "" 1264 1264 1265 #: core/class-wptouch-pro.php:6 711265 #: core/class-wptouch-pro.php:682 1266 1266 msgid "" 1267 1267 "%sWPtouch: %s was recently disabled, but is still affecting your website and " … … 1269 1269 msgstr "" 1270 1270 1271 #: core/class-wptouch-pro.php:6 721271 #: core/class-wptouch-pro.php:683 1272 1272 msgid "" 1273 1273 "%sPlease reactivate the plugin, disable page caching, then deactivate the " … … 1275 1275 msgstr "" 1276 1276 1277 #: core/class-wptouch-pro.php:6 73 core/class-wptouch-pro.php:6821277 #: core/class-wptouch-pro.php:684 core/class-wptouch-pro.php:693 1278 1278 msgid "" 1279 1279 "%sFixing this issue prevents cached desktop pages being served to mobile " … … 1281 1281 msgstr "" 1282 1282 1283 #: core/class-wptouch-pro.php:6 74 core/class-wptouch-pro.php:6831283 #: core/class-wptouch-pro.php:685 core/class-wptouch-pro.php:694 1284 1284 msgid "" 1285 1285 "%sOnce fixed, this message will be dismissed automatically. Until fixed, " … … 1287 1287 msgstr "" 1288 1288 1289 #: core/class-wptouch-pro.php:6 811289 #: core/class-wptouch-pro.php:692 1290 1290 msgid "%sWPtouch: %s needs to be configured to work correctly with WPtouch.%s" 1291 1291 msgstr "" 1292 1292 1293 #: core/class-wptouch-pro.php:6 841293 #: core/class-wptouch-pro.php:695 1294 1294 msgid "" 1295 1295 "%sTo fix the issue, follow our %sstep-by-step setup guide%s on support." … … 1297 1297 msgstr "" 1298 1298 1299 #: core/class-wptouch-pro.php: 6961299 #: core/class-wptouch-pro.php:707 1300 1300 msgid "WPtouch Repair Required" 1301 1301 msgstr "" 1302 1302 1303 #: core/class-wptouch-pro.php:7 031303 #: core/class-wptouch-pro.php:714 1304 1304 msgid "Your mobile theme was either broken or missing." 1305 1305 msgstr "" 1306 1306 1307 #: core/class-wptouch-pro.php:7 041307 #: core/class-wptouch-pro.php:715 1308 1308 msgid "We downloaded a fresh copy for you." 1309 1309 msgstr "" 1310 1310 1311 #: core/class-wptouch-pro.php:7 05 core/class-wptouch-pro.php:7151311 #: core/class-wptouch-pro.php:716 core/class-wptouch-pro.php:726 1312 1312 msgid "OK" 1313 1313 msgstr "" 1314 1314 1315 #: core/class-wptouch-pro.php:7 081315 #: core/class-wptouch-pro.php:719 1316 1316 msgid "" 1317 1317 "We were unable to install your WPtouch Pro theme from the Cloud. %s Please " … … 1319 1319 msgstr "" 1320 1320 1321 #: core/class-wptouch-pro.php:7 111321 #: core/class-wptouch-pro.php:722 1322 1322 msgid "WPtouch Server Issue" 1323 1323 msgstr "" 1324 1324 1325 #: core/class-wptouch-pro.php:7 131325 #: core/class-wptouch-pro.php:724 1326 1326 msgid "" 1327 1327 "Your server setup is preventing WPtouch Pro from installing from the Cloud. " … … 1329 1329 msgstr "" 1330 1330 1331 #: core/class-wptouch-pro.php:9 621331 #: core/class-wptouch-pro.php:973 1332 1332 msgid "" 1333 1333 "This will reset all WPtouch Pro settings.\n" … … 1335 1335 msgstr "" 1336 1336 1337 #: core/class-wptouch-pro.php:9 631337 #: core/class-wptouch-pro.php:974 1338 1338 msgid "" 1339 1339 "This will reset all WPtouch Pro settings and delete the wptouch-data " … … 1342 1342 msgstr "" 1343 1343 1344 #: core/class-wptouch-pro.php:9 641344 #: core/class-wptouch-pro.php:975 1345 1345 msgid "" 1346 1346 "This will reset all WPtouch Pro settings, delete the wptouch-data folder, " … … 1348 1348 msgstr "" 1349 1349 1350 #: core/class-wptouch-pro.php:9 651350 #: core/class-wptouch-pro.php:976 1351 1351 msgid "The item failed to download for this reason: %reason%" 1352 1352 msgstr "" 1353 1353 1354 #: core/class-wptouch-pro.php:9 661354 #: core/class-wptouch-pro.php:977 1355 1355 msgid "You are about to reset your license information. Proceed?" 1356 1356 msgstr "" 1357 1357 1358 #: core/class-wptouch-pro.php:9 681358 #: core/class-wptouch-pro.php:979 1359 1359 msgid "Upload Failed: Not a valid image." 1360 1360 msgstr "" 1361 1361 1362 #: core/class-wptouch-pro.php:9 691362 #: core/class-wptouch-pro.php:980 1363 1363 msgid "" 1364 1364 "WPtouch is saving settings. Please do not refresh the page while saving." 1365 1365 msgstr "" 1366 1366 1367 #: core/class-wptouch-pro.php:9 701367 #: core/class-wptouch-pro.php:981 1368 1368 msgid "Install Themes" 1369 1369 msgstr "" 1370 1370 1371 #: core/class-wptouch-pro.php:9 711371 #: core/class-wptouch-pro.php:982 1372 1372 msgid "Install Extensions" 1373 1373 msgstr "" 1374 1374 1375 #: core/class-wptouch-pro.php:16 791375 #: core/class-wptouch-pro.php:1690 1376 1376 msgid "%s Changelog" 1377 1377 msgstr "" 1378 1378 1379 #: core/class-wptouch-pro.php:3 0961379 #: core/class-wptouch-pro.php:3107 1380 1380 msgid "Directory Problem" 1381 1381 msgstr "" 1382 1382 1383 #: core/class-wptouch-pro.php:3 0971383 #: core/class-wptouch-pro.php:3108 1384 1384 msgid "One or more required directories could not be created" 1385 1385 msgstr "" … … 2511 2511 msgstr "" 2512 2512 2513 #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.1 5) #-#-#-#-#2513 #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.16) #-#-#-#-# 2514 2514 #. Plugin URI of the plugin/theme 2515 #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.1 5) #-#-#-#-#2515 #. #-#-#-#-# wptouch.pot (WPtouch Mobile Plugin 4.3.16) #-#-#-#-# 2516 2516 #. Author URI of the plugin/theme 2517 2517 msgid "http://www.wptouch.com/" -
wptouch/trunk/readme.txt
r1634803 r1646821 3 3 Tags: wptouch, iphone, ipod, bravenewcode, mobile, mobile-friendly, android, blackberry, smartphone, responsive, design, mobile plugin, ios, mobile theme 4 4 Requires at least: 4.2 5 Stable tag: 4.3.1 55 Stable tag: 4.3.16 6 6 Tested up to: 4.7 7 7 License: GPLv2 … … 33 33 34 34 == Changelog == 35 36 = Version 4.3.16 (April 25, 2017) = 37 38 * Fixed: Bug where backslashes were being stripped from shortcode display. 35 39 36 40 = Version 4.3.15 (April 10, 2017) = -
wptouch/trunk/wptouch.php
r1634803 r1646821 3 3 Plugin Name: WPtouch Mobile Plugin 4 4 Plugin URI: http://www.wptouch.com/ 5 Version: 4.3.1 55 Version: 4.3.16 6 6 Description: Make a beautiful mobile-friendly version of your website with just a few clicks. 7 7 Author: WPtouch … … 15 15 function wptouch_create_four_object() { 16 16 if ( !defined( 'WPTOUCH_IS_PRO' ) ) { 17 define( 'WPTOUCH_VERSION', '4.3.1 5' );17 define( 'WPTOUCH_VERSION', '4.3.16' ); 18 18 19 19 define( 'WPTOUCH_BASE_NAME', basename( __FILE__, '.php' ) . '.php' );
Note: See TracChangeset
for help on using the changeset viewer.