Skip to content

Commit

Permalink
Merge pull request #58 from jeffreyvr/master
Browse files Browse the repository at this point in the history
Bump version and update gitattributes
  • Loading branch information
freekmurze authored Dec 29, 2022
2 parents 76161a1 + 2cac0f0 commit b43e437
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
31 changes: 20 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5.6
Stable tag: 1.7.0
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.5.6
* Version: 1.7.0
* Author: Spatie
* Author URI: https://spatie.be
* License: MIT
Expand Down

0 comments on commit b43e437

Please sign in to comment.