Plugin Directory

Changeset 3114406


Ignore:
Timestamp:
07/08/2024 03:01:22 PM (21 months ago)
Author:
Infusionsoft
Message:

1.1.4 Fix related to support for Wordpress MultiSite capabilities.

Location:
infusionsoft-official-opt-in-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • infusionsoft-official-opt-in-forms/trunk/changelog.txt

    r3111820 r3114406  
     1version 1.1.4
     2- Fix related to support for Wordpress MultiSite capabilities.
     3
    14version 1.1.3
    25- Fix related to support for Wordpress MultiSite capabilities.
  • infusionsoft-official-opt-in-forms/trunk/infusionsoft.php

    r3111820 r3114406  
    5050        $this->protocol = is_ssl() ? 'https' : 'http';
    5151       
    52         if ( (defined( 'DISALLOW_UNFILTERED_HTML' ) && DISALLOW_UNFILTERED_HTML ) ) {       
    53            $restrictedAccess=1;
    54         }
     52        if ( (defined( 'DISALLOW_UNFILTERED_HTML' ) && DISALLOW_UNFILTERED_HTML ) ) {       
     53            $restrictedAccess=1;
     54        } else {
     55            $restrictedAccess=0;
     56        }
    5557
    5658
  • infusionsoft-official-opt-in-forms/trunk/readme.txt

    r3111820 r3114406  
    55Tested up to: 6.5.5
    66Requires PHP: 8.0
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= 1.1.4 =
     85* Fix related to support for Wordpress MultiSite capabilities.
     86
    8487= 1.1.3 =
    8588* Fix related to support for Wordpress MultiSite capabilities.
     
    138141== Upgrade Notice ==
    139142
     143= 1.1.4 =
     144Fix related to support for Wordpress MultiSite capabilities.
     145
    140146= 1.1.3 =
    141147Fix related to support for Wordpress MultiSite capabilities.
Note: See TracChangeset for help on using the changeset viewer.