Plugin Directory

Changeset 660827


Ignore:
Timestamp:
01/29/2013 07:23:17 PM (13 years ago)
Author:
amit
Message:

updated readme.txt & added MANUAL.txt

Location:
igsyntax-hiliter/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • igsyntax-hiliter/trunk/readme.txt

    r660821 r660827  
    6666None yet!
    6767
     68
    6869== Screenshots ==
    6970
     
    71722. Example display of syntax highlighted PHP code.
    72733. Example display of plain text view of some PHP code.
     74
    7375
    7476== ChangeLog ==
     
    98100= v3.1 =
    99101
    100 * BUGFIX:- Critical bug, which broke the plugin when the square brackets([ & ]) were used in the posts in places other than tags, has been fixed.
    101 * BUGFIX:- Another bug, which allowed any attribute in the tags besides the 'num' and also allowed any attribute value for it, affecting the processing. Now only the 'num' attribute is accepted and if you specify the 'num' attribute then its value must be a positive number otherwise your code won't be hilited. The 'num' attribute is optional and you can leave it out without any problems.
    102 * BUGFIX:- Fixed the unclosed <select> tags in the Plugin GUI code.
    103 * GeSHi BUGFIX:- Fixed a bug in GeSHi where the first line colour was not used when using FANCY LINE NUMBERS thus resulting in just one colour being used for the alternate lines.
     102* BUGFIX: Critical bug, which broke the plugin when the square brackets([ & ]) were used in the posts in places other than tags, has been fixed.
     103* BUGFIX: Another bug, which allowed any attribute in the tags besides the 'num' and also allowed any attribute value for it, affecting the processing. Now only the 'num' attribute is accepted and if you specify the 'num' attribute then its value must be a positive number otherwise your code won't be hilited. The 'num' attribute is optional and you can leave it out without any problems.
     104* BUGFIX: Fixed the unclosed <select> tags in the Plugin GUI code.
     105* GeSHi BUGFIX: Fixed a bug in GeSHi where the first line colour was not used when using FANCY LINE NUMBERS thus resulting in just one colour being used for the alternate lines.
    104106* There's a problem in WordPress due to which the starting delimiters of ASP, PHP were not displayed correctly, as whitespace was inserted between the '<' and the rest of the delimiter. This has been patched so that its displayed correctly, but its not saved in the database, so the database still contains the delimiters as formatted by WordPress.
    105107
    106108= v3.0 =
    107109
    108 * NEW LICENSE:-- iG:Syntax Hiliter is now licensed under GNU GPL.
     110* NEW LICENSE: iG:Syntax Hiliter is now licensed under GNU GPL.
    109111* New GeSHi Core(v1.0.7) which has some bug-fixes, please see GeSHi Website for its changelog.
    110112* New languages added are C#, Delphi, Smarty & VB.NET.
Note: See TracChangeset for help on using the changeset viewer.