Plugin Directory

Changeset 358431


Ignore:
Timestamp:
03/10/2011 07:26:39 PM (15 years ago)
Author:
gesman
Message:

1.305

Location:
j-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • j-shortcodes/trunk/j-shortcodes.php

    r357617 r358431  
    33Plugin Name: J Shortcodes
    44Plugin URI: http://www.jshortcodes.com/
    5 Version: 1.304
     5Version: 1.305
    66Author: Gleb Esman, http://www.jshortcodes.com/
    77Author URI: http://www.jshortcodes.com/
     
    99*/
    1010
    11 define('J_SHORTCODES_VERSION',  '1.304');
     11define('J_SHORTCODES_VERSION',  '1.305');
    1212
    1313include (dirname(__FILE__) . '/j-include-all.php');
     
    805805      {
    806806       // first parameter: article/page ID. -1 => current article, second  parameter: user_id. -1 => currently logged on user. Third parameter:  premium marker string (stuff inside {{{...}}} brackets)
    807       $access_info = MWX__UserCanAccessArticle (-1, -1, "gold:5d|platinum", FALSE);
     807      $access_info = MWX__UserCanAccessArticle (-1, -1, $conditions, FALSE);
    808808      if ($access_info)
    809809         {
  • j-shortcodes/trunk/readme.txt

    r357617 r358431  
    6565== Changelog ==
    6666
     67= 1.305 =
     68* Fixed bug in [j-memberwing] shortcode. Now J-shortcodes can be fully integrated with [wordpress membership plugin MemberWing-X](http://www.memberwing.com/ "Wordpress membership plugin")
     69
    6770= 1.304 =
    6871* Improved init/upgrade logic to make sure all settings are in tact.
Note: See TracChangeset for help on using the changeset viewer.