oveleon/contao-google-recommendation-bundle
file_download 10
star 2
| Version | Freigabe-Notizen und Änderungs-Log |
|---|---|
| 1.5.0 | ### Description * Improvements on the Google synchronisation by @zoglo in https://github.com/oveleon/contao-google-recommendation-bundle/pull/17 #### New sync interval setting The sync interval can now be set within an archive and defaults to "Daily". Please keep in mind that the #[AsCron] runs minutely to check all archives. In case you want to trigger a sync again, make sure to clear your cache as the last synchronisation per archive is saved using the Symfony cache component. #### Syncing via command You now have the possibility to also sync (and bypass the sync interval) using the following command: **All archives** ```shell php bin console recommendation:google-sync ``` **Specific archive with id 1** ```shell php bin console recommendation:google-sync 1 ``` #### Rewrite The GooglePlacesAPI has been rewritten to user proper dependency injection. ___ **Full Changelog**: https://github.com/oveleon/contao-google-recommendation-bundle/compare/1.4.0...1.5.0 |
| 1.4.0 | Changes- PHP ^8.3 - Strict types - CS - Unlock Symfony ^6.4 and ^7 - Dropped Contao 4.13 Support (^5.3) |
| 1.3.0 | Changes- Changed to symfony bundle structure - Dropped Contao 4.9 Support - Dropped PHP 7 Support (PHP ^8.1) - Added simultaneous Contao 4.13 and Contao ^5.1 Support |
| 1.2.3 | Bugfix- Do not translate reviews via google api if no language was selected e13beb8a70df60fdd72579c0d1c7de5630d11d2d @fritzmg |
| 1.2.2 | Bugfix- Import google reviews by newest rather than most relevant https://github.com/oveleon/contao-google-recommendation-bundle/pull/5 @Blog404DE Addition- Make google documentation links within archive more visible (text-decoration: underline) |
| 1.2.1 | |
| 1.2.0 | Notice> Contao versions **older than 4.9** are **not supported** anymore > PHP **lower than 7.4** is **not supported** anymore Additions- Added manual synchronization - Added cache invalidation - PHP 8 Compatibility - Contao 4.12 Compatibility Changes- Cronjob was changed to daily (from hourly) - Sync language is not mandatory anymore (Import reviews directly) - Updated sync language with Google's language Support - Able to search for your synchronisation language (Added search and translations) |
| 1.1.1 | Logging of api errors in the contao system log. |
| 1.1.0 | Feature added to sync recommendations in preferred language. |
| 1.0.4 | |
| add Zeige mehr Versionen an | |
Wenn du mit der Maus über die Version fährst, kannst du das Veröffentlichungsdatum anzeigen lassen.