Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump 0.2.1 #11

Merged
merged 3 commits into from Feb 18, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Expand Up @@ -6,6 +6,6 @@

# Export white-listed production code only.
/Itineris -export-ignore
/composer.json -export-ignore
/composer.* -export-ignore
/LICENSE -export-ignore
/README.md -export-ignore
2 changes: 1 addition & 1 deletion .github_changelog_generator
@@ -1,2 +1,2 @@
unreleased=true
future-release=0.2.0
future-release=0.2.1
7 changes: 0 additions & 7 deletions .gitignore
@@ -1,12 +1,5 @@
### Build ###
/release/

### Composer ###
/composer.lock
/vendor/

### PhpStorm ###
/.idea/

### i18n ###
/languages/
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,10 +1,20 @@
# Change Log

## [0.2.1](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.1) (2019-02-18)
[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.0...0.2.1)

**Merged pull requests:**

- Readme: Fix example [\#10](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/10) ([TangRufus](https://github.com/TangRufus))
- Exclude `WordPressVIPMinimum.VIP.RestrictedFunctions.wp\_remote\_get\_wp\_remote\_get` [\#9](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/9) ([TangRufus](https://github.com/TangRufus))
- Readme: Better example [\#8](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/8) ([TangRufus](https://github.com/TangRufus))

## [0.2.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.0) (2019-01-28)
[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.1.0...0.2.0)

**Merged pull requests:**

- Version bump 0.2.0 [\#7](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/7) ([TangRufus](https://github.com/TangRufus))
- Fix: composer require automattic/vipwpcs [\#6](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/6) ([TangRufus](https://github.com/TangRufus))
- Add PSR12 [\#5](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/5) ([TangRufus](https://github.com/TangRufus))
- composer update [\#4](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/4) ([TangRufus](https://github.com/TangRufus))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Itineris Limited
Copyright (c) 2018-2019 Itineris Limited

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
},
"prefer-stable": true,
Expand Down
366 changes: 366 additions & 0 deletions composer.lock

Large diffs are not rendered by default.