Changeset 2976475
- Timestamp:
- 10/09/2023 03:22:04 PM (2 years ago)
- Location:
- outfunnel
- Files:
-
- 8 edited
- 1 copied
-
tags/2.9.2 (copied) (copied from outfunnel/trunk)
-
tags/2.9.2/commit.txt (modified) (1 diff)
-
tags/2.9.2/languages/outfunnel.pot (modified) (5 diffs)
-
tags/2.9.2/outfunnel.php (modified) (3 diffs)
-
tags/2.9.2/readme.txt (modified) (1 diff)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/languages/outfunnel.pot (modified) (5 diffs)
-
trunk/outfunnel.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/2.9.2/commit.txt
r2961141 r2976475 1 6f35c4298e8e9d10c65c9aaa77cf69f27bee14cd 1 5db35c3f5a9d7e77279948239027bd6ab752580c -
outfunnel/tags/2.9.2/languages/outfunnel.pot
r2961141 r2976475 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.9. 1\n"9 "Project-Id-Version: outfunnel 2.9.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2023- 08-31 11:54+0000\n"11 "POT-Creation-Date: 2023-10-09 15:21+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Content-Transfer-Encoding: 8bit\n" 19 19 20 #: outfunnel.php:104 outfunnel.php:3 5320 #: outfunnel.php:104 outfunnel.php:367 21 21 msgid "Something went wrong" 22 22 msgstr "" … … 61 61 msgstr "" 62 62 63 #: outfunnel.php: 38663 #: outfunnel.php:400 64 64 #, php-format 65 65 msgid "" … … 69 69 msgstr "" 70 70 71 #: outfunnel.php: 39471 #: outfunnel.php:408 72 72 msgid "Enter your Outfunnel Tracking ID for this website" 73 73 msgstr "" 74 74 75 #: outfunnel.php:4 0275 #: outfunnel.php:416 76 76 #, php-format 77 77 msgid "" … … 81 81 msgstr "" 82 82 83 #: outfunnel.php:4 1483 #: outfunnel.php:428 84 84 msgid "Enter your Outfunnel account email" 85 85 msgstr "" 86 86 87 #: outfunnel.php:4 3087 #: outfunnel.php:444 88 88 msgid "Enter your Outfunnel API key" 89 89 msgstr "" -
outfunnel/tags/2.9.2/outfunnel.php
r2961141 r2976475 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.9. 14 Version: 2.9.2 5 5 Author: Outfunnel 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = '2.9. 1';30 public $plugin_version = '2.9.2'; 31 31 32 32 /** … … 349 349 ]); 350 350 351 if (is_wp_error($response)) { 352 $type = 'error'; 353 $message = json_decode($response->get_error_message()); 354 355 add_settings_error( 356 'outfunnel_settings', 357 esc_attr('settings_updated'), 358 $message, 359 $type 360 ); 361 362 return $data; 363 } 364 351 365 if (!in_array($response['response']['code'], [200, 201], true)) { 352 366 $type = 'error'; -
outfunnel/tags/2.9.2/readme.txt
r2961141 r2976475 4 4 Requires at least: 4.2 5 5 Tested up to: 6.3.1 6 Stable tag: 2.9. 16 Stable tag: 2.9.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
outfunnel/trunk/commit.txt
r2961141 r2976475 1 6f35c4298e8e9d10c65c9aaa77cf69f27bee14cd 1 5db35c3f5a9d7e77279948239027bd6ab752580c -
outfunnel/trunk/languages/outfunnel.pot
r2961141 r2976475 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.9. 1\n"9 "Project-Id-Version: outfunnel 2.9.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2023- 08-31 11:54+0000\n"11 "POT-Creation-Date: 2023-10-09 15:21+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 18 18 "Content-Transfer-Encoding: 8bit\n" 19 19 20 #: outfunnel.php:104 outfunnel.php:3 5320 #: outfunnel.php:104 outfunnel.php:367 21 21 msgid "Something went wrong" 22 22 msgstr "" … … 61 61 msgstr "" 62 62 63 #: outfunnel.php: 38663 #: outfunnel.php:400 64 64 #, php-format 65 65 msgid "" … … 69 69 msgstr "" 70 70 71 #: outfunnel.php: 39471 #: outfunnel.php:408 72 72 msgid "Enter your Outfunnel Tracking ID for this website" 73 73 msgstr "" 74 74 75 #: outfunnel.php:4 0275 #: outfunnel.php:416 76 76 #, php-format 77 77 msgid "" … … 81 81 msgstr "" 82 82 83 #: outfunnel.php:4 1483 #: outfunnel.php:428 84 84 msgid "Enter your Outfunnel account email" 85 85 msgstr "" 86 86 87 #: outfunnel.php:4 3087 #: outfunnel.php:444 88 88 msgid "Enter your Outfunnel API key" 89 89 msgstr "" -
outfunnel/trunk/outfunnel.php
r2961141 r2976475 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.9. 14 Version: 2.9.2 5 5 Author: Outfunnel 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = '2.9. 1';30 public $plugin_version = '2.9.2'; 31 31 32 32 /** … … 349 349 ]); 350 350 351 if (is_wp_error($response)) { 352 $type = 'error'; 353 $message = json_decode($response->get_error_message()); 354 355 add_settings_error( 356 'outfunnel_settings', 357 esc_attr('settings_updated'), 358 $message, 359 $type 360 ); 361 362 return $data; 363 } 364 351 365 if (!in_array($response['response']['code'], [200, 201], true)) { 352 366 $type = 'error'; -
outfunnel/trunk/readme.txt
r2961141 r2976475 4 4 Requires at least: 4.2 5 5 Tested up to: 6.3.1 6 Stable tag: 2.9. 16 Stable tag: 2.9.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.