Plugin Directory

Changeset 138259


Ignore:
Timestamp:
07/23/2009 09:01:28 AM (17 years ago)
Author:
sakuratan
Message:

version 0.2.2

Location:
external-css/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • external-css/trunk/external-css.php

    r138258 r138259  
    44Plugin URI: http://sakuratan.biz/contents/external-css
    55Description: 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.1
     6Version: 0.2.2
    77Author: sakuratan
    88Author URI: http://sakuratan.biz/
  • external-css/trunk/readme.txt

    r136987 r138259  
    55Requires at least: 2.7.0
    66Tested up to: 2.7.1
    7 Stable tag: 0.2.1
     7Stable tag: 0.2.2
    88
    99Allows you to edit an external CSS file through WordPress dashboard.
     
    1616
    17171. 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 server
     182. Add the read and write permissions of 'wp-content/uploads' directory to the user of the web server
    19193. Activate the plugin through the 'Plugins' menu in WordPress
    20 4. Open extenal CSS file editor through 'Appearance' => 'External CSS' menu
     204. Open extenal CSS file editor through 'Appearance' -> 'External CSS' menu
    21215. Edit the CSS file
    2222
     
    2424
    2525External 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.
     26To 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.
    2727
    2828== 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.
    2933
    3034= 0.2.1 =
Note: See TracChangeset for help on using the changeset viewer.