Plugin Directory

Changeset 3430862


Ignore:
Timestamp:
01/02/2026 05:18:25 AM (3 months ago)
Author:
santoshtmp7
Message:

v1.1.1

Location:
citation-note
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • citation-note/trunk/citation-note.php

    r3425938 r3430862  
    1010 * Requires PHP: 8.0
    1111 * Tested up to: 6.9
    12  * Version: 1.1.0
     12 * Version: 1.1.1
    1313 * Author: santoshtmp7
    1414 * License: GPLv2 or later
     
    4848            new \citenote\CITENOTE_Editor_Fields();
    4949
    50             add_action('init', [$this, 'citenote_register_scripts']);
     50            add_action('wp_enqueue_scripts', [$this, 'enqueue_citenote_scripts']);
    5151        }
    5252
     
    5454         *
    5555         */
    56         function citenote_register_scripts() {
     56        function enqueue_citenote_scripts() {
    5757            wp_register_style(
    5858                "citation-note-style",
  • citation-note/trunk/readme.txt

    r3425938 r3430862  
    66Requires PHP: 8.0
    77Tested up to: 6.9
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6262
    6363== Changelog ==
     64= 1.1.1 =
     65* Fix JS issue
     66
    6467= 1.1.0 =
    6568* Compatible to 6.9
    6669* Fix citenoteplaceholder tag
     70
    6771= 1.0.0 =
    6872* Initial release of Citation Note.
Note: See TracChangeset for help on using the changeset viewer.