Skip to content

Commit

Permalink
Merge branch 'version-bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Apr 22, 2017
2 parents 1c6101a + efaa1eb commit 41b63f6
Show file tree
Hide file tree
Showing 16 changed files with 449 additions and 162 deletions.
74 changes: 74 additions & 0 deletions .github/CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Contributor Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to make participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at `cloudflare-wp-api@typist.tech`. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
32 changes: 32 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Contributing

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/typisttech/wp-better-settings).


## Pull Requests

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.

- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.

- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.

- **Create feature branches** - Don't ask us to pull from your master branch.

- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.


## Running Tests

``` bash
$ composer test
```


**Happy coding**!
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!-- Provide a general summary of the issue in the Title above -->

## Detailed description

Provide a detailed description of the change or addition you are proposing.

Make it clear if the issue is a bug, an enhancement or just a question.

## Context

Why is this change important to you? How would you use it?

How can it benefit other users?

## Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

## Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

* Version used (e.g. PHP 5.6, HHVM 3):
* Operating system and version (e.g. Ubuntu 16.04, Windows 7):
* Link to your project:
* ...
* ...
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description

Describe your changes in detail.

## Motivation and context

Why is this change required? What problem does it solve?

If it fixes an open issue, please link to the issue here (if you write `fixes #num`
or `closes #num`, the issue will be automatically closed when the pull is accepted.)

## How has this been tested?

Please describe in detail how you tested your changes.

Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.

## Screenshots (if appropriate)

## Types of changes

What types of changes does your code introduce? Put an `x` in all the boxes that apply:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:

Go over all the following points, and put an `x` in all the boxes that apply.

Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our [continuous integration](http://www.phptherightway.com/#continuous-integration) server to make sure your [tests and code style pass](https://help.github.com/articles/about-required-status-checks/).

- [ ] I have read the **[CONTRIBUTING](CONTRIBUTING.md)** document.
- [ ] My pull request addresses exactly one patch/feature.
- [ ] I have created a branch for this patch/feature.
- [ ] Each individual commit in the pull request is meaningful.
- [ ] I have added tests to cover my changes.
- [ ] If my change requires a change to the documentation, I have updated it accordingly.

If you're unsure about any of these, don't hesitate to ask. We're here to help!
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=0.1.3
future-release=0.2.0
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@

### PhpStorm ###
/.idea/

### i18n ###
/languages/
56 changes: 55 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,66 @@
# Change Log

## [0.2.0](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.2.0) (2017-04-22)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.3...0.2.0)

**Closed issues:**

- Reorganize tests [\#53](https://github.com/TypistTech/wp-cloudflare-guard/issues/53)
- TravisCI: Deploy `master` branch production build to GitHub `nightly` branch [\#50](https://github.com/TypistTech/wp-cloudflare-guard/issues/50)
- Update .styleci.yml to typist tech config [\#48](https://github.com/TypistTech/wp-cloudflare-guard/issues/48)
- Change namespace to TypistTech\WPCFG [\#47](https://github.com/TypistTech/wp-cloudflare-guard/issues/47)
- Disable codecov.io pull request commenting [\#44](https://github.com/TypistTech/wp-cloudflare-guard/issues/44)
- Hide Cloudflare email, api key and zone id if set via constants [\#41](https://github.com/TypistTech/wp-cloudflare-guard/issues/41)
- Remove imposter and imposter-plugin files from production build [\#36](https://github.com/TypistTech/wp-cloudflare-guard/issues/36)
- Add review me notice [\#34](https://github.com/TypistTech/wp-cloudflare-guard/issues/34)
- Extract loadable to separate package [\#29](https://github.com/TypistTech/wp-cloudflare-guard/issues/29)
- Use TravisCI to deploy to wordpress.org [\#26](https://github.com/TypistTech/wp-cloudflare-guard/issues/26)
- Refactor Loader [\#25](https://github.com/TypistTech/wp-cloudflare-guard/issues/25)
- Remove disable bad login option [\#23](https://github.com/TypistTech/wp-cloudflare-guard/issues/23)
- Expose container instance via WordPress hook [\#22](https://github.com/TypistTech/wp-cloudflare-guard/issues/22)
- Remove unused jamesryanbell/cloudflare files [\#21](https://github.com/TypistTech/wp-cloudflare-guard/issues/21)

**Merged pull requests:**

- Fix: Assert that WP Review Me installed time is set within the past ten seconds [\#63](https://github.com/TypistTech/wp-cloudflare-guard/pull/63) ([TangRufus](https://github.com/TangRufus))
- TravisCI: Deploy `master` branch production build to GitHub `nightly` branch [\#62](https://github.com/TypistTech/wp-cloudflare-guard/pull/62) ([TangRufus](https://github.com/TangRufus))
- Refactor [\#60](https://github.com/TypistTech/wp-cloudflare-guard/pull/60) ([TangRufus](https://github.com/TangRufus))
- Remove imposter and imposter-plugin files from production build [\#59](https://github.com/TypistTech/wp-cloudflare-guard/pull/59) ([TangRufus](https://github.com/TangRufus))
- Add review me notice [\#57](https://github.com/TypistTech/wp-cloudflare-guard/pull/57) ([TangRufus](https://github.com/TangRufus))
- Remove Activator and Deactivator [\#56](https://github.com/TypistTech/wp-cloudflare-guard/pull/56) ([TangRufus](https://github.com/TangRufus))
- Use WP Contained Hook [\#55](https://github.com/TypistTech/wp-cloudflare-guard/pull/55) ([TangRufus](https://github.com/TangRufus))
- Change namespace to TypistTech\WPCFG; Reorganize tests [\#54](https://github.com/TypistTech/wp-cloudflare-guard/pull/54) ([TangRufus](https://github.com/TangRufus))
- Update dependencies [\#52](https://github.com/TypistTech/wp-cloudflare-guard/pull/52) ([TangRufus](https://github.com/TangRufus))
- Update StyleCI config [\#51](https://github.com/TypistTech/wp-cloudflare-guard/pull/51) ([TangRufus](https://github.com/TangRufus))
- Disable codecov.io pull request commenting [\#46](https://github.com/TypistTech/wp-cloudflare-guard/pull/46) ([TangRufus](https://github.com/TangRufus))
- Fix: BadLogin type hint [\#37](https://github.com/TypistTech/wp-cloudflare-guard/pull/37) ([TangRufus](https://github.com/TangRufus))
- Expose Container via WordPress action 'wpcfg\_get\_container' [\#33](https://github.com/TypistTech/wp-cloudflare-guard/pull/33) ([TangRufus](https://github.com/TangRufus))
- Apply scrutinizer fixes [\#32](https://github.com/TypistTech/wp-cloudflare-guard/pull/32) ([TangRufus](https://github.com/TangRufus))
- Deploy from TravisCI to wordpress.org [\#31](https://github.com/TypistTech/wp-cloudflare-guard/pull/31) ([TangRufus](https://github.com/TangRufus))
- Remove unused files [\#30](https://github.com/TypistTech/wp-cloudflare-guard/pull/30) ([TangRufus](https://github.com/TangRufus))
- Refactor [\#27](https://github.com/TypistTech/wp-cloudflare-guard/pull/27) ([TangRufus](https://github.com/TangRufus))
- Use league/container [\#20](https://github.com/TypistTech/wp-cloudflare-guard/pull/20) ([TangRufus](https://github.com/TangRufus))
- Apply PSR2, PSR4 and WP Coding Standards [\#19](https://github.com/TypistTech/wp-cloudflare-guard/pull/19) ([TangRufus](https://github.com/TangRufus))
- Use yarn instead of npm [\#18](https://github.com/TypistTech/wp-cloudflare-guard/pull/18) ([TangRufus](https://github.com/TangRufus))
- Use typisttech/imposter-plugin to manage vendor namespaces [\#17](https://github.com/TypistTech/wp-cloudflare-guard/pull/17) ([TangRufus](https://github.com/TangRufus))
- composer update [\#16](https://github.com/TypistTech/wp-cloudflare-guard/pull/16) ([TangRufus](https://github.com/TangRufus))
- composer scripts: Use composer archive to build [\#15](https://github.com/TypistTech/wp-cloudflare-guard/pull/15) ([TangRufus](https://github.com/TangRufus))
- Make composer validate happy [\#14](https://github.com/TypistTech/wp-cloudflare-guard/pull/14) ([TangRufus](https://github.com/TangRufus))

## [0.1.3](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.3) (2017-03-07)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.3)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.2...0.1.3)

**Merged pull requests:**

- Version bump 0.1.3 [\#13](https://github.com/TypistTech/wp-cloudflare-guard/pull/13) ([TangRufus](https://github.com/TangRufus))
- Add Yoast i18n module [\#12](https://github.com/TypistTech/wp-cloudflare-guard/pull/12) ([TangRufus](https://github.com/TangRufus))
- composer update [\#11](https://github.com/TypistTech/wp-cloudflare-guard/pull/11) ([TangRufus](https://github.com/TangRufus))

## [0.1.2](https://github.com/TypistTech/wp-cloudflare-guard/tree/0.1.2) (2017-03-05)
[Full Changelog](https://github.com/TypistTech/wp-cloudflare-guard/compare/0.1.1...0.1.2)

**Merged pull requests:**

- Fix: grunt makepot not working and Version bump 0.1.2 [\#10](https://github.com/TypistTech/wp-cloudflare-guard/pull/10) ([TangRufus](https://github.com/TangRufus))
- Composer Script: build before deploy [\#9](https://github.com/TypistTech/wp-cloudflare-guard/pull/9) ([TangRufus](https://github.com/TangRufus))

Expand Down
Loading

0 comments on commit 41b63f6

Please sign in to comment.