Plugin Directory

Changeset 3099939


Ignore:
Timestamp:
06/09/2024 06:23:41 AM (22 months ago)
Author:
hyvor
Message:

1.2.15

Location:
hyvor-talk/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hyvor-talk/trunk/hyvor-talk.php

    r3099171 r3099939  
    77Plugin URI: https://talk.hyvor.com
    88Description: The official WordPress plugin for Hyvor Talk, The Best Commenting Platform For Your Website
    9 Version: 1.2.14
     9Version: 1.2.15
    1010Author: Hyvor
    1111Author URI: https://hyvor.com
     
    4949define('HYVOR_TALK_IDENTIFIER', 'hyvor-talk');
    5050// the version of the plugin
    51 define('HYVOR_TALK_VERSION', '1.2.14');
     51define('HYVOR_TALK_VERSION', '1.2.15');
    5252
    5353require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php';
  • hyvor-talk/trunk/inc/class-hyvor-talk-webpage.php

    r3099171 r3099939  
    7878
    7979        if ($this -> isCommentCountsLoadable())
    80             return "<span data-talk-id=\"{$this -> getIdentifier($post)}\"></span>";
     80            return "<hyvor-talk-comment-count page-id=\"{$this -> getIdentifier($post)}\"></hyvor-talk-comment-count>";
    8181        else
    8282            return $text;
     
    136136
    137137        if (isset($attr['id'])) {
    138             $pageId = "page-id={$attr['id']}";
     138            $pageId = "page-id=\"{$attr['id']}\"";
    139139        }
    140140        elseif (is_single()) {
    141             $pageId = "page-id=" . get_the_ID();
     141            $pageId = "page-id=\"" . get_the_ID() . "\"";
    142142        }
    143143        else {
  • hyvor-talk/trunk/readme.txt

    r3099171 r3099939  
    44Requires at least: 4.6
    55Tested up to: 6.5.3
    6 Stable tag: 1.2.14
     6Stable tag: 1.2.15
    77Requires PHP: 7.4
    88License: GPLv2
     
    8989== Change Log ==
    9090
     91= 1.2.15 =
     92* Minor bug fix for hyvor-talk-comments-count
     93
    9194= 1.2.14 =
    9295* Introducing new logo
Note: See TracChangeset for help on using the changeset viewer.