Changeset 1552777
- Timestamp:
- 12/12/2016 02:45:32 PM (9 years ago)
- Location:
- trendmd/trunk
- Files:
-
- 5 edited
-
admin/class-trendmd-admin.php (modified) (1 diff)
-
includes/class-trendmd.php (modified) (1 diff)
-
public/class-trendmd-public.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
trendmd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trendmd/trunk/admin/class-trendmd-admin.php
r1456960 r1552777 138 138 public static function show_widget() 139 139 { 140 return (self::is_set_journal_id() && is_sing ular() && !is_preview() && self::category_is_indexed());140 return (self::is_set_journal_id() && is_single() && !is_preview() && self::category_is_indexed()); 141 141 } 142 142 -
trendmd/trunk/includes/class-trendmd.php
r1456960 r1552777 73 73 74 74 $this->plugin_name = 'trendmd'; 75 $this->version = '2. 3';75 $this->version = '2.4'; 76 76 77 77 $this->load_dependencies(); -
trendmd/trunk/public/class-trendmd-public.php
r1456960 r1552777 65 65 66 66 public static function trendmd_add_html($content) { 67 $content .= '<!--TrendMD v2. 3-->';67 $content .= '<!--TrendMD v2.4-->'; 68 68 if (Trendmd_Admin::show_widget() && !Trendmd_Admin::custom_widget_location()) { 69 69 $content .= "<div id='trendmd-suggestions'></div>"; -
trendmd/trunk/readme.txt
r1541824 r1552777 143 143 == Changelog == 144 144 145 = 2.4 = 146 147 * Wdidget will load only on posts 148 145 149 = 2.3 = 146 150 -
trendmd/trunk/trendmd.php
r1456960 r1552777 11 11 * Plugin URI: http://www.trendmd.com 12 12 * Description: This plugin will add the TrendMD recommendations widget to your WordPress website. The TrendMD recommendations widget is used by scholarly publishers to increase their readership and revenue. 13 * Version: 2. 313 * Version: 2.4 14 14 * Author: TrendMD Team 15 15 * Author URI: http://www.trendmd.com
Note: See TracChangeset
for help on using the changeset viewer.