diff --git a/readme.txt b/readme.txt index 30377a4..4a65611 100644 --- a/readme.txt +++ b/readme.txt @@ -110,23 +110,4 @@ Please read [CODE_OF_CONDUCT.md](https://github.com/10up/simple-google-news-site * **Fixed:** Prevent PHP deprecations causing linting failures (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@cadic](https://github.com/cadic) via [#28](https://github.com/10up/simple-google-news-sitemap/pull/28)). * **Fixed:** Wrong character removal from post title (props [@jayedul](https://github.com/jayedul), [@cadic](https://github.com/cadic) via [#31](https://github.com/10up/simple-google-news-sitemap/pull/31)). -= 1.0.2 - 2022-12-07 = -* **Added:** Made sure all custom hooks have docblocks (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Added:** "CodeQL scanning", "Dependency Review", and "No response" GitHub Actions (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#15](https://github.com/10up/simple-google-news-sitemap/pull/15)). -* **Changed:** Updated readmes to change structure a bit and add additional information (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Ensured our minimum PHP version was set the same across all files (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Modify how we determine which post types to support by default (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Move hooks from a constructor to an init method (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Renamed our utility class to `CacheUtils` as it currently only handles caching functionality (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Add a filter around the post statuses that we clear the cache on (props [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#14](https://github.com/10up/simple-google-news-sitemap/pull/14)). -* **Changed:** Simplified cache handling logic (props [@akshitsethi](https://github.com/akshitsethi), [@dkotter](https://github.com/dkotter), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#19](https://github.com/10up/simple-google-news-sitemap/pull/19)). -* **Changed:** Split "Push" GitHub Action into "Linting" and "Testing" GitHub Actions (props [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#15](https://github.com/10up/simple-google-news-sitemap/pull/15)). -* **Fixed:** "Push" GitHub Action (props [@akshitsethi](https://github.com/akshitsethi), [@jeffpaul](https://github.com/jeffpaul), [@Ritesh-patel](https://github.com/Ritesh-patel) via [#10](https://github.com/10up/simple-google-news-sitemap/pull/10)). - -= 1.0.1 - 2022-08-19 = -* **Fixed:** News sitemap entry in robots.txt file (props [@Ritesh-patel](https://github.com/Ritesh-patel) via [#9](https://github.com/10up/simple-google-news-sitemap/pull/9)). - -= 1.0.0 - 2022-08-17 = -* **Added:** Initial plugin release 🎉 -* **Added:** Sitemap is generated on-the-fly. -* **Added:** Output is saved in an option for fast reading and displaying on the front end. +[View historical changelog details here](https://github.com/10up/simple-google-news-sitemap/blob/develop/CHANGELOG.md).