Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 101 → Rev 102

/wp-js-syntax-highlighter/branches/0.4.0+3.0.83/ChangeLog.txt
0,0 → 1,34
None of this versions has been made publically available so this changelog
is mostly for reference purposes.
The full plugin can be obtained on request though.
 
0.4.0 (2010-12-08):
* Update to SyntaxHighlighter 3.0.83
* Load jQuery dinamically if not present
* Load SH completely dinamically
* Use server-absolute URLs if possible
* Allow complete initialisation and theming
* Include SyntaxHighlighter version in version string
* Added Makefile
 
0.3.0 (2010-12-06):
* Port loader to jQuery instead of base2.DOM
 
0.2.0 (2007-10-25):
* Versions re-numbered, current as 0.2
0.2.1: Colourise .func and .vars in CSS
0.2.2: JSLint
 
0.1.1 (2007-10-25):
* BUGFIX: Use local basePath instead of global
* bloggerMode option
* Configurable options for HighlightAll
* Usage of 'self' where possible
* Enforce usage of base2.DOM
* Load CSS dinamically
* Enable all languages by default
* Disallow language names that would generate ambiguous selectors
 
0.1.0: (2007-10-24):
* Initial version