Changeset 3473264
- Timestamp:
- 03/03/2026 04:49:06 AM (4 weeks ago)
- Location:
- include-klaviyo-for-elementor-pro
- Files:
-
- 4 added
- 1 deleted
- 3 edited
-
tags/5.1.1 (deleted)
-
tags/5.1.2 (added)
-
tags/5.1.2/include-elementor-klaviyo.php (added)
-
tags/5.1.2/include-klaviyo.php (added)
-
tags/5.1.2/readme.txt (added)
-
trunk/include-elementor-klaviyo.php (modified) (2 diffs)
-
trunk/include-klaviyo.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include-klaviyo-for-elementor-pro/trunk/include-elementor-klaviyo.php
r3473244 r3473264 3 3 * Plugin Name: Include Klaviyo for Elementor pro 4 4 * Description: Klaviyo's list API integration for Elementor pro form 5 * Version: 5.1. 15 * Version: 5.1.2 6 6 * Author: Thong Nguyen 7 7 * Author URI: https://nguyenminhthong.net/aboutme … … 62 62 * @var string The plugin version. 63 63 */ 64 const VERSION = '5.1. 1';64 const VERSION = '5.1.2'; 65 65 66 66 /** -
include-klaviyo-for-elementor-pro/trunk/include-klaviyo.php
r3473244 r3473264 321 321 $phonecsr = ''; 322 322 } 323 324 $phonecsr1 = $phonecsr != '' ? "$phonecsr," : ''; 325 $phonecsr2 = $phonecsr != '' ? ",$phonecsr," : ''; 323 326 324 327 foreach($listarg as $listid){ … … 333 336 "id": "'.$proid.'", 334 337 "attributes": { 335 "email": "'.$fields[ 'email' ].'",'.$phonecsr .'338 "email": "'.$fields[ 'email' ].'",'.$phonecsr1.' 336 339 "subscriptions": { 337 340 "email": { … … 339 342 "consent": "SUBSCRIBED" 340 343 } 341 }'.$phonecsr .'344 }'.$phonecsr2.' 342 345 } 343 346 } -
include-klaviyo-for-elementor-pro/trunk/readme.txt
r3473244 r3473264 5 5 Requires at least: 5.4 6 6 Tested up to: 6.9 7 Stable tag: 5.1. 17 Stable tag: 5.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 1. Bugs fix (sms consent) 126 126 127 =Version 5.1.2= 128 1. Bugs fix (sms consent) 129 127 130 == Upgrade notice == 128 131
Note: See TracChangeset
for help on using the changeset viewer.