Plugin Directory

Changeset 2466762


Ignore:
Timestamp:
02/01/2021 09:10:57 PM (5 years ago)
Author:
Disqus
Message:

Preparing for 3.0.21 release

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

Legend:

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

    r2465271 r2466762  
    44Requires at least: 4.4
    55Tested up to: 5.6
    6 Stable tag: 3.0.20
     6Stable tag: 3.0.21
    77Requires PHP: 5.6
    88
     
    126126
    127127= 3.0.20 =
     128* Fixed issue with mismatched DISQUSVERSION causing admin issues
     129
     130= 3.0.20 =
    128131* Fixed issue with comments syncing to one sticky post
    129132
  • disqus-comment-system/trunk/disqus.php

    r2465271 r2466762  
    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.20
     18 * Version:           3.0.21
    1919 * Author:            Disqus
    2020 * Author URI:        https://disqus.com/
     
    2525 */
    2626
    27 $DISQUSVERSION = '3.0.19';
     27$DISQUSVERSION = '3.0.21';
    2828
    2929// If this file is called directly, abort.
Note: See TracChangeset for help on using the changeset viewer.