Plugin Directory

Changeset 2056099


Ignore:
Timestamp:
03/24/2019 01:49:41 AM (7 years ago)
Author:
kr4ft3r
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-custom-html-pages/trunk/readme.txt

    r2056092 r2056099  
    1414WP Custom HTML Pages plugin has two functionalities:
    1515
    16 1 - Create a custom HTML Pages 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.
     161 - 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.
    1717
    18182 - Create a shortcode which outputs your custom HTML.
     
    2020== Installation ==
    2121Download from the repository (by searching for \"WP Custom HTML Pages\") and activate.
     22
     23== Upgrade ==
     24If 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:
     251 - 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.
     262 - Deactivate and *uninstall* the plugin.
     273 - Go to Add Plugins and search for *wp custom html page milos stojanovic* or manually upload the latest version zip.
    2228
    2329== Frequently Asked Questions ==
     
    3036
    3137== Changelog ==
    32 v 0.5.0 - Changed html column type in db to mediumtext, to allow larger html pages
     38v 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)
    3339v 0.4.5 - Fixed PHP error messages, added quick link to the edited page
    3440v 0.4.3 - Security improvement, gave up on supporting subdirectory installs (for now)
Note: See TracChangeset for help on using the changeset viewer.