|
1 |
| -# Genesis js / no-js Changelog |
| 1 | +# Change Log for Genesis JS / No JS |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 6 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
2 | 7 |
|
3 | 8 | ## [Unreleased]
|
4 | 9 |
|
5 |
| -* Tweak documentation. |
| 10 | +## [3.0.0] - 2017-08-24 |
| 11 | + |
| 12 | +### Added |
| 13 | +- Banner and icon PSDs to assets. |
| 14 | +- PHP version check in main plugin file. |
| 15 | +- GitHub documents and templates. |
| 16 | +- [Code of conduct]. |
| 17 | +- [Travis CI] support. |
| 18 | +- `.gitattributes` file to reduce Git / Composer distributable archive size. |
| 19 | +- Coding standards checks and fixes. |
| 20 | + |
| 21 | +### Changed |
| 22 | +- [#2]: Bumped minimum required PHP version to **PHP 7.1**. |
| 23 | +- [#4]: Improved replacement technique, to avoid parsing class name string with a regular expression (props [Tim Jensen]). |
| 24 | +- Bumped minimum required WP version to **WordPress 4.6**. |
| 25 | +- Bumped Tested Up To version to 4.8.1. |
| 26 | +- Moved PHP 7.1+ code into separate `init.php` file. |
| 27 | +- Update documentation. |
| 28 | + |
| 29 | +### Removed |
| 30 | +- Explicit load plugin text domain call. |
6 | 31 |
|
7 | 32 | ## [2.1.0] - 2016-08-08
|
8 | 33 |
|
9 |
| -* Load plugin text domain. |
10 |
| -* Add `composer.json`. |
11 |
| -* Better [change log format][changelogformat]. |
12 |
| -* Tweak documentation. |
| 34 | +### Added |
| 35 | +- Load plugin text domain. |
| 36 | +- `composer.json`. |
| 37 | + |
| 38 | +### Changed |
| 39 | +- Better [change log format]. |
| 40 | +- Update documentation. |
13 | 41 |
|
14 | 42 | ## [2.0.0] - 2014-08-23
|
15 | 43 |
|
16 |
| -* GitHub Updater plugin support |
17 |
| -* Refactor class into a new file. Stops using half-implemented Singleton pattern. |
18 |
| -* Update documentation. |
| 44 | +### Added |
| 45 | +- GitHub Updater plugin support |
| 46 | + |
| 47 | +### Changed |
| 48 | +- Refactor class into a new file. Stops using half-implemented Singleton pattern. |
| 49 | +- Update documentation. |
19 | 50 |
|
20 | 51 | ## [1.0.1] - 2011-06-02
|
21 | 52 |
|
22 |
| -* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer]) |
| 53 | +### Fixed |
| 54 | +- Hooked in with priority 1 to avoid a theme placing anything before the script (props [Josh Stauffer]). |
23 | 55 |
|
24 | 56 | ## 1.0.0 - 2011-05-24
|
25 | 57 |
|
26 |
| -* Initial release. |
| 58 | +- Initial release. |
| 59 | + |
| 60 | +[#2]: https://github.com/GaryJones/genesis-js-no-js/issues/2 |
| 61 | +[#4]: https://github.com/GaryJones/genesis-js-no-js/issues/4 |
27 | 62 |
|
28 |
| -[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...HEAD |
| 63 | +[change log format]: http://keepachangelog.com/en/1.0.0/ |
| 64 | +[Code of conduct]: CODE_OF_CONDUCT.md |
| 65 | +[Josh Stauffer]: http://twitter.com/joshstauffer |
| 66 | +[Tim Jensen]: https://github.com/timothyjensen |
| 67 | +[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js |
| 68 | + |
| 69 | +[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...HEAD |
| 70 | +[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0 |
29 | 71 | [2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
|
30 | 72 | [2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
|
31 | 73 | [1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1
|
32 |
| -[changelogformat]: https://github.com/olivierlacan/keep-a-changelog#is-there-a-standard-change-log-format |
33 |
| -[Josh Stauffer]: http://twitter.com/joshstauffer |
|
0 commit comments