Changeset 2926661
- Timestamp:
- 06/15/2023 03:32:30 PM (3 years ago)
- Location:
- archiiv
- Files:
-
- 7 added
- 3 edited
-
tags/1.2 (added)
-
tags/1.2/arcbound-beehive-sm.png (added)
-
tags/1.2/beehiiv-int-form.php (added)
-
tags/1.2/index.php (added)
-
tags/1.2/license.txt (added)
-
tags/1.2/menu-page-html.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/beehiiv-int-form.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
archiiv/trunk/beehiiv-int-form.php
r2887832 r2926661 16 16 17 17 $send_email = array( 18 'email' => $usable_email 18 'email' => $usable_email, 19 'send_welcome_email' => true 19 20 ); 20 21 $body = json_encode($send_email); -
archiiv/trunk/index.php
r2904744 r2926661 7 7 * Author URI: https://arcbound.com/ 8 8 * 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.19 * Version: 1.2 10 10 * License: GPLv2 11 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.html -
archiiv/trunk/readme.txt
r2907060 r2926661 3 3 Tags: beehiiv, arcbound, archiiv, newsletter integration, newsletter form, marketing automation, newsletter automation 4 4 Requires at least: 5.4 5 Tested up to: 6.2 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.2 7 Stable tag: 1. 1.17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 116 116 == Changelog == 117 117 118 = 1.2 = 119 * Added additional parameter to the request body to allow for new subscriber email. 120 118 121 = 1.1.1 = 119 122 * Fixed verbiage in plugin to prevent confusion about redirect output
Note: See TracChangeset
for help on using the changeset viewer.