Plugin Directory

Changeset 2520663


Ignore:
Timestamp:
04/24/2021 03:52:04 AM (5 years ago)
Author:
hzy1996
Message:

v1.0.1.1

Location:
pangu/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pangu/trunk/pangu.php

    r2520662 r2520663  
    44 * Plugin URI:        https://hzy.pw/p/3347
    55 * Description: Automatically inserts white space between all Chinese characters and half-shaped English characters, numbers and symbols on the web page, making the text beautiful and good-looking.
    6  * Version:           1.0.0.0
     6 * Version:           1.0.1.1
    77 * Requires at least: 4.3
    88 * Requires PHP:      5.0
     
    1515 */
    1616
    17  wp_enqueue_script('pangu.js', plugins_url('pangu.min.js', _FILE_), array(), 'v4.0.7-mod', true);
     17 wp_enqueue_script('pangu.js', plugins_url('pangu.min.js', __FILE__), array(), 'v4.0.7-mod', true);
  • pangu/trunk/readme.txt

    r2520662 r2520663  
    55Requires at least: 4.3
    66Tested up to: 5.7
    7 Stable tag: 1.0.0.0
     7Stable tag: 1.0.1.1
    88Requires PHP: 5.0
    99License: GPLv2
     
    4141== Changelog ==
    4242
    43 = 1.0.0.0 =
    44 * First version
     43= 1.0.1.1 =
     44* Fix up issue
Note: See TracChangeset for help on using the changeset viewer.