Releases: 10up/wp-newrelic
Releases Β· 10up/wp-newrelic
1.3.3
Note this release bumps the PHP minimum from 7.3.11 to 8.0 and the WordPress minimum from 4.0 to 6.3.
Added
- Minimum PHP version check for 7.3.11 (props @bmarshall511, @Sidsector9 via #60).
Changed
- 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).
Fixed
- Improve compatibility with PHP 8.1 by replacing the deprecated
FILTER_SANITIZE_STRING
(props @burhandodhy, @jeffpaul, @felipeelia, Sven via #68).
Developer
- 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).
New Contributors
- @zamanq made their first contribution in #58
- @bmarshall511 made their first contribution in #60
- @oscarssanchezz made their first contribution in #66
Full Changelog: 1.3.2...1.3.3
View all items closed in the milestone.
1.3.2
Changed
- Bump WordPress version "tested up to" 6.0 (props @lukecav, @burhandodhy, @jeffpaul via #45, #49).
New Contributors
- @lukecav made their first contribution in #45
- @burhandodhy made their first contribution in #49
Full Changelog: 1.3.1...1.3.2
https://github.com/10up/wp-newrelic/milestone/4?closed=1
1.3.1
Added
- 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)
Fixed
- Sitemap check failures where global wp_query was undefined (props @msaggiorato via #30)