Plugin Directory

Changeset 2926661


Ignore:
Timestamp:
06/15/2023 03:32:30 PM (3 years ago)
Author:
arcbound
Message:

Updted body post request

Location:
archiiv
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • archiiv/trunk/beehiiv-int-form.php

    r2887832 r2926661  
    1616
    1717        $send_email = array(
    18             'email' => $usable_email
     18            'email' => $usable_email,
     19            'send_welcome_email' => true
    1920        );
    2021        $body = json_encode($send_email);
  • archiiv/trunk/index.php

    r2904744 r2926661  
    77 * Author URI: https://arcbound.com/
    88 * Description: Creates a form via shortcode that can be used on the frontend which automatically connects form submissions with a POST request to your Beehiiv account.
    9  * Version: 1.1.1
     9 * Version: 1.2
    1010 * License: GPLv2
    1111 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • archiiv/trunk/readme.txt

    r2907060 r2926661  
    33Tags: beehiiv, arcbound, archiiv, newsletter integration, newsletter form, marketing automation, newsletter automation
    44Requires at least: 5.4
    5 Tested up to: 6.2
     5Tested up to: 6.2.2
    66Requires PHP: 7.2
    7 Stable tag: 1.1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    116116== Changelog ==
    117117
     118= 1.2 =
     119* Added additional parameter to the request body to allow for new subscriber email.
     120
    118121= 1.1.1 =
    119122* Fixed verbiage in plugin to prevent confusion about redirect output
Note: See TracChangeset for help on using the changeset viewer.