Plugin Directory

Changeset 3473264


Ignore:
Timestamp:
03/03/2026 04:49:06 AM (4 weeks ago)
Author:
thongnguyenminh
Message:

Bug fix (SMS consent)

Location:
include-klaviyo-for-elementor-pro
Files:
4 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • include-klaviyo-for-elementor-pro/trunk/include-elementor-klaviyo.php

    r3473244 r3473264  
    33 * Plugin Name:       Include Klaviyo for Elementor pro
    44 * Description:       Klaviyo's list API integration for Elementor pro form
    5  * Version:           5.1.1
     5 * Version:           5.1.2
    66 * Author:            Thong Nguyen
    77 * Author URI:        https://nguyenminhthong.net/aboutme
     
    6262     * @var string The plugin version.
    6363     */
    64     const VERSION = '5.1.1';
     64    const VERSION = '5.1.2';
    6565
    6666    /**
  • include-klaviyo-for-elementor-pro/trunk/include-klaviyo.php

    r3473244 r3473264  
    321321            $phonecsr = '';
    322322        }
     323
     324        $phonecsr1 = $phonecsr != '' ? "$phonecsr," : '';
     325        $phonecsr2 = $phonecsr != '' ? ",$phonecsr," : '';
    323326
    324327        foreach($listarg as $listid){
     
    333336                      "id": "'.$proid.'",
    334337                      "attributes": {
    335                         "email": "'.$fields[ 'email' ].'",'.$phonecsr.'
     338                        "email": "'.$fields[ 'email' ].'",'.$phonecsr1.'
    336339                        "subscriptions": {
    337340                          "email": {
     
    339342                              "consent": "SUBSCRIBED"
    340343                            }
    341                           }'.$phonecsr.'
     344                          }'.$phonecsr2.'
    342345                        }
    343346                      }
  • include-klaviyo-for-elementor-pro/trunk/readme.txt

    r3473244 r3473264  
    55Requires at least: 5.4
    66Tested up to: 6.9
    7 Stable tag: 5.1.1
     7Stable tag: 5.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1251251. Bugs fix (sms consent)
    126126
     127=Version 5.1.2=
     1281. Bugs fix (sms consent)
     129
    127130== Upgrade notice ==
    128131
Note: See TracChangeset for help on using the changeset viewer.