From 2cac0f0aca8cac13b2d7d4c0fa1a9b7a7bd3e37f Mon Sep 17 00:00:00 2001 From: Jeffrey van Rossum Date: Thu, 29 Dec 2022 13:53:23 +0100 Subject: [PATCH] Bump version and update gitattributes --- .gitattributes | 31 ++++++++++++++++++++----------- readme.txt | 2 +- wp-ray.php | 2 +- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index d3d85484..a0575d9b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,14 +2,23 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.editorconfig export-ignore -/.gitattributes export-ignore -/.github export-ignore -/.gitignore export-ignore -/.php_cs.dist export-ignore -/composer.lock export-ignore -/phpunit.xml.dist export-ignore -/psalm.xml export-ignore -/tests export-ignore -/scoper.inc.php export-ignore -/build.sh export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.php_cs.dist export-ignore +/composer.lock export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/tests export-ignore +/scoper.inc.php export-ignore +/build.sh export-ignore +/.idea export-ignore +/.php_cs export-ignore +/.php_cs.cache export-ignore +/.phpunit.result.cache export-ignore +/build export-ignore +/coverage export-ignore +/docs export-ignore +/phpunit.xml export-ignore +/psalm.xml export-ignore +/vendor-bin export-ignore diff --git a/readme.txt b/readme.txt index 1c8e5abb..08925e92 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: development, debugging, debug, developer Requires PHP: 8.0 Requires at least: 5.5 Tested up to: 6.1 -Stable tag: 1.5.6 +Stable tag: 1.7.0 License: MIT Easily debug WordPress sites using Ray. diff --git a/wp-ray.php b/wp-ray.php index cb231764..9d2efe83 100644 --- a/wp-ray.php +++ b/wp-ray.php @@ -4,7 +4,7 @@ * Plugin Name: Spatie Ray * Plugin URI: https://github.com/spatie/wordpress-ray * Description: Easily debug WordPress apps - * Version: 1.5.6 + * Version: 1.7.0 * Author: Spatie * Author URI: https://spatie.be * License: MIT