All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
1.3.3 - 2024-06-26
Note this release bumps the PHP minimum from 7.3.11 to 8.0 and the WordPress minimum from 4.0 to 6.3.
- Minimum PHP version check for 7.3.11 (props @bmarshall511, @Sidsector9 via #60).
- Support Level downgraded from
Active
toStable
(props @jeffpaul, @dkotter, @felipeelia, @oscarssanchezz via #65). - Bump WordPress "tested up to" version 6.5 (props @zamanq, @jeffpaul, @oscarssanchezz via #58, #66).
- Improve compatibility with PHP 8.1 by replacing the deprecated
FILTER_SANITIZE_STRING
(props @burhandodhy, @jeffpaul, @felipeelia, Sven via #68).
- Create
dependency-review.yml
GitHub Action (props @jeffpaul via #54). - Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #64).
1.3.2 - 2022-06-28
- Bump WordPress version "tested up to" 6.0 (props @lukecav, @burhandodhy, @jeffpaul via #45, #49).
1.3.1 - 2020-01-31
- Check for New Relic functions before attempting to use them (props @msaggiorato via #31).
- Plugin banner and icon images (props @sncampbell via #40).
- Documentation on PHP version conflict (props @jeffpaul via #41).
- GitHub Actions for plugin and asset deploys to WordPress.org (props @jeffpaul via #34).
- Sitemap check failures where global
wp_query
was undefined (props @msaggiorato via #30).
1.3 - 2018-08-30
- Support for Yoast SEO Sitemaps (props @allan23 via #26).
- Issue with Beaver Builder (props @oscarssanchez via #27).
1.2 - 2018-05-03
- Support for REST API requests (props @Rahe via #21).
- composer.json (props @herewithme via #22).
- Better naming for transactions (props @eugene-manuilov via #19).
- PHP warning (props @ninnypants via #18).
1.1 - 2017-04-25
- Transaction grouping (props @nicholasio via #6).
- Constant to allow disabling of installation notice (props @tott via #15).
- Disabling NREUM on AMP pages (props @goldenapples via #11).
1.0 - 2017-01-09
- First release of WP New Relic plugin 🎉