Plugin Directory

Changeset 1456960


Ignore:
Timestamp:
07/19/2016 01:47:26 PM (10 years ago)
Author:
TrendMD
Message:

author display_name when indexing

Location:
trendmd/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trendmd/trunk/admin/class-trendmd-admin.php

    r1369149 r1456960  
    198198            'body' => array(
    199199                '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,
    201201                'publication_month' => date('m', strtotime($post->post_date)),
    202202                'publication_year' => date('Y', strtotime($post->post_date)),
  • trendmd/trunk/includes/class-trendmd.php

    r1421018 r1456960  
    7373
    7474        $this->plugin_name = 'trendmd';
    75         $this->version = '2.2';
     75        $this->version = '2.3';
    7676
    7777        $this->load_dependencies();
  • trendmd/trunk/public/class-trendmd-public.php

    r1421018 r1456960  
    6565
    6666  public static function trendmd_add_html($content) {
    67     $content .= '<!--TrendMD v2.2-->';
     67    $content .= '<!--TrendMD v2.3-->';
    6868    if (Trendmd_Admin::show_widget() && !Trendmd_Admin::custom_widget_location()) {
    6969      $content .= "<div id='trendmd-suggestions'></div>";
  • trendmd/trunk/readme.txt

    r1421018 r1456960  
    140140== Changelog ==
    141141
     142= 2.3 =
     143
     144* Indexing display name for authors
     145
    142146= 2.2 =
    143147
  • trendmd/trunk/trendmd.php

    r1421018 r1456960  
    1111 * Plugin URI:        http://www.trendmd.com
    1212 * 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.2
     13 * Version:           2.3
    1414 * Author:            TrendMD Team
    1515 * Author URI:        http://www.trendmd.com
Note: See TracChangeset for help on using the changeset viewer.