-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- Update
Version
in the plugin header and theBILLMATE_CHECKOUT_VERSION
constant, both located in the plugin main filebillmate-checkout-for-woocommerce.php
.
- 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.
- Located both in
readme.txt
and the plugin header inbillmate-checkout-for-woocommerce.php
.