Changeset 358431
- Timestamp:
- 03/10/2011 07:26:39 PM (15 years ago)
- Location:
- j-shortcodes/trunk
- Files:
-
- 2 edited
-
j-shortcodes.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
j-shortcodes/trunk/j-shortcodes.php
r357617 r358431 3 3 Plugin Name: J Shortcodes 4 4 Plugin URI: http://www.jshortcodes.com/ 5 Version: 1.30 45 Version: 1.305 6 6 Author: Gleb Esman, http://www.jshortcodes.com/ 7 7 Author URI: http://www.jshortcodes.com/ … … 9 9 */ 10 10 11 define('J_SHORTCODES_VERSION', '1.30 4');11 define('J_SHORTCODES_VERSION', '1.305'); 12 12 13 13 include (dirname(__FILE__) . '/j-include-all.php'); … … 805 805 { 806 806 // 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); 808 808 if ($access_info) 809 809 { -
j-shortcodes/trunk/readme.txt
r357617 r358431 65 65 == Changelog == 66 66 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 67 70 = 1.304 = 68 71 * Improved init/upgrade logic to make sure all settings are in tact.
Note: See TracChangeset
for help on using the changeset viewer.