Plugin Directory

Changeset 1652475


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

version 1.0.9

Location:
woorocks-magic-content/trunk
Files:
2 edited

Legend:

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

    r1584127 r1652475  
    9292Bugfixes.
    9393
     94= 1.0.8 =
     95Bugfixes.
     96
     97= 1.0.9 =
     98Finally fixed the issue with the headers that got screwed up for some themes.
     99
    94100== Upgrade Notice ==
    95101
     
    117123= 1.0.7 =
    118124Bugfixes.
     125
     126= 1.0.8 =
     127Bugfixes.
     128
     129= 1.0.9 =
     130Finally fixed the issue with the headers that got screwed up for some themes.
  • woorocks-magic-content/trunk/woorocks-magic-content.php

    r1584593 r1652475  
    44 * Plugin URI: http://woorocks.com
    55 * 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.8
     6 * Version: 1.0.9
    77 * Author: Andreas Kviby
    88 * Text Domain: woorocks-magic-content
     
    262262
    263263    }
    264     return $doc->saveHTML($doc->documentElement);//  . $debugContent;
     264    return $doc->saveHTML($doc);//  . $debugContent;
    265265}
    266266if (!isset($_GET['elementor']) && !isset($_POST['_nonce']) ){
Note: See TracChangeset for help on using the changeset viewer.