Features:
There are also some bug fixes included in this release.
Take a look on the github repository for more details: https://github.com/phprtflite/PHPRtfLite
Bugfixes will be made on the branch v1.3.x: https://github.com/phprtflite/PHPRtfLite/tree/v1.3.x
The version 1.3.1 is tagged: https://github.com/phprtflite/PHPRtfLite/tree/v1.3.1... read more
PHPRtfLite has been moved to github.com: https://github.com/phprtflite/PHPRtfLite (svn import from trunk). The project has been moved to give the community the ability to get better involved in contributing to the project by forking, making pull requests, and so on.
For issues please use the issue tracker on github.
The site at sourceforge.net will be still available for older releases. I'm not sure, if new versions will also be released at sourceforge, yet.
I happy to annouce that PHPRtfLite 1.2 has been released.
Feature list:
- images from strings
- image support for wmf (Windows Meta File)
- many bug fixes
The PHPRtfLite documentation is now online at: http://sigma-scripts.de/phprtflite/docs
The new release includes the HTML documentation, which will be published on the internet, too, soon. I will let you know via the news board.
Changes are:
- added HTML documentation
- fixed bug 3212110
- fixed bug 3212120
- fixed bug 3212126
Today I'm happy to annouce the release of PHPRtfLite 1.1 RC.
Changes are:
- cells now supporting cell paddings
- you may define a different unit, for example inch instead of centimeter:
PHPRtfLite_Unit::setGlobalUnit(PHPRtfLite_Unit::UNIT_INCH);
- bug fixes: 3188854, 3188892, 3188909 and 3190006
I'm happy to annouce that I released PHPRtfLite 1.1-beta2. This will be the last beta release. At the end of February I planned to release a release candidate. In march there will be in all probability final 1.1 release.
the changes in this are following:
- fixed support of nested tables
- fixed table cell merge
- fixed setting page number start
- fixed use of tables in headers and footers
- added hyphenation... read more
I worked hard on a new release for PHPRtfLite. I want to inform you that this will be most likely the last version I will release for PHPRtfLite.
For the new version release I implemented the following features:
- support for nested tables
- support for form fields (checkbox, dropdown, text field)
- support for enumerations and numberings
- creation of rtf document will be streamed so it handles huge documents or images used in the rtf document... read more
I'm happy to announce the 1.0 release of PHPRtfLite. The changes are as follows:
- Autoloader now validates class names for better security
- Replaced class PHPRtfLite_Note to PHPRtfLite_Footnote and PHPRtfLite_Endnote, because it's more clear and a better OO-Design
- Bugs fixed: #2971336, #2969964
PHPRtfLite has been rewritten for php5. Footnote and endnote support were added.