Changeset 1456960
- Timestamp:
- 07/19/2016 01:47:26 PM (10 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
r1369149 r1456960 198 198 'body' => array( 199 199 'abstract' => self::prepare_string($post->post_content), 200 'authors' => get_userdata($post->post_author)-> user_nicename,200 'authors' => get_userdata($post->post_author)->display_name, 201 201 'publication_month' => date('m', strtotime($post->post_date)), 202 202 'publication_year' => date('Y', strtotime($post->post_date)), -
trendmd/trunk/includes/class-trendmd.php
r1421018 r1456960 73 73 74 74 $this->plugin_name = 'trendmd'; 75 $this->version = '2. 2';75 $this->version = '2.3'; 76 76 77 77 $this->load_dependencies(); -
trendmd/trunk/public/class-trendmd-public.php
r1421018 r1456960 65 65 66 66 public static function trendmd_add_html($content) { 67 $content .= '<!--TrendMD v2. 2-->';67 $content .= '<!--TrendMD v2.3-->'; 68 68 if (Trendmd_Admin::show_widget() && !Trendmd_Admin::custom_widget_location()) { 69 69 $content .= "<div id='trendmd-suggestions'></div>"; -
trendmd/trunk/readme.txt
r1421018 r1456960 140 140 == Changelog == 141 141 142 = 2.3 = 143 144 * Indexing display name for authors 145 142 146 = 2.2 = 143 147 -
trendmd/trunk/trendmd.php
r1421018 r1456960 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. 213 * Version: 2.3 14 14 * Author: TrendMD Team 15 15 * Author URI: http://www.trendmd.com
Note: See TracChangeset
for help on using the changeset viewer.