Plugin Directory

Changeset 1832582


Ignore:
Timestamp:
03/02/2018 10:22:41 PM (8 years ago)
Author:
ryanv12
Message:

Preparing for 3.0.15 release

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

Legend:

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

    r1831152 r1832582  
    44Requires at least: 4.4
    55Tested up to: 4.9.4
    6 Stable tag: 3.0.14
     6Stable tag: 3.0.15
    77Requires PHP: 5.4
    88
     
    123123== Changelog ==
    124124
     125= 3.0.15 =
     126
     127* Fixed bug preventing sites from importing WordPress comments to Disqus
     128
    125129= 3.0.14 =
    126130
  • disqus-comment-system/trunk/disqus.php

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