Changeset 1652475
- Timestamp:
- 05/07/2017 09:16:28 PM (9 years ago)
- Location:
- woorocks-magic-content/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woorocks-magic-content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorocks-magic-content/trunk/readme.txt
r1584127 r1652475 92 92 Bugfixes. 93 93 94 = 1.0.8 = 95 Bugfixes. 96 97 = 1.0.9 = 98 Finally fixed the issue with the headers that got screwed up for some themes. 99 94 100 == Upgrade Notice == 95 101 … … 117 123 = 1.0.7 = 118 124 Bugfixes. 125 126 = 1.0.8 = 127 Bugfixes. 128 129 = 1.0.9 = 130 Finally fixed the issue with the headers that got screwed up for some themes. -
woorocks-magic-content/trunk/woorocks-magic-content.php
r1584593 r1652475 4 4 * Plugin URI: http://woorocks.com 5 5 * Description: WooRocks Magic Content lets you control output of content created inside Elementor Page Builder Sections using criterias like User has to be logged in or member of a certain role in WordPress to view the section. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Andreas Kviby 8 8 * Text Domain: woorocks-magic-content … … 262 262 263 263 } 264 return $doc->saveHTML($doc ->documentElement);// . $debugContent;264 return $doc->saveHTML($doc);// . $debugContent; 265 265 } 266 266 if (!isset($_GET['elementor']) && !isset($_POST['_nonce']) ){
Note: See TracChangeset
for help on using the changeset viewer.