Skip to content

Commit

Permalink
Pushed version number to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetto committed Mar 3, 2020
1 parent b2f9635 commit 8d38ced
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.8.4] - 2020-03-03
### Fixed
- Improoved compatibility for Windows based Systems
- Entirely removed useage of DIRECTORY_SEPARATOR due to problems on Windows based systems

## [0.8.3] - 2020-03-01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static function getModuleInfo() {
return array(
'title' => __('SnipWire TaxSelector'), // Module Title
'summary' => __('Fieldtype which fetches taxes setting from SnipWire module config and builds a dropdown list.'), // Module Summary
'version' => '0.8.3',
'version' => '0.8.4',
'author' => 'Martin Gartner',
'icon' => 'shopping-cart',
'requires' => array(
Expand Down
2 changes: 1 addition & 1 deletion MarkupSnipWire/MarkupSnipWire.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function getModuleInfo() {
return array(
'title' => __('SnipWire Markup'), // Module Title
'summary' => __('Snipcart markup output for SnipWire.'), // Module Summary
'version' => '0.8.3',
'version' => '0.8.4',
'author' => 'Martin Gartner',
'icon' => 'shopping-cart',
'singular' => true,
Expand Down
2 changes: 1 addition & 1 deletion ProcessSnipWire/ProcessSnipWire.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function getModuleInfo() {
return array(
'title' => __('SnipWire Dashboard'), // Module Title
'summary' => __('Snipcart dashboard integration for ProcessWire.'), // Module Summary
'version' => '0.8.3',
'version' => '0.8.4',
'author' => 'Martin Gartner',
'icon' => 'shopping-cart',
'permission' => 'snipwire-dashboard',
Expand Down
2 changes: 1 addition & 1 deletion SnipWire.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function getModuleInfo() {
return array(
'title' => __('SnipWire'), // Module Title
'summary' => __('Full Snipcart shopping cart integration for ProcessWire.'), // Module Summary
'version' => '0.8.3',
'version' => '0.8.4',
'author' => 'Martin Gartner',
'icon' => 'shopping-cart',
'singular' => true,
Expand Down

0 comments on commit 8d38ced

Please sign in to comment.