Plugin Directory

Changeset 2627343


Ignore:
Timestamp:
11/10/2021 11:21:55 AM (4 years ago)
Author:
vuukle
Message:

5.0.8 trunk release

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

Legend:

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

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

    r2626729 r2627343  
    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.7
     21 * Version:           5.0.8
    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.7', plugin_dir_path( __FILE__ ), plugin_dir_url( __FILE__ ), plugin_basename( __FILE__ ) );
     73    $plugin = new Free_Comments_For_Wordpress_Vuukle( '5.0.8', 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

    r2626729 r2627343  
    4949            </div>
    5050        </amp-iframe>
     51        <amp-ad width="336"
     52                height="280" type="doubleclick"
     53                data-slot="/213794966/amp/<?= $amp_host ?>-2"
     54                data-enable-refresh="30"
     55                data-multi-size="1x1,200x200,312x260,250x250,320x100,320x50,300x250,336x280"
     56                rtc-config={"urls":[https://pb.vuukle.com/openrtb2/amp?tag_id=<?= $amp_host ?>&w=ATTR(width)&h=ATTR(height)&ow=ATTR(data-override-width)&oh=ATTR(data-override-height)&ms=ATTR(data-multi-size)&slot=ATTR(data-slot)&targeting=TGT&curl=CANONICAL_URL&timeout=TIMEOUT&adcid=ADCID&purl=HREF]}>
     57        </amp-ad>
    5158        <?php
    5259    }
Note: See TracChangeset for help on using the changeset viewer.