Changeset 2458657
- Timestamp:
- 01/19/2021 03:42:38 AM (5 years ago)
- Location:
- wp-reposidget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-reposidget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-reposidget/trunk/readme.txt
r1031139 r2458657 67 67 == Changelog == 68 68 69 = 2.1.1 (2021-01-19) = 70 * Fix constant definition issue. 71 * 修复常量定义的问题。 72 69 73 = 2.1.0 (2014-11-23) = 70 74 * Add GitHub authentication option. … … 102 106 == Upgrade Notice == 103 107 108 = 2.1.1 = 109 Fix constant definition issue. 110 修复常量定义的问题。 111 104 112 = 2.1.0 = 105 113 Add GitHub OAuth option. -
wp-reposidget/trunk/wp-reposidget.php
r1031133 r2458657 12 12 13 13 14 define( WP_REPOSIDGET_HOMEPAGE, "https://github.com/myst729/wp-reposidget");15 define( WP_REPOSIDGET_USERAGENT, "WP Reposidget/2.1.0 (WordPress 3.9.0+) Leo Deng/729");14 define('WP_REPOSIDGET_HOMEPAGE', "https://github.com/myst729/wp-reposidget"); 15 define('WP_REPOSIDGET_USERAGENT', "WP Reposidget/2.1.0 (WordPress 3.9.0+) Leo Deng/729"); 16 16 17 17 function wp_reposidget_i18n() {
Note: See TracChangeset
for help on using the changeset viewer.