Changeset 2578729
- Timestamp:
- 08/05/2021 12:11:12 PM (5 years ago)
- Location:
- outfunnel
- Files:
-
- 8 edited
- 1 copied
-
tags/2.2.1 (copied) (copied from outfunnel/trunk)
-
tags/2.2.1/commit.txt (modified) (1 diff)
-
tags/2.2.1/languages/outfunnel.pot (modified) (5 diffs)
-
tags/2.2.1/outfunnel.php (modified) (3 diffs)
-
tags/2.2.1/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.2.1/commit.txt
r2570756 r2578729 1 1bb86f1f1df41ef2ada5f647b6082355fc037f76 1 3e6e3f3b836e318a08ad72ab3205ea72ee710bd0 -
outfunnel/tags/2.2.1/languages/outfunnel.pot
r2570756 r2578729 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 0\n"9 "Project-Id-Version: outfunnel 2.2.1\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 7-23 09:42+0000\n"11 "POT-Creation-Date: 2021-08-05 12:11+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:12 320 #: outfunnel.php:122 21 21 msgid "Settings" 22 22 msgstr "" 23 23 24 #: outfunnel.php:18 324 #: outfunnel.php:182 25 25 msgid "Outfunnel" 26 26 msgstr "" 27 27 28 #: outfunnel.php:19 428 #: outfunnel.php:193 29 29 msgid "Web tracking configuration" 30 30 msgstr "" 31 31 32 #: outfunnel.php:20 132 #: outfunnel.php:200 33 33 msgid "Tracking ID" 34 34 msgstr "" 35 35 36 #: outfunnel.php:20 936 #: outfunnel.php:208 37 37 msgid "Web forms integration" 38 38 msgstr "" 39 39 40 #: outfunnel.php:21 640 #: outfunnel.php:215 41 41 msgid "Account email" 42 42 msgstr "" 43 43 44 #: outfunnel.php:22 444 #: outfunnel.php:223 45 45 msgid "API key" 46 46 msgstr "" 47 47 48 #: outfunnel.php:26 148 #: outfunnel.php:260 49 49 #, php-format 50 50 msgid "" … … 53 53 msgstr "" 54 54 55 #: outfunnel.php:29 255 #: outfunnel.php:291 56 56 msgid "Something went wrong" 57 57 msgstr "" 58 58 59 #: outfunnel.php:31 759 #: outfunnel.php:316 60 60 #, php-format 61 61 msgid "" … … 65 65 msgstr "" 66 66 67 #: outfunnel.php:32 567 #: outfunnel.php:324 68 68 msgid "Enter your Outfunnel Tracking ID for this website" 69 69 msgstr "" 70 70 71 #: outfunnel.php:33 371 #: outfunnel.php:332 72 72 #, php-format 73 73 msgid "" … … 77 77 msgstr "" 78 78 79 #: outfunnel.php:34 179 #: outfunnel.php:340 80 80 msgid "Enter your Outfunnel account email" 81 81 msgstr "" 82 82 83 #: outfunnel.php:3 5083 #: outfunnel.php:349 84 84 msgid "Enter your Outfunnel API key" 85 85 msgstr "" -
outfunnel/tags/2.2.1/outfunnel.php
r2570756 r2578729 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 04 Version: 2.2.1 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 0';28 public $plugin_version = '2.2.1'; 29 29 30 30 /** … … 81 81 */ 82 82 private function get_current_wp_version() { 83 $current = get_site_transient( 'update_core' ); 84 return $current->version_checked; 83 return get_bloginfo( 'version' ); 85 84 } 86 85 -
outfunnel/tags/2.2.1/readme.txt
r2570756 r2578729 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
outfunnel/trunk/commit.txt
r2570756 r2578729 1 1bb86f1f1df41ef2ada5f647b6082355fc037f76 1 3e6e3f3b836e318a08ad72ab3205ea72ee710bd0 -
outfunnel/trunk/languages/outfunnel.pot
r2570756 r2578729 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.2. 0\n"9 "Project-Id-Version: outfunnel 2.2.1\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2021-0 7-23 09:42+0000\n"11 "POT-Creation-Date: 2021-08-05 12:11+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:12 320 #: outfunnel.php:122 21 21 msgid "Settings" 22 22 msgstr "" 23 23 24 #: outfunnel.php:18 324 #: outfunnel.php:182 25 25 msgid "Outfunnel" 26 26 msgstr "" 27 27 28 #: outfunnel.php:19 428 #: outfunnel.php:193 29 29 msgid "Web tracking configuration" 30 30 msgstr "" 31 31 32 #: outfunnel.php:20 132 #: outfunnel.php:200 33 33 msgid "Tracking ID" 34 34 msgstr "" 35 35 36 #: outfunnel.php:20 936 #: outfunnel.php:208 37 37 msgid "Web forms integration" 38 38 msgstr "" 39 39 40 #: outfunnel.php:21 640 #: outfunnel.php:215 41 41 msgid "Account email" 42 42 msgstr "" 43 43 44 #: outfunnel.php:22 444 #: outfunnel.php:223 45 45 msgid "API key" 46 46 msgstr "" 47 47 48 #: outfunnel.php:26 148 #: outfunnel.php:260 49 49 #, php-format 50 50 msgid "" … … 53 53 msgstr "" 54 54 55 #: outfunnel.php:29 255 #: outfunnel.php:291 56 56 msgid "Something went wrong" 57 57 msgstr "" 58 58 59 #: outfunnel.php:31 759 #: outfunnel.php:316 60 60 #, php-format 61 61 msgid "" … … 65 65 msgstr "" 66 66 67 #: outfunnel.php:32 567 #: outfunnel.php:324 68 68 msgid "Enter your Outfunnel Tracking ID for this website" 69 69 msgstr "" 70 70 71 #: outfunnel.php:33 371 #: outfunnel.php:332 72 72 #, php-format 73 73 msgid "" … … 77 77 msgstr "" 78 78 79 #: outfunnel.php:34 179 #: outfunnel.php:340 80 80 msgid "Enter your Outfunnel account email" 81 81 msgstr "" 82 82 83 #: outfunnel.php:3 5083 #: outfunnel.php:349 84 84 msgid "Enter your Outfunnel API key" 85 85 msgstr "" -
outfunnel/trunk/outfunnel.php
r2570756 r2578729 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.2. 04 Version: 2.2.1 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 26 26 class OUTFUNNEL { 27 27 28 public $plugin_version = '2.2. 0';28 public $plugin_version = '2.2.1'; 29 29 30 30 /** … … 81 81 */ 82 82 private function get_current_wp_version() { 83 $current = get_site_transient( 'update_core' ); 84 return $current->version_checked; 83 return get_bloginfo( 'version' ); 85 84 } 86 85 -
outfunnel/trunk/readme.txt
r2570756 r2578729 4 4 Requires at least: 4.2 5 5 Tested up to: 5.8 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 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.