Changeset 1760989
- Timestamp:
- 11/08/2017 08:07:20 PM (8 years ago)
- Location:
- pubexchange/trunk
- Files:
-
- 2 edited
-
pubexchange_widget.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pubexchange/trunk/pubexchange_widget.php
r1385886 r1760989 4 4 * Plugin URI: https://www.pubexchange.com 5 5 * Description: PubExchange 6 * Version: 2.0. 26 * Version: 2.0.3 7 7 * Author: PubExchange 8 8 */ … … 13 13 class PubExchangeWP 14 14 { 15 function PubExchangeWP()15 public function __construct() 16 16 { 17 17 global $wpdb; -
pubexchange/trunk/readme.txt
r1474984 r1760989 3 3 Tags: content recommendations, pubexchange, discovery, traffic partnership, popular posts, posts, related, Related Content, related post thumbnails, related posts, similar posts, widgets, recommendations, thumbnails, traffic, widget 4 4 Requires at least: 3.0 5 Tested up to: 4. 5.25 Tested up to: 4.8.3 6 6 Stable tag: trunk 7 7 License: GNU General Public License v2.0 … … 70 70 71 71 == Changelog == 72 = 2.0.3 = 73 * Updated code for PHP7 compatibility 74 72 75 = 2.0.2 = 73 76 * Added tracking to Facebook Instant Article RSS feed, if publisher uses Wordpress' official Instant Article plugin
Note: See TracChangeset
for help on using the changeset viewer.