Skip to content

Pre release checks

Raiber Cristian edited this page May 12, 2020 · 4 revisions

Changelog formatting:

= 2.3.0 - 18/02/2020 =
Replaced packery & masonry scripts with isotope script
  1. Version, followed by date
  2. Words Added / Fix added as prefix for each type of feature/fix added. This is mandatory.
  3. Each item in the changelog, except for the version - date, should have a dash in front of it.

Example: - Added isotope

Version formatting

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.
Clone this wiki locally