Changeset 2056099
- Timestamp:
- 03/24/2019 01:49:41 AM (7 years ago)
- File:
-
- 1 edited
-
wp-custom-html-pages/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-html-pages/trunk/readme.txt
r2056092 r2056099 14 14 WP Custom HTML Pages plugin has two functionalities: 15 15 16 1 - Create a custom HTML Pagesoutput at a custom permalink address, completely bypassing Wordpress templating. This is useful in cases when you just want to output some HTML without uploading the page to the server.16 1 - Create a custom HTML document output at a custom permalink address, completely bypassing Wordpress templating. This is useful in cases when you just want to output some HTML without uploading the page to the server. 17 17 18 18 2 - Create a shortcode which outputs your custom HTML. … … 20 20 == Installation == 21 21 Download from the repository (by searching for \"WP Custom HTML Pages\") and activate. 22 23 == Upgrade == 24 If upgrading from 0.4.x to 0.5.x - plugin reinstallation is recommended instead, otherwise you will still be limited to 65,535 characters per html document. This is because I haven't implemented version tracking prior to v0.5 and I don't want to use WP's costly version checking. To reinstall the plugin without losing any content: 25 1 - Settings->WP Custom HTML Pages->Uninstallation Options - Make sure the option "Completely remove WP Custom..." is set to *OFF*, otherwise you will lose your URI mapping during uninstallation. 26 2 - Deactivate and *uninstall* the plugin. 27 3 - Go to Add Plugins and search for *wp custom html page milos stojanovic* or manually upload the latest version zip. 22 28 23 29 == Frequently Asked Questions == … … 30 36 31 37 == Changelog == 32 v 0.5.0 - Changed html column type in db to mediumtext, to allow larger html pages 38 v 0.5.0 - Changed html column type in db to mediumtext, to allow larger html pages (unavailable in upgrade, this will require reinstallation of plugin) 33 39 v 0.4.5 - Fixed PHP error messages, added quick link to the edited page 34 40 v 0.4.3 - Security improvement, gave up on supporting subdirectory installs (for now)
Note: See TracChangeset
for help on using the changeset viewer.