Changeset 7410


Ignore:
Timestamp:
05/14/10 16:31:27 (2 years ago)
Author:
GeorgeClark
Message:

Item9008: Prepare for new release

Location:
trunk/GenPDFAddOn
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPDFAddOn/data/System/GenPDFAddOn.txt

    r6699 r7410  
    280280|  Version: | %$VERSION% | 
    281281|  Change History: | | 
     282|  14 May 2010 | *Release 1.2* Foswikitask:Item9008 - Remove the X-Foswiki headers from the response. | 
    282283|  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 | 
    283284|  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  
    7171# It is *not* used by the build automation tools, but is reported as part 
    7272# of the version number in PLUGINDESCRIPTIONS. 
    73 our $RELEASE = '1.1'; 
     73our $RELEASE = '1.2'; 
    7474 
    7575# Short description of this plugin 
  • trunk/GenPDFAddOn/lib/Foswiki/Plugins/GenPDFAddOnPlugin.pm

    r6697 r7410  
    6666# It is *not* used by the build automation tools, but is reported as part 
    6767# of the version number in PLUGINDESCRIPTIONS. 
    68 our $RELEASE = '1.1-rc2'; 
     68our $RELEASE = '1.2'; 
    6969 
    7070# Short description of this plugin 
Note: See TracChangeset for help on using the changeset viewer.