Skip to content

Commit

Permalink
Coding Guidelines: move browser support with other support text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed May 4, 2017
1 parent fac8bcb commit 17fce1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions docs/coding-guidelines.md
Expand Up @@ -6,6 +6,7 @@ These are some things to keep in mind when writing code for Jetpack plugin. Plea

- Jetpack supports PHP 5.2, so to name two examples, don't use array notation like `[]` or the short ternary like `expr1 ?: expr3`: use always `array()` and the long ternary `expr1 ? expr2: expr3`.
- Jetpack supports the WP current version and the immediate previous version. So if WP version is 4.6, Jetpack will support it, as well as 4.5. It's desirable that when Jetpack is installed in older versions, it doesn't fail in a severe way.
- We support the latest two versions of all major browsers, except IE, where we currently only support 11 and Edge. (see [Browse Happy](http://browsehappy.com) for current latest versions).

### General

Expand Down
4 changes: 0 additions & 4 deletions readme.md
Expand Up @@ -46,10 +46,6 @@ To clarify these expectations, Jetpack has adopted the code of conduct defined b

Need to report a security vulnerability? Go to [https://automattic.com/security/](https://automattic.com/security/) or directly to our security bug bounty site [https://hackerone.com/automattic](https://hackerone.com/automattic).

## Browser Support

We support the latest two versions of all major browsers, except IE, where we currently only support 11 and Edge. (see [Browse Happy](http://browsehappy.com) for current latest versions).

## License

Jetpack is licensed under [GNU General Public License v2 (or later)](./LICENSE.txt).
Expand Down

0 comments on commit 17fce1b

Please sign in to comment.