Changeset 3025880
- Timestamp:
- 01/23/2024 05:38:38 PM (14 months ago)
- Location:
- activecampaign-subscription-forms/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
activecampaign-subscription-forms/trunk/activecampaign.php
r2976526 r3025880 5 5 Description: Allows you to add ActiveCampaign contact forms to any post, page, or sidebar. Also allows you to embed <a href="http://www.activecampaign.com/help/site-event-tracking/" target="_blank">ActiveCampaign site tracking</a> code in your pages. To get started, please activate the plugin and add your <a href="http://www.activecampaign.com/help/using-the-api/" target="_blank">API credentials</a> in the <a href="options-general.php?page=activecampaign">plugin settings</a>. 6 6 Author: ActiveCampaign 7 Version: 8.1.1 37 Version: 8.1.14 8 8 Author URI: http://www.activecampaign.com 9 9 */ … … 65 65 ## version 8.1.12: Security fix to address XSS vulnerability 66 66 ## version 8.1.13: Verify 6.3.1 Compatibility. Updated listing 67 ## version 8.1.14: Fixing shortcode CSS display in Form Preview 67 68 68 69 define("ACTIVECAMPAIGN_URL", ""); … … 612 613 ?> 613 614 614 <p><?php echo __("Embed using"); ?><code>[activecampaign form=<?php echo $form_id; ?> css=<?php echo (isset($instance["css"]) && !empty($instance["css"][$form ["id"]]))? '1' : '0'; ?>]</code></p>615 <p><?php echo __("Embed using"); ?><code>[activecampaign form=<?php echo $form_id; ?> css=<?php echo (isset($instance["css"]) && !empty($instance["css"][$form_id]))? '1' : '0'; ?>]</code></p> 615 616 616 617 <hr style="border: 1px dotted #ccc; border-width: 1px 0 0 0; margin-top: 40px;" /> -
activecampaign-subscription-forms/trunk/readme.txt
r2976526 r3025880 109 109 110 110 == Changelog == 111 = 8.1.14 = 112 * Fixing shortcode CSS display in Form Preview 111 113 112 114 = 8.1.13 =
Note: See TracChangeset
for help on using the changeset viewer.