Plugin Directory

Changeset 1866139


Ignore:
Timestamp:
04/29/2018 10:28:53 PM (8 years ago)
Author:
brainiacx
Message:

post numbers fix

Location:
consolety/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • consolety/trunk/main.php

    r1860658 r1866139  
    33 * Plugin Name: Consolety plugin
    44 * Description: This plugin let users exchange their back-links based on selected categories and by matched networks.
    5  * Version: 0.9.9
     5 * Version: 0.9.9.1
    66 * Author: Artem Yanin
    77 * Author URI: https://profiles.wordpress.org/brainiacx
     
    433433        }
    434434        global $wpdb;
    435         $feed_count = $wpdb->get_var("SELECT COUNT(*) as feeds FROM " . $wpdb->prefix . "postmeta WHERE meta_key = 'consolety_seo_posts'");
     435        $feed_count = $wpdb->get_var("SELECT COUNT( DISTINCT(`post_id`)) as feeds FROM `" .$wpdb->prefix . "consolety_backlinks` WHERE 1");
    436436
    437437
  • consolety/trunk/readme.txt

    r1865593 r1866139  
    1 === Consolety ===
     1=== Consolety ===
    22Contributors: Artem Yanin
    33Donate link: https://consolety.com/donations/support-the-project/
     
    55Requires at least: 4.0
    66Tested up to: 4.8
    7 Stable tag: 0.9.9
     7Stable tag: 0.9.9.1
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97= 0.9.9.1 =
     98*Release Date - 18 April 2018*
     99
     100* Fixed bug with wrong number of posts with backlinks generated by consolety
    97101= 0.9.9 =
    98102*Release Date - 18 April 2018*
Note: See TracChangeset for help on using the changeset viewer.