Plugin Directory

Changeset 2007334


Ignore:
Timestamp:
01/06/2019 10:49:00 PM (7 years ago)
Author:
zeshanb
Message:

modified readme.txt to reflect updates in version 5.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-code-pre/trunk/readme.txt

    r2007021 r2007334  
    55Tested up to: 5.0
    66Requires PHP: 7.0
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717   
    1818To display source code in your posts, surround source code with pre tags. Plugin will filter for pre tags and add inline styles that may be modified using your wordpress theme's css stylesheet.
     19
     20For Wordpress versions 5.0 and above, HTML pre tags can be used within html block or, classic block.
    1921 
    2022=== Installation ===
     
    23251. Upload the wp-code-pre.zip folder to your site's wp-content/plugins directory
    24261. Activate the plugin in the WordPress Admin Panel
    25 1. Surround source code with <code><pre> </pre></code> tags, when writing in blog posts using gutenberg with classic block and "Edit as HTML" or, html block
     271. Surround source code with <code><pre> </pre></code> tags, when writing in blog posts using Gutenberg with classic block and "Edit as HTML" or, html block
    2628
    2729== Changelog ==
     
    2931= 1.0 =
    3032* First version of the plugin.
     33
     34= 1.0.1 =
     35* Updated readme to reflect updates to version 5.0
    3136 
    3237== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.