Changeset 660827
- Timestamp:
- 01/29/2013 07:23:17 PM (13 years ago)
- Location:
- igsyntax-hiliter/trunk
- Files:
-
- 1 added
- 1 edited
-
MANUAL.txt (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
igsyntax-hiliter/trunk/readme.txt
r660821 r660827 66 66 None yet! 67 67 68 68 69 == Screenshots == 69 70 … … 71 72 2. Example display of syntax highlighted PHP code. 72 73 3. Example display of plain text view of some PHP code. 74 73 75 74 76 == ChangeLog == … … 98 100 = v3.1 = 99 101 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. 104 106 * 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. 105 107 106 108 = v3.0 = 107 109 108 * NEW LICENSE: --iG:Syntax Hiliter is now licensed under GNU GPL.110 * NEW LICENSE: iG:Syntax Hiliter is now licensed under GNU GPL. 109 111 * New GeSHi Core(v1.0.7) which has some bug-fixes, please see GeSHi Website for its changelog. 110 112 * New languages added are C#, Delphi, Smarty & VB.NET.
Note: See TracChangeset
for help on using the changeset viewer.