Skip to content

Releases: georgringer/news_seo

2.2.2

15 Nov 07:34
Compare
Choose a tag to compare

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

29 Oct 10:50
9e28453
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

25 Jul 09:00
44ba6e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.1.0

2.0.3

23 May 18:47
9e38954
Compare
Choose a tag to compare

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

Full Changelog: 2.0.2...2.0.3

2.0.2

22 May 13:09
6ac89b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

12 Jan 11:38
0e4ff43
Compare
Choose a tag to compare
[TASK] Release 2.0.1

2.0.0

09 Jan 15:24
96d82e8
Compare
Choose a tag to compare

Improve the usability by avoiding negations in the field names

Important: If updating, a manual migration of the following fields is needed:

  • no_index to robots_index
  • no_follow to robots_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

New Contributors

Full Changelog: 1.0.2...2.0.0

1.0.2

15 Dec 07:59
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

09 Dec 05:48
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Dec 10:04
Compare
Choose a tag to compare
[BUGFIX] Correct checs