Changeset 138259
- Timestamp:
- 07/23/2009 09:01:28 AM (17 years ago)
- Location:
- external-css/trunk
- Files:
-
- 2 edited
-
external-css.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
external-css/trunk/external-css.php
r138258 r138259 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. 16 Version: 0.2.2 7 7 Author: sakuratan 8 8 Author URI: http://sakuratan.biz/ -
external-css/trunk/readme.txt
r136987 r138259 5 5 Requires at least: 2.7.0 6 6 Tested up to: 2.7.1 7 Stable tag: 0.2. 17 Stable tag: 0.2.2 8 8 9 9 Allows you to edit an external CSS file through WordPress dashboard. … … 16 16 17 17 1. Upload this directory to the 'wp-content/plugins/' directory 18 2. Add the read and write permissions of 'wp-content/ plugins/external-css/css' directory to the user of the web server18 2. Add the read and write permissions of 'wp-content/uploads' directory to the user of the web server 19 19 3. Activate the plugin through the 'Plugins' menu in WordPress 20 4. Open extenal CSS file editor through 'Appearance' => 'External CSS' menu20 4. Open extenal CSS file editor through 'Appearance' -> 'External CSS' menu 21 21 5. Edit the CSS file 22 22 … … 24 24 25 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.26 To solve the problem, copy or rename wp-content/plugins/external-css/css/custom.css to wp-content/uploads/external-css/custom.css before trying to update the plugin. 27 27 28 28 == Changelog == 29 30 = 0.2.2 = 31 * Spaces for following the wordPress coding standards. 32 * It renamed wp-content/cache/external-css/custom.css wp-content/uploads/external-css/custom.css. external_css_activation function fix this change automatically. 29 33 30 34 = 0.2.1 =
Note: See TracChangeset
for help on using the changeset viewer.