Plugin Directory

Changeset 3025880


Ignore:
Timestamp:
01/23/2024 05:38:38 PM (14 months ago)
Author:
activecampaign
Message:

Fixing shortcode CSS display in Form Preview

Location:
activecampaign-subscription-forms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • activecampaign-subscription-forms/trunk/activecampaign.php

    r2976526 r3025880  
    55Description: 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>.
    66Author: ActiveCampaign
    7 Version: 8.1.13
     7Version: 8.1.14
    88Author URI: http://www.activecampaign.com
    99*/
     
    6565## version 8.1.12: Security fix to address XSS vulnerability
    6666## version 8.1.13: Verify 6.3.1 Compatibility. Updated listing
     67## version 8.1.14: Fixing shortcode CSS display in Form Preview
    6768
    6869define("ACTIVECAMPAIGN_URL", "");
     
    612613                    ?>
    613614
    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>
    615616
    616617                    <hr style="border: 1px dotted #ccc; border-width: 1px 0 0 0; margin-top: 40px;" />
  • activecampaign-subscription-forms/trunk/readme.txt

    r2976526 r3025880  
    109109
    110110== Changelog ==
     111= 8.1.14 =
     112* Fixing shortcode CSS display in Form Preview
    111113
    112114= 8.1.13 =
Note: See TracChangeset for help on using the changeset viewer.