-
Notifications
You must be signed in to change notification settings - Fork 9
Pre release checks
Raiber Cristian edited this page May 12, 2020
·
4 revisions
= 2.3.0 - 18/02/2020 =
Replaced packery & masonry scripts with isotope script
- Version, followed by date
- Words Added / Fix added as prefix for each type of feature/fix added. This is mandatory.
- Each item in the changelog, except for the version - date, should have a dash in front of it.
Example: - Added isotope
Before releasing Modula, make sure you've bumped up the required version of the plugin to a new one. The easiest way to do this, is by checking against the currently live version which lives, here: https://wordpress.org/plugins/modula-best-grid-gallery/
- We're strong advocates of usig semver (https://semver.org) aka semantic versioning. -- MAJOR (x.1.1) version when you make incompatible API changes, -- MINOR (1.x.1) version when you add functionality in a backwards compatible manner, and -- PATCH (1.1.x) version when you make backwards compatible bug fixes.