Plugin Directory

Changeset 2611010


Ignore:
Timestamp:
10/07/2021 01:36:13 PM (4 years ago)
Author:
vuukle
Message:

5.0.5 trunk release

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

Legend:

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

    r2604330 r2611010  
    44Requires at least: 2.0.2
    55Tested up to: 5.8
    6 Stable tag: 5.0.4
     6Stable tag: 5.0.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174= 5.0.5 =
     175
     176* Issue with Zox theme is solved
     177
    174178= 5.0.4 =
    175179
  • free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php

    r2604330 r2611010  
    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:           5.0.4
     21 * Version:           5.0.5
    2222 * Author:            Vuukle
    2323 * Author URI:        https://vuukle.com
     
    7171 */
    7272function 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__ ) );
    7474    $plugin->run();
    7575}
  • free-comments-for-wordpress-vuukle/trunk/public/class-free-comments-for-wordpress-vuukle-public.php

    r2604330 r2611010  
    292292     */
    293293    public function checkAvailability( $check_single = true ) {
    294         // Check if is_single check is required
     294        // Check if is_single check is required
    295295        if ( $check_single && ! is_single() ) {
    296296            return false;
     
    308308        if ( is_null( $this->availability ) ) {
    309309            if ( empty( $this->app_id ) ) {
    310                 $this->availability = false;
    311 
    312                 return $this->availability;
     310                return false;
    313311            }
    314312            // Post exceptions
  • free-comments-for-wordpress-vuukle/trunk/public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php

    r2603004 r2611010  
    4848                comments
    4949            </div>
    50         </amp-iframe>';
     50        </amp-iframe>
    5151        <?php
    5252    }
Note: See TracChangeset for help on using the changeset viewer.