Plugin Directory

Changeset 1652478


Ignore:
Timestamp:
05/07/2017 09:29:58 PM (9 years ago)
Author:
andreaskviby
Message:

version 1.0.1

Location:
woorocks-magic-content-for-siteorigins-pagebuilder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woorocks-magic-content-for-siteorigins-pagebuilder/trunk/readme.txt

    r1585245 r1652478  
    6868* First version released.
    6969
     70= 1.0.1 =
     71* Bug addressed that messed up some headers in some themes.
     72
    7073== Upgrade Notice ==
    7174
    7275= 1.0.0 =
    7376First 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  
    44 * Plugin URI: http://woorocks.com
    55 * 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.0
     6 * Version: 1.0.1
    77 * Author: Andreas Kviby
    88 * Text Domain: woorocks-magic-content-for-pagebuilder
     
    335335
    336336
    337     return $doc->saveHTML($doc->documentElement) ;//. $debugContent;
     337    return $doc->saveHTML($doc) ;//. $debugContent;
    338338}
    339339if (!is_admin() ){
Note: See TracChangeset for help on using the changeset viewer.