Plugin Directory

Changeset 1816305


Ignore:
Timestamp:
02/06/2018 11:26:10 AM (8 years ago)
Author:
andreaskviby
Message:

New version without the debug thing

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

Legend:

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

    r1711304 r1816305  
    158158= 1.0.10 =
    159159Finally added ability to filter on any custom role your installation may have.
     160
     161= 1.0.11 =
     162Fixed the debug missing part of the plugin.
  • woorocks-magic-content/trunk/woorocks-magic-content.php

    r1666577 r1816305  
    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.10
     6 * Version: 1.0.11
    77 * Author: Andreas Kviby
    88 * Text Domain: woorocks-magic-content
     
    264264
    265265    }
    266     return $doc->saveHTML($doc) . "--DEBUG". $current_user->roles[0];//  . $debugContent;
     266    return $doc->saveHTML($doc);
    267267  }
    268268}
Note: See TracChangeset for help on using the changeset viewer.