Plugin Directory

Changeset 2626729


Ignore:
Timestamp:
11/09/2021 02:19:14 PM (4 years ago)
Author:
vuukle
Message:

5.0.7 trunk release

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

Legend:

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

    r2623385 r2626729  
    44Requires at least: 2.0.2
    55Tested up to: 5.8
    6 Stable tag: 5.0.6
     6Stable tag: 5.0.7
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    172172== Changelog ==
    173173
     174= 5.0.7 =
     175
     176* Fixed amp related bug
     177
    174178= 5.0.6 =
    175179
  • free-comments-for-wordpress-vuukle/trunk/free-comments-for-wordpress-vuukle.php

    r2623385 r2626729  
    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.6
     21 * Version:           5.0.7
    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.6', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) );
     73    $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0.7', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) );
    7474    $plugin->run();
    7575}
  • free-comments-for-wordpress-vuukle/trunk/public/partials/free-comments-for-wordpress-vuukle-public-comment-box.php

    r2611010 r2626729  
    2222        <amp-ad width="336"
    2323                height="280" type="doubleclick"
    24                 data-slot="/213794966/amp/' . $amp_host . '"
     24                data-slot="/213794966/amp/<?= $amp_host ?>"
    2525                data-enable-refresh="30"
    2626                data-multi-size="1x1,200x200,312x260,250x250,320x100,320x50,300x250,336x280"
Note: See TracChangeset for help on using the changeset viewer.