Plugin Directory

Changeset 1686681


Ignore:
Timestamp:
06/28/2017 05:10:28 AM (9 years ago)
Author:
plugmize
Message:

Bug fix.

Location:
wp-ranking-pro/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-ranking-pro/trunk/lib/model/ranking.php

    r1433527 r1686681  
    669669            'meta'           => esc_html($meta_value),
    670670        );
     671       
     672        wp_reset_postdata();
    671673
    672674        return $formatted_post;
  • wp-ranking-pro/trunk/readme.txt

    r1500065 r1686681  
    44Tags: ranking, popular, Post, posts, popularity, widget, AJAX, shortcode, cache, top
    55Requires at least: 4.5
    6 Tested up to: 4.6.1
    7 Stable tag: 1.0.0
     6Tested up to: 4.8.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78**1.0.1**
     79* Bug fix.
     80
    7881**1.0.0**
    7982* Initial release
  • wp-ranking-pro/trunk/templates/help-faq.php

    r1433527 r1686681  
    4949        <?php _e('Count access from mobile by setting a user agent.', WP_Ranking_PRO::TEXT_DOMAIN) ?><br>
    5050        <?php _e('When you do not understand it, please paste follows.', WP_Ranking_PRO::TEXT_DOMAIN) ?><br><br>
    51         <?php print nl2br(WP_Ranking_PRO::UA_MOBILE); ?>
     51        <?php echo nl2br(WP_Ranking_PRO::UA_MOBILE); ?>
    5252        </td>
    5353    </tr>
  • wp-ranking-pro/trunk/wp-ranking-pro.php

    r1433527 r1686681  
    44 * Plugin URI: https://plugmize.jp/product/wp-ranking-pro
    55 * Description: "WP-Ranking PRO" totals a page view, and into which a popular article can be formed by various elements or periods.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: PLUGMIZE
    88 * Author URI: https://plugmize.jp/
     
    18161816    # __FILE__の代替。クラス定数にしたいところだが、PHPの制限でできないため、ク
    18171817    # ラスメソッドとして実装する
    1818     public function file_path() {
     1818    public static function file_path() {
    18191819        if (!empty(self::$this_file_path)) {
    18201820            return self::$this_file_path;
Note: See TracChangeset for help on using the changeset viewer.