Skip to content

How version number is updated

Niklas Högefjord edited this page Jan 27, 2021 · 2 revisions

Before publishing a new release, the version number and some additional data needs to be updated.

Plugin version number

  • Update Version in the plugin header and the BILLMATE_CHECKOUT_VERSION constant, both located in the plugin main file billmate-checkout-for-woocommerce.php.

Changelog

  • Update the Changelog located in readme.txt file with the changes in the new version.
  • Set a header for the new version in the changelog with the following structure = 2021.01.12 - version 2.4.2 =.
  • Try to follow the structure of the changelog messages. currently we use Feature, Tweak and Fix to sort between different types of updates.

Requires & tested up to

  • Located both in readme.txt and the plugin header in billmate-checkout-for-woocommerce.php.
Clone this wiki locally