Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-ray.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down