diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..ab0f6ba --- /dev/null +++ b/.distignore @@ -0,0 +1,27 @@ +# Directories +/.git +/.github +/.wordpress-org +/bin +/node_modules +/tests +/src +/.idea +/.php_cs +/.php_cs.cache +/.phpunit.result.cache +/build +/coverage +/docs +/vendor-bin +# DO NOT EXCLUDE /vendor + +# Files +.editorconfig +.gitattributes +.php_cs.dist +composer.lock +phpunit.xml.dist +psalm.xml +phpunit.xml +psalm.xml diff --git a/readme.txt b/readme.txt index 08925e9..0a903fb 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.7.0 +Stable tag: 1.7.2 License: MIT Easily debug WordPress sites using Ray. diff --git a/wp-ray.php b/wp-ray.php index 9d2efe8..6c6bef7 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.7.0 + * Version: 1.7.2 * Author: Spatie * Author URI: https://spatie.be * License: MIT