This is the changelog for the upcoming release.
Changelog
- Improved preloading.
- Reduced queries.
- Filter queries with (USE INDEX/KEY) Hints (problems with the sql parser).
- Disable full table preload if the filter is not for the current language.
- Database table key and column length optimization.
- Added support for tag translation.
- Added menu meta description and meta keywords support.
- Fixed not selected translation tab.
- Added count() query support.
- Fixed translation for tables with fullfetch and different language. (1.2.9.2)
- Fixed not adding primary key if we use only one select column. (1.2.9.2)
- Fixed primary key adding for queries with name quotes. (1.2.9.2)
- Fixed name quotes again.^^ (1.3.0)
- Fixed SQL Update. (1.3.0)
- Fixed translation preloading. (1.3.0)
- Fixed SubQuery parser. (1.3.0)
- Fixed translation links for Home menu Items. (1.3.0)
- Fixed deduplication on import of XLIFF files. (1.3.1)
- Don't touch COUNT only queries. (1.3.1)
- Fixed query if the translation is alredy cached. (1.3.1)
- Removed mootools dependencies for Joomla 3+ (a bit). (1.3.1)
- Better Exportfilter (Only export contant that is set to ALL Langauge). (1.3.2)
- API Update for 3rd Party Component routing. (1.3.2)
- Less useless logging. (1.3.2)
- Fixed Warning when not using XML as Datastore. (1.3.2)
- Fixed translation window height in Joomla 3.3.x. (1.3.2)
- Fixed missing Database function Parameter ($className in loadObject[List]). (1.3.2)
- Better alternate meta tag support (thx jstead). (1.3.2)
- Use full width for editors in translation window. (1.3.2)
- Better 3rd Party Component listview Support (ex. for com_k2 list view). (1.3.2)
- Cleanups
- Bugfixes