Changeset 2961141
- Timestamp:
- 08/31/2023 11:54:20 AM (3 years ago)
- Location:
- outfunnel
- Files:
-
- 8 edited
- 1 copied
-
tags/2.9.1 (copied) (copied from outfunnel/trunk)
-
tags/2.9.1/commit.txt (modified) (1 diff)
-
tags/2.9.1/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.9.1/outfunnel.php (modified) (2 diffs)
-
tags/2.9.1/readme.txt (modified) (1 diff)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/languages/outfunnel.pot (modified) (1 diff)
-
trunk/outfunnel.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/2.9.1/commit.txt
r2961134 r2961141 1 ad0587969664d45d2447b1cea8e116fdc4b57973 1 6f35c4298e8e9d10c65c9aaa77cf69f27bee14cd -
outfunnel/tags/2.9.1/languages/outfunnel.pot
r2961134 r2961141 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel \n"9 "Project-Id-Version: outfunnel 2.9.1\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2023-08-31 11: 48+0000\n"11 "POT-Creation-Date: 2023-08-31 11:54+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
outfunnel/tags/2.9.1/outfunnel.php
r2961126 r2961141 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 4 Version: 2.9.1 5 5 Author: Outfunnel 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = ' ';30 public $plugin_version = '2.9.1'; 31 31 32 32 /** -
outfunnel/tags/2.9.1/readme.txt
r2961126 r2961141 4 4 Requires at least: 4.2 5 5 Tested up to: 6.3.1 6 Stable tag: 6 Stable tag: 2.9.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
outfunnel/trunk/commit.txt
r2961134 r2961141 1 ad0587969664d45d2447b1cea8e116fdc4b57973 1 6f35c4298e8e9d10c65c9aaa77cf69f27bee14cd -
outfunnel/trunk/languages/outfunnel.pot
r2961134 r2961141 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel \n"9 "Project-Id-Version: outfunnel 2.9.1\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 2023-08-31 11: 48+0000\n"11 "POT-Creation-Date: 2023-08-31 11:54+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
outfunnel/trunk/outfunnel.php
r2961126 r2961141 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 4 Version: 2.9.1 5 5 Author: Outfunnel 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = ' ';30 public $plugin_version = '2.9.1'; 31 31 32 32 /** -
outfunnel/trunk/readme.txt
r2961126 r2961141 4 4 Requires at least: 4.2 5 5 Tested up to: 6.3.1 6 Stable tag: 6 Stable tag: 2.9.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.