Changeset 1866139
- Timestamp:
- 04/29/2018 10:28:53 PM (8 years ago)
- Location:
- consolety/trunk
- Files:
-
- 2 edited
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
consolety/trunk/main.php
r1860658 r1866139 3 3 * Plugin Name: Consolety plugin 4 4 * 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 6 6 * Author: Artem Yanin 7 7 * Author URI: https://profiles.wordpress.org/brainiacx … … 433 433 } 434 434 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"); 436 436 437 437 -
consolety/trunk/readme.txt
r1865593 r1866139 1 === Consolety ===1 === Consolety === 2 2 Contributors: Artem Yanin 3 3 Donate link: https://consolety.com/donations/support-the-project/ … … 5 5 Requires at least: 4.0 6 6 Tested up to: 4.8 7 Stable tag: 0.9.9 7 Stable tag: 0.9.9.1 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 95 95 96 96 == 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 97 101 = 0.9.9 = 98 102 *Release Date - 18 April 2018*
Note: See TracChangeset
for help on using the changeset viewer.