Changeset 2611010
- Timestamp:
- 10/07/2021 01:36:13 PM (4 years ago)
- Location:
- free-comments-for-wordpress-vuukle/trunk
- Files:
-
- 4 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) (2 diffs)
-
public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-comments-for-wordpress-vuukle/trunk/README.txt
r2604330 r2611010 4 4 Requires at least: 2.0.2 5 5 Tested up to: 5.8 6 Stable tag: 5.0. 46 Stable tag: 5.0.5 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 = 5.0.5 = 175 176 * Issue with Zox theme is solved 177 174 178 = 5.0.4 = 175 179 -
free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php
r2604330 r2611010 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: 5.0. 421 * Version: 5.0.5 22 22 * Author: Vuukle 23 23 * Author URI: https://vuukle.com … … 71 71 */ 72 72 function Run_Free_Comments_For_Wordpress_vuukle() { 73 $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0. 4', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) );73 $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0.5', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) ); 74 74 $plugin->run(); 75 75 } -
free-comments-for-wordpress-vuukle/trunk/public/class-free-comments-for-wordpress-vuukle-public.php
r2604330 r2611010 292 292 */ 293 293 public function checkAvailability( $check_single = true ) { 294 // Check if is_single check is required294 // Check if is_single check is required 295 295 if ( $check_single && ! is_single() ) { 296 296 return false; … … 308 308 if ( is_null( $this->availability ) ) { 309 309 if ( empty( $this->app_id ) ) { 310 $this->availability = false; 311 312 return $this->availability; 310 return false; 313 311 } 314 312 // Post exceptions -
free-comments-for-wordpress-vuukle/trunk/public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php
r2603004 r2611010 48 48 comments 49 49 </div> 50 </amp-iframe> ';50 </amp-iframe> 51 51 <?php 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.