Changeset 3114406
- Timestamp:
- 07/08/2024 03:01:22 PM (21 months ago)
- Location:
- infusionsoft-official-opt-in-forms/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
infusionsoft.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infusionsoft-official-opt-in-forms/trunk/changelog.txt
r3111820 r3114406 1 version 1.1.4 2 - Fix related to support for Wordpress MultiSite capabilities. 3 1 4 version 1.1.3 2 5 - Fix related to support for Wordpress MultiSite capabilities. -
infusionsoft-official-opt-in-forms/trunk/infusionsoft.php
r3111820 r3114406 50 50 $this->protocol = is_ssl() ? 'https' : 'http'; 51 51 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 } 55 57 56 58 -
infusionsoft-official-opt-in-forms/trunk/readme.txt
r3111820 r3114406 5 5 Tested up to: 6.5.5 6 6 Requires PHP: 8.0 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = 1.1.4 = 85 * Fix related to support for Wordpress MultiSite capabilities. 86 84 87 = 1.1.3 = 85 88 * Fix related to support for Wordpress MultiSite capabilities. … … 138 141 == Upgrade Notice == 139 142 143 = 1.1.4 = 144 Fix related to support for Wordpress MultiSite capabilities. 145 140 146 = 1.1.3 = 141 147 Fix related to support for Wordpress MultiSite capabilities.
Note: See TracChangeset
for help on using the changeset viewer.