Releases: georgringer/news_seo
Releases · georgringer/news_seo
2.2.2
What's Changed
- [bugfix] Remove redundant condition... by @thomasrawiel in #27
- Fixed issue where the controller assigned a default news object to the detail view instead of a News model object. by @MohsinQK in #24
New Contributors
Full Changelog: 2.2.0...2.2.2
2.2.0
2.1.0
What's Changed
- Add version information in TCA Overrides by @thomasrawiel in #21
Full Changelog: 2.0.3...2.1.0
2.0.3
What's Changed
- [TASK] PHP Warning: Trying to access array offset on value of type bool #18 by @serens in #19
- Allow installation with PHP 8.3 by @thomasrawiel in #20
New Contributors
- @serens made their first contribution in #19
- @thomasrawiel made their first contribution in #20
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
[TASK] Release 2.0.1
2.0.0
Improve the usability by avoiding negations in the field names
Important: If updating, a manual migration of the following fields is needed:
no_index
torobots_index
no_follow
torobots_follow
UPDATE tx_news_domain_model_news set robots_index=0 where no_index=1;
UPDATE tx_news_domain_model_news set robots_index=1 where no_index=0;
UPDATE tx_news_domain_model_news set robots_follow=0 where no_follow=1;
UPDATE tx_news_domain_model_news set robots_follow=1 where no_follow=0;
What's Changed
- [FEATURE] Add canonical link #5 by @georgringer in #6
- Add missing bracket by @ursbraem in #7
- [!!!][TASK] Rename fields to avoid negations by @georgringer in #9
New Contributors
- @georgringer made their first contribution in #6
- @ursbraem made their first contribution in #7
Full Changelog: 1.0.2...2.0.0
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
[BUGFIX] Correct checs