Changeset 384583
- Timestamp:
- 05/13/2011 08:11:37 PM (15 years ago)
- Location:
- wp-simpleviewer
- Files:
-
- 2 edited
-
tags/2.1.3/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-simpleviewer/tags/2.1.3/readme.txt
r384579 r384583 29 29 * WordPress Version 2.8 or higher. 30 30 * PHP version 5.2.0 or higher. 31 * The '/wp-content/uploads/'folder must exist and have full access permissions (777).31 * The `/wp-content/uploads/` folder must exist and have full access permissions (777). 32 32 * PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension). 33 33 * Active theme must call the [wp_head](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file. … … 36 36 37 37 WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer: 38 38 39 * [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) 39 40 * [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/) -
wp-simpleviewer/trunk/readme.txt
r384579 r384583 29 29 * WordPress Version 2.8 or higher. 30 30 * PHP version 5.2.0 or higher. 31 * The '/wp-content/uploads/'folder must exist and have full access permissions (777).31 * The `/wp-content/uploads/` folder must exist and have full access permissions (777). 32 32 * PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension). 33 33 * Active theme must call the [wp_head](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file. … … 36 36 37 37 WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer: 38 38 39 * [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) 39 40 * [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/)
Note: See TracChangeset
for help on using the changeset viewer.