Plugin Directory

Changeset 2465271


Ignore:
Timestamp:
01/29/2021 10:17:53 PM (5 years ago)
Author:
Disqus
Message:

Preparing for 3.0.20 release

Location:
disqus-comment-system/trunk
Files:
4 added
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • disqus-comment-system/trunk/README.txt

    r2454222 r2465271  
    44Requires at least: 4.4
    55Tested up to: 5.6
    6 Stable tag: 3.0.19
     6Stable tag: 3.0.20
    77Requires PHP: 5.6
    88
     
    125125== Changelog ==
    126126
     127= 3.0.20 =
     128* Fixed issue with comments syncing to one sticky post
     129
    127130= 3.0.19 =
    128131* Fixed issue with missing admin bundles
  • disqus-comment-system/trunk/disqus.php

    r2454222 r2465271  
    1616 * Plugin URI:        https://disqus.com/
    1717 * Description:       Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup.
    18  * Version:           3.0.19
     18 * Version:           3.0.20
    1919 * Author:            Disqus
    2020 * Author URI:        https://disqus.com/
  • disqus-comment-system/trunk/rest-api/class-disqus-rest-api.php

    r2454222 r2465271  
    735735            'meta_key' => 'dsq_thread_id',
    736736            'meta_value' => $thread['id'],
     737            'ignore_sticky_posts' => true,
    737738        ) );
    738739
Note: See TracChangeset for help on using the changeset viewer.