Changeset 7410
- Timestamp:
- 05/14/10 16:31:27 (2 years ago)
- Location:
- trunk/GenPDFAddOn
- Files:
-
- 3 edited
-
data/System/GenPDFAddOn.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/GenPDFAddOn.pm (modified) (1 diff)
-
lib/Foswiki/Plugins/GenPDFAddOnPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GenPDFAddOn/data/System/GenPDFAddOn.txt
r6699 r7410 280 280 | Version: | %$VERSION% | 281 281 | Change History: | | 282 | 14 May 2010 | *Release 1.2* Foswikitask:Item9008 - Remove the X-Foswiki headers from the response. | 282 283 | 9 Mar 2010 | *Release 1.1* Foswikitask:Item8586 - resolve packaging issue, Foswikitask:8575 - Add a "static" context to allow other plugins to recognize pdf output, Foswikitask:Item8691: Add support for heading and body fonts | 283 284 | 6 Feb 2010 | Foswikitask:Item559 - Correct handing of embedded images, Foswikitask:Item1599 - Improve compatibility with EditTable, Foswikitask:Item2084 - Add support of topic revisions, Foswikitask:Item2435 - Correct DEPENDENCIES file, Foswikitask:Item2492 - support configurable image compression, Foswikitask:Item2592 - Correct issues with Examples, and handling of missing images, Foswikitask:Item2604 - Improve handling of TOC for recursive rendering, Foswikitask:Item8081 - Support passing %<nop>MACROS% in GENPDF settings, Foswikitask:Item8090 - Remove pdftoclevels from view.genpdf.tmpl, Foswikitask:Item8361 - Add support for TOC Title, and improve handling of HTML arrows. Foswikitask:Item1174 - Initial release of !GenPDFPlugin helper | -
trunk/GenPDFAddOn/lib/Foswiki/Contrib/GenPDFAddOn.pm
r7409 r7410 71 71 # It is *not* used by the build automation tools, but is reported as part 72 72 # of the version number in PLUGINDESCRIPTIONS. 73 our $RELEASE = '1. 1';73 our $RELEASE = '1.2'; 74 74 75 75 # Short description of this plugin -
trunk/GenPDFAddOn/lib/Foswiki/Plugins/GenPDFAddOnPlugin.pm
r6697 r7410 66 66 # It is *not* used by the build automation tools, but is reported as part 67 67 # of the version number in PLUGINDESCRIPTIONS. 68 our $RELEASE = '1. 1-rc2';68 our $RELEASE = '1.2'; 69 69 70 70 # Short description of this plugin
Note: See TracChangeset
for help on using the changeset viewer.
