Changeset 2844088
- Timestamp:
- 01/05/2023 01:37:55 PM (3 years ago)
- Location:
- outfunnel
- Files:
-
- 10 edited
- 1 copied
-
tags/2.6.2 (copied) (copied from outfunnel/trunk)
-
tags/2.6.2/commit.txt (modified) (1 diff)
-
tags/2.6.2/forms/contactform7.php (modified) (1 diff)
-
tags/2.6.2/languages/outfunnel.pot (modified) (1 diff)
-
tags/2.6.2/outfunnel.php (modified) (2 diffs)
-
tags/2.6.2/readme.txt (modified) (1 diff)
-
trunk/commit.txt (modified) (1 diff)
-
trunk/forms/contactform7.php (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.6.2/commit.txt
r2711404 r2844088 1 ba033ecdcc05e3fb9a3587d18aa3d0a0fbbdf5cb 1 03fc7f114c2ccfb72ae2a93c7ba50ccb14f73160 -
outfunnel/tags/2.6.2/forms/contactform7.php
r2695994 r2844088 117 117 118 118 $form_id = $contact_form->id(); 119 $form_name = $contact_form-> name();119 $form_name = $contact_form->title(); 120 120 $posted_data = $submission->get_posted_data(); 121 121 $form_url = get_permalink($submission->get_meta("container_post_id")); -
outfunnel/tags/2.6.2/languages/outfunnel.pot
r2711404 r2844088 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.6. 1\n"9 "Project-Id-Version: outfunnel 2.6.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 202 2-04-19 07:40+0000\n"11 "POT-Creation-Date: 2023-01-05 13:37+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.6.2/outfunnel.php
r2711404 r2844088 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.6. 14 Version: 2.6.2 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = '2.6. 1';30 public $plugin_version = '2.6.2'; 31 31 32 32 /** -
outfunnel/tags/2.6.2/readme.txt
r2711404 r2844088 3 3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking 4 4 Requires at least: 4.2 5 Tested up to: 5.9.36 Stable tag: 2.6. 15 Tested up to: 6.1.1 6 Stable tag: 2.6.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
outfunnel/trunk/commit.txt
r2711404 r2844088 1 ba033ecdcc05e3fb9a3587d18aa3d0a0fbbdf5cb 1 03fc7f114c2ccfb72ae2a93c7ba50ccb14f73160 -
outfunnel/trunk/forms/contactform7.php
r2695994 r2844088 117 117 118 118 $form_id = $contact_form->id(); 119 $form_name = $contact_form-> name();119 $form_name = $contact_form->title(); 120 120 $posted_data = $submission->get_posted_data(); 121 121 $form_url = get_permalink($submission->get_meta("container_post_id")); -
outfunnel/trunk/languages/outfunnel.pot
r2711404 r2844088 7 7 msgid "" 8 8 msgstr "" 9 "Project-Id-Version: outfunnel 2.6. 1\n"9 "Project-Id-Version: outfunnel 2.6.2\n" 10 10 "Report-Msgid-Bugs-To: devel@outfunnel.com\n" 11 "POT-Creation-Date: 202 2-04-19 07:40+0000\n"11 "POT-Creation-Date: 2023-01-05 13:37+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
r2711404 r2844088 2 2 /* 3 3 Plugin Name: Outfunnel: Web Visitor Tracking & CRM Integration 4 Version: 2.6. 14 Version: 2.6.2 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 28 28 class OUTFUNNEL { 29 29 30 public $plugin_version = '2.6. 1';30 public $plugin_version = '2.6.2'; 31 31 32 32 /** -
outfunnel/trunk/readme.txt
r2711404 r2844088 3 3 Tags: outfunnel, pipedrive, hubspot crm, copper, copper crm, mailchimp, activecampaign, gravity forms, contact form 7, elementor, elementor forms, web visitor tracking 4 4 Requires at least: 4.2 5 Tested up to: 5.9.36 Stable tag: 2.6. 15 Tested up to: 6.1.1 6 Stable tag: 2.6.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.