ChangeLog¶
| Version | Changes: |
|---|---|
| 0.1.6 | First repository version |
| 0.1.7 | - Copy of manual.sxw to /doc to support TER rendering process - cleanup of some developer resources |
| 0.1.8 | - documentation corrections - Bugfix for error: Fatal error: Call to a member function getVoter() on a non-object in .../root_web/typo3conf/ext/th_rating/Classes/Controller/VoteController.php on line 382 |
| 0.2.0 | - added viewhelper 'Rating' (including example to use it in blog_example) - STORAGE_PID or SITEROOT as storagePid if not set in constants - new constant to switch off examples in output - new constant to switch on message if no FE user is logged on - modified extension template (compare if if you've copied a previous one into your own) - optimized re-creation of dynamic CSS file |
| 0.3.0 | - added localization of stepnames via locallang.xml. Configure database entry for ratingstepname starting with 'LLL:<entry>' (see examples in locallang.xml) - set extension status to 'Beta' |
| 0.3.1 | - configuration of stepconfs in BE was impossible |
| 0.4.0 | The REAL BETA Further version wasn´t really ready for use. Too many issues I stumbled upon when I tried myself to integrate it in my own site. Nevertheless despite of the downloads I reached no mail which gives me a heads up on all these issues. I´d like to encourage all of you dropping me a mail if you have any question!! - If Stepname starts with 'LLL:' a translation according locallang will be done. - VoteController: in case of allow_url_fopen is disabled imagefiles must reside on the server - VoteController: path has to be relative to SITE_ROOT - VoteController: fixed calculation of new values right after voting - RatingobjectRepository: fixed CSS creation for ratingobjects that reside on other pages than '1' - setup.txt: fixed issue with case sensitive CSS-filename - setup.txt: Always integrate jQuery via Typoscript config - setup.txt: obsolete newRecordStoragePid - fixed to parent object pid |
| 0.4.1 | - bugfix - wrong sources used to build 0.4.0 - initially uploaded as trunk into repository to http://forge.typo3.org/projects/extension-th_rating |
| 0.5.0 | - TYPO3 Forge project (http://forge.typo3.org/projects/extension-th_rating) - added anonymous votings - moved documentation to http://forge.typo3.org/projects/extension-th_rating/wiki |
| 0.5.1 | - Hotfix release |