Changeset 384579
- Timestamp:
- 05/13/2011 08:07:26 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
r384575 r384579 21 21 2. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory. 22 22 3. Activate the plugin through the 'Plugins' menu in WordPress 23 4. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).23 4. If the the `/wp-content/uploads/` folder does not exist, create it and give it write permissions (777) using an FTP program. 24 24 25 25 = Requirements = … … 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 32 * PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension). 32 * Active theme must call the [wp_head] (http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.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. 33 34 34 35 = Compatibility = 35 36 36 37 WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer: 37 * [Fluency Admin] (http://deanjrobinson.com/projects/fluency-admin/)38 * [WP-Minify] (http://wordpress.org/extend/plugins/wp-minify/)39 * [jQuery ColorBox] (http://wordpress.org/extend/plugins/jquery-colorbox/)40 * [jQuery Lightbox] (http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)38 * [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) 39 * [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/) 40 * [jQuery ColorBox](http://wordpress.org/extend/plugins/jquery-colorbox/) 41 * [jQuery Lightbox](http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/) 41 42 42 43 = Upgrading from v1.5.4 = -
wp-simpleviewer/trunk/readme.txt
r384572 r384579 21 21 2. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory. 22 22 3. Activate the plugin through the 'Plugins' menu in WordPress 23 4. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).23 4. If the the `/wp-content/uploads/` folder does not exist, create it and give it write permissions (777) using an FTP program. 24 24 25 25 = Requirements = … … 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 32 * PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension). 32 * Active theme must call the [wp_head] (http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.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. 33 34 34 35 = Compatibility = 35 36 36 37 WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer: 37 * [Fluency Admin] (http://deanjrobinson.com/projects/fluency-admin/)38 * [WP-Minify] (http://wordpress.org/extend/plugins/wp-minify/)39 * [jQuery ColorBox] (http://wordpress.org/extend/plugins/jquery-colorbox/)40 * [jQuery Lightbox] (http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)38 * [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/) 39 * [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/) 40 * [jQuery ColorBox](http://wordpress.org/extend/plugins/jquery-colorbox/) 41 * [jQuery Lightbox](http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/) 41 42 42 43 = Upgrading from v1.5.4 =
Note: See TracChangeset
for help on using the changeset viewer.