Plugin Directory

Changeset 2563497


Ignore:
Timestamp:
07/13/2021 11:53:25 AM (5 years ago)
Author:
vuukle
Message:

4.0.6 trunk release

Location:
free-comments-for-wordpress-vuukle/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • free-comments-for-wordpress-vuukle/trunk/README.txt

    r2555353 r2563497  
    44Requires at least: 2.0.2
    55Tested up to: 5.7
    6 Stable tag: 4.0.5
     6Stable tag: 4.0.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174= 4.0.6 =
     175
     176* "Non article pages" option fixed
     177
    174178= 4.0.5 =
    175179
  • free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php

    r2555353 r2563497  
    1919 * Plugin URI:        https://vuukle.com
    2020 * Description:       Vuukle is the smartest commenting platform that offers AI-powered commenting, Unique Sharing tool bar, Emoji reaction widget and real time analytics with just one click. Customize all you want, make your pages load faster and experience user engagement like never before!
    21  * Version:           4.0.5
     21 * Version:           4.0.6
    2222 * Author:            Vuukle
    2323 * Author URI:        https://vuukle.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'FREE_COMMENTS_FOR_WORDPRESS_VUUKLE_VERSION', '4.0.5' );
     38define( 'FREE_COMMENTS_FOR_WORDPRESS_VUUKLE_VERSION', '4.0.6' );
    3939if ( ! defined( 'VUUKLE_BASE_PATH' ) ) {
    4040    define( 'VUUKLE_BASE_PATH', plugin_dir_path( __FILE__ ) );
  • free-comments-for-wordpress-vuukle/trunk/public/class-free-comments-for-wordpress-vuukle-public.php

    r2555353 r2563497  
    9090            'start_date_comments'         => gmdate( 'Y-m-d', strtotime( '-30 days' ) ),
    9191            'end_date_comments'           => gmdate( 'Y-m-d' ),
     92            'non_article_pages'           => 'off',
    9293            'text'                        => array(
    9394                'common'      => array(
Note: See TracChangeset for help on using the changeset viewer.