Changeset 2669577
- Timestamp:
- 01/31/2022 07:01:29 AM (4 years ago)
- Location:
- codistoconnect/tags/1.3.64
- Files:
-
- 1 edited
- 6 copied
-
. (copied) (copied from codistoconnect/trunk)
-
changelog.txt (copied) (copied from codistoconnect/trunk/changelog.txt) (1 diff)
-
connect.php (copied) (copied from codistoconnect/trunk/connect.php) (3 diffs)
-
license.txt (copied) (copied from codistoconnect/trunk/license.txt)
-
multisite.php (copied) (copied from codistoconnect/trunk/multisite.php)
-
readme.txt (copied) (copied from codistoconnect/trunk/readme.txt) (2 diffs)
-
templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codistoconnect/tags/1.3.64/changelog.txt
r2588898 r2669577 1 1 *** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto *** 2 3 2022-01-31 - version 1.3.64 4 * Fix - filter template file names 5 * Update - WooCommerce tested up to 6.1.1 6 * Update - WordPress tested up to 5.9 2 7 3 8 2021-08-26 - version 1.3.63 -
codistoconnect/tags/1.3.64/connect.php
r2588898 r2669577 6 6 * Author: Codisto 7 7 * Author URI: https://codisto.com/ 8 * Version: 1.3.6 38 * Version: 1.3.64 9 9 * Text Domain: codisto-linq 10 10 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2 11 11 * WC requires at least: 2.0.0 12 * WC tested up to: 5.5.212 * WC tested up to: 6.1.1 13 13 * License: GPLv2 14 14 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 15 15 * 16 16 * @package Codisto LINQ by Codisto 17 * @version 1.3.6 317 * @version 1.3.64 18 18 */ 19 19 … … 22 22 } 23 23 24 define( 'CODISTOCONNECT_VERSION', '1.3.6 3' );24 define( 'CODISTOCONNECT_VERSION', '1.3.64' ); 25 25 define( 'CODISTOCONNECT_RESELLERKEY', '' ); 26 26 … … 2647 2647 2648 2648 $filename = wp_unslash( $_POST['file'] ); 2649 $filename = preg_replace('/[^ -~]+|[\\/:"*?<>|]+/', '', $filename); 2650 2649 2651 $content = wp_unslash( $_POST['newcontent'] ); 2650 2652 -
codistoconnect/tags/1.3.64/readme.txt
r2588898 r2669577 3 3 Tags: ecommerce, e-commerce, woocommerce, ebay, amazon, paypal, integration, multi-channel, listings, store, sales, sell, shop 4 4 Requires at least: 4.0 5 Tested up to: 5. 86 Stable tag: 1.3.6 35 Tested up to: 5.9 6 Stable tag: 1.3.64 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 243 243 == Changelog == 244 244 245 = 1.3.64 - 31/01/2022 = 246 * Fix - filter template file names 247 * Update - WordPress tested up to 5.9 248 245 249 = 1.3.63 - 26/08/2021 = 246 250 * Fix - stop errors when creating orders in some scenarios -
codistoconnect/tags/1.3.64/templates.php
r2132499 r2669577 12 12 13 13 $filename = wp_unslash( $_GET['file'] ); 14 $filename = preg_replace('/[^ -~]+|[\\/:"*?<>|]+/', '', $filename); 14 15 15 16 } else {
Note: See TracChangeset
for help on using the changeset viewer.