- Switched back to full namespace instead of USE-declaration due to concatenation of ext_table.php files by TYPO3
- Fixed jQuery implementation due to an update regarding Namespaces
- Fixed TypoScript Plugin implementation due to an update regarding Namespaces
- Re-added Frontend Plugin to New Content Element Wizard
- Docs: Droped SXW and introduced RST.
- Compatibility revision due to 6.2 LTS.
- Increased code quality.
- Using namespaces.
- Improved alternative id generation in case FlexSlider is being generated via TypoScript.
- Fixed #30 (github): Var altUid is now being passed correctly along all template files.
- Fixed a small bug regarding subtitle expansion by rte.
- Fixed #5 (@bitbucket): Fixed a bug causing via TS inherited flexsliders not to pick different unique ids.
- Fixed #28 (@github): Fixed a typo in the docs.
- Fixed #7 (@bitbucket): Fixed a typo in flexform localization.
- Fixed #6 (@bitbucket): Fixed transport of links to the database within subtitle field.
- Fixed #4 (@bitbucket): Added a default value for subtutle in ext_tables.php.
- Fixed broken links in Extension documentation.
- JS can now be injected inline via Page Renderer as well which enables the Extension to put in the Footer and Header if wished so.
- CSS & JS is now being rendered through the Page Renderer which enables the Extensions Resources to be concatenated and compressed.
- Fixed ViewHelper for link building - multiple dynamic links per page faled to render. Thanks to Simon Rauterberg for reporting this.
- Fixed ViewHelper for link building - caused errors in Environments with reporting turned on.
- Switched type of field "subtitle" to text.
- Fixed an incompatibility to TYPO3 4.5 LTS within the DynLink ViewHelper.
- Implemented new LinkViewHelper - external URLs are now working.
- Added Link Wizard in Flexforms.
- StoragePid not needed anymore - in case the records are located on the same page where the plugin is.
- Added Extension Configuration - you can access it via the Extension Manager
- Added Subtitle Transformation to RTE via EXT Conf.
- Now it is possible to use the Plugin within TypoScript Libs.
- Revised field image - It is now required and only allows max 1 item.
- Extended Fluid Template.
- Updated README in EXT root.
- Fixed a bug regarding backward compatibility to TYPO3 4.5.x.
- Improved performance.
- Running multiple FlexSliders per Page now possible.
- Improved performance.
- Updated README in EXT root.
- Initial Release
- Initial TER Upload