Changeset 2340368
- Timestamp:
- 07/14/2020 01:19:48 PM (6 years ago)
- Location:
- snappic
- Files:
-
- 1 added
- 4 edited
- 12 copied
-
tags/1.3 (added)
-
tags/1.3/Gruntfile.js (copied) (copied from snappic/trunk/Gruntfile.js)
-
tags/1.3/assets (copied) (copied from snappic/trunk/assets)
-
tags/1.3/includes (copied) (copied from snappic/trunk/includes)
-
tags/1.3/includes/class-snappic-api-controller.php (copied) (copied from snappic/trunk/includes/class-snappic-api-controller.php)
-
tags/1.3/includes/class-snappic-pixel-display.php (copied) (copied from snappic/trunk/includes/class-snappic-pixel-display.php)
-
tags/1.3/includes/class-snappic-pixel.php (copied) (copied from snappic/trunk/includes/class-snappic-pixel.php) (1 diff)
-
tags/1.3/languages (copied) (copied from snappic/trunk/languages)
-
tags/1.3/languages/snappic-for-woocommerce.pot (copied) (copied from snappic/trunk/languages/snappic-for-woocommerce.pot) (1 diff)
-
tags/1.3/package.json (copied) (copied from snappic/trunk/package.json)
-
tags/1.3/readme.md (copied) (copied from snappic/trunk/readme.md)
-
tags/1.3/readme.txt (copied) (copied from snappic/trunk/readme.txt) (2 diffs)
-
tags/1.3/snappic-for-woocommerce.php (copied) (copied from snappic/trunk/snappic-for-woocommerce.php) (2 diffs)
-
trunk/includes/class-snappic-pixel.php (modified) (1 diff)
-
trunk/languages/snappic-for-woocommerce.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/snappic-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snappic/tags/1.3/includes/class-snappic-pixel.php
r2273701 r2340368 129 129 130 130 return sprintf( 131 "fbq(' init', '%s', %s, %s);\n",131 "fbq('dataProcessingOptions', ['LDU'], 0, 0);\nfbq('init', '%s', %s, %s);\n", 132 132 esc_js($this->pixel_id), 133 133 json_encode($this->user_info, JSON_PRETTY_PRINT | JSON_FORCE_OBJECT), -
snappic/tags/1.3/languages/snappic-for-woocommerce.pot
r2273701 r2340368 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Snappic for WooCommerce 1. 2.0\n"5 "Project-Id-Version: Snappic for WooCommerce 1.3.0\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/snappic-for-woocommerce\n" -
snappic/tags/1.3/readme.txt
r2273701 r2340368 5 5 Requires at least: 4.7 6 6 Tested up to: 5.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 47 47 == Changelog == 48 48 49 = 1.3 (2020-7-14) = 50 51 * Apply Limited Data Use feature (https://developers.facebook.com/docs/marketing-apis/data-processing-options) 52 53 49 54 = 1.2 (2020-3-31) = 50 55 -
snappic/tags/1.3/snappic-for-woocommerce.php
r2273701 r2340368 4 4 Plugin URI: https://wordpress.org/plugins/snappic-for-woocommerce/ 5 5 Description: Link your WooCommerce store to Snappic 6 Version: 1. 2.06 Version: 1.3.0 7 7 Author: Snappic 8 8 Author URI: https://www.snappic.io … … 15 15 16 16 class Snappic_Base { 17 const VERSION = '1. 2.0';17 const VERSION = '1.3.0'; 18 18 const REQUIRED_WOO = '3.1.0'; 19 19 -
snappic/trunk/includes/class-snappic-pixel.php
r2273701 r2340368 129 129 130 130 return sprintf( 131 "fbq(' init', '%s', %s, %s);\n",131 "fbq('dataProcessingOptions', ['LDU'], 0, 0);\nfbq('init', '%s', %s, %s);\n", 132 132 esc_js($this->pixel_id), 133 133 json_encode($this->user_info, JSON_PRETTY_PRINT | JSON_FORCE_OBJECT), -
snappic/trunk/languages/snappic-for-woocommerce.pot
r2273701 r2340368 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Snappic for WooCommerce 1. 2.0\n"5 "Project-Id-Version: Snappic for WooCommerce 1.3.0\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/snappic-for-woocommerce\n" -
snappic/trunk/readme.txt
r2273701 r2340368 5 5 Requires at least: 4.7 6 6 Tested up to: 5.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 47 47 == Changelog == 48 48 49 = 1.3 (2020-7-14) = 50 51 * Apply Limited Data Use feature (https://developers.facebook.com/docs/marketing-apis/data-processing-options) 52 53 49 54 = 1.2 (2020-3-31) = 50 55 -
snappic/trunk/snappic-for-woocommerce.php
r2273701 r2340368 4 4 Plugin URI: https://wordpress.org/plugins/snappic-for-woocommerce/ 5 5 Description: Link your WooCommerce store to Snappic 6 Version: 1. 2.06 Version: 1.3.0 7 7 Author: Snappic 8 8 Author URI: https://www.snappic.io … … 15 15 16 16 class Snappic_Base { 17 const VERSION = '1. 2.0';17 const VERSION = '1.3.0'; 18 18 const REQUIRED_WOO = '3.1.0'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.