Changeset 1652478
- Timestamp:
- 05/07/2017 09:29:58 PM (9 years ago)
- Location:
- woorocks-magic-content-for-siteorigins-pagebuilder/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woorocks-magic-content-for-pagebuilder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorocks-magic-content-for-siteorigins-pagebuilder/trunk/readme.txt
r1585245 r1652478 68 68 * First version released. 69 69 70 = 1.0.1 = 71 * Bug addressed that messed up some headers in some themes. 72 70 73 == Upgrade Notice == 71 74 72 75 = 1.0.0 = 73 76 First version updated with options to use user roles as well. More features will come soon. 77 78 = 1.0.1 = 79 * Bug addressed that messed up some headers in some themes. -
woorocks-magic-content-for-siteorigins-pagebuilder/trunk/woorocks-magic-content-for-pagebuilder.php
r1584590 r1652478 4 4 * Plugin URI: http://woorocks.com 5 5 * Description: WooRocks Magic Content lets you control output of content created inside Siteorigins Page Builder Rows using criterias like User has to be logged in or member of a certain role in WordPress to view the content of the selected row. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Andreas Kviby 8 8 * Text Domain: woorocks-magic-content-for-pagebuilder … … 335 335 336 336 337 return $doc->saveHTML($doc ->documentElement) ;//. $debugContent;337 return $doc->saveHTML($doc) ;//. $debugContent; 338 338 } 339 339 if (!is_admin() ){
Note: See TracChangeset
for help on using the changeset viewer.