Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhansch committed May 6, 2019
1 parent 405cfe0 commit 392a9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/addons/order_management/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* - Cancel unpaid invoice after 14 days
* - Accept paid orders
*
* @version 1.1
* @version 1.2
* @author Dylan Hansch <dylan@dylanhansch.net>
*/

Expand Down
4 changes: 2 additions & 2 deletions modules/addons/order_management/order_management.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* - Cancel unpaid invoice after 14 days
* - Accept paid orders
*
* @version 1.1
* @version 1.2
* @author Dylan Hansch <dylan@dylanhansch.net>
*/

Expand All @@ -25,7 +25,7 @@ function order_management_config() {
'description' => 'Automates/extends several order related tasks.',
'author' => 'Dylan Hansch',
'language' => 'english',
'version' => '1.1',
'version' => '1.2',
'fields' => array(
'cancelAfter' => array(
'FriendlyName' => 'Cancel unpaid orders and invoices after X days',
Expand Down

0 comments on commit 392a9bc

Please sign in to comment.