diff --git a/newrelic-reporting-for-wordpress.php b/newrelic-reporting-for-wordpress.php index 95f5db8..eca1cda 100644 --- a/newrelic-reporting-for-wordpress.php +++ b/newrelic-reporting-for-wordpress.php @@ -3,7 +3,7 @@ /** * Plugin Name: New Relic Reporting for WordPress * Description: New Relic APM reports for WordPress - * Version: 1.2 + * Version: 1.3 * Author: 10up * Author URI: https://10up.com * License: GPLv2 or later diff --git a/readme.txt b/readme.txt index f72f6b7..3bf17da 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === New Relic Reporting for WordPress === -Contributors: rittesh.patel, tott, 10up +Contributors: rittesh.patel, tott, 10up, oscarssanchez Tags: New Relic, New Relic Reporting, New Relic APM Reporting, APM Reporting Requires at least: 4.0 -Tested up to: 4.9.5 -Stable tag: 1.2 +Tested up to: 4.9.8 +Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -105,6 +105,11 @@ If you identify any errors or have an idea for improving the plugin, please open == Changelog == += 1.3 = +* Bug fixes with Beaver Builder (props oscarssanchez) +* Support for Yoast SEO Sitemaps. + + = 1.2 = * Add support for REST API requests (props Rahe) * PHP warning fix (props ninnypants)