Changeset 2563497
- Timestamp:
- 07/13/2021 11:53:25 AM (5 years ago)
- Location:
- free-comments-for-wordpress-vuukle/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
free-comments-for-wordpress-vuukle.php (modified) (2 diffs)
-
public/class-free-comments-for-wordpress-vuukle-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-comments-for-wordpress-vuukle/trunk/README.txt
r2555353 r2563497 4 4 Requires at least: 2.0.2 5 5 Tested up to: 5.7 6 Stable tag: 4.0. 56 Stable tag: 4.0.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 172 172 == Changelog == 173 173 174 = 4.0.6 = 175 176 * "Non article pages" option fixed 177 174 178 = 4.0.5 = 175 179 -
free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php
r2555353 r2563497 19 19 * Plugin URI: https://vuukle.com 20 20 * 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. 521 * Version: 4.0.6 22 22 * Author: Vuukle 23 23 * Author URI: https://vuukle.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'FREE_COMMENTS_FOR_WORDPRESS_VUUKLE_VERSION', '4.0. 5' );38 define( 'FREE_COMMENTS_FOR_WORDPRESS_VUUKLE_VERSION', '4.0.6' ); 39 39 if ( ! defined( 'VUUKLE_BASE_PATH' ) ) { 40 40 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 90 90 'start_date_comments' => gmdate( 'Y-m-d', strtotime( '-30 days' ) ), 91 91 'end_date_comments' => gmdate( 'Y-m-d' ), 92 'non_article_pages' => 'off', 92 93 'text' => array( 93 94 'common' => array(
Note: See TracChangeset
for help on using the changeset viewer.