Changeset 136987
- Timestamp:
- 07/20/2009 01:14:21 PM (17 years ago)
- Location:
- external-css/trunk
- Files:
-
- 2 edited
-
external-css.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
external-css/trunk/external-css.php
r136983 r136987 4 4 Plugin URI: http://sakuratan.biz/contents/external-css 5 5 Description: External CSS plugin allows you to edit an external CSS file through WordPress dashboard. All blog pages except admin pages imports the CSS file via HTML link tag. This plugin is very SEO friendly and decreases the network load. 6 Version: 0.2 6 Version: 0.2.1 7 7 Author: sakuratan 8 8 Author URI: http://sakuratan.biz/ -
external-css/trunk/readme.txt
r136886 r136987 5 5 Requires at least: 2.7.0 6 6 Tested up to: 2.7.1 7 Stable tag: 0.2 7 Stable tag: 0.2.1 8 8 9 9 Allows you to edit an external CSS file through WordPress dashboard. … … 21 21 5. Edit the CSS file 22 22 23 = Updating = 24 25 External CSS version 0.2.0 and older versions have a bug that removes CSS file when updating the plugin. 26 To solve the problem, copy or rename wp-content/plugins/external-css/css/custom.css to wp-content/cache/external-css/css/custom.css before trying to update the plugin. 27 23 28 == Changelog == 29 30 = 0.2.1 = 31 * Bug fixes. 32 * external_css.php renamed external-css.php for makepot.php. 33 34 = 0.2 = 35 * I18N. 24 36 25 37 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.