Changeset 2520663
- Timestamp:
- 04/24/2021 03:52:04 AM (5 years ago)
- Location:
- pangu/trunk
- Files:
-
- 2 edited
-
pangu.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pangu/trunk/pangu.php
r2520662 r2520663 4 4 * Plugin URI: https://hzy.pw/p/3347 5 5 * 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.06 * Version: 1.0.1.1 7 7 * Requires at least: 4.3 8 8 * Requires PHP: 5.0 … … 15 15 */ 16 16 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 5 5 Requires at least: 4.3 6 6 Tested up to: 5.7 7 Stable tag: 1.0. 0.07 Stable tag: 1.0.1.1 8 8 Requires PHP: 5.0 9 9 License: GPLv2 … … 41 41 == Changelog == 42 42 43 = 1.0. 0.0=44 * Fi rst version43 = 1.0.1.1 = 44 * Fix up issue
Note: See TracChangeset
for help on using the changeset viewer.