Skip to content

Commit

Permalink
Pushed module versions to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetto committed Mar 1, 2020
1 parent f60395c commit 548f471
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ 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.3] - 2020-03-01
### Added
- Updated products package installer to add specific module config on install

### Fixed
- The uninstallation process is now much more reliable
- FieldtypeSnipWireTaxeSelector is now uninstalled properly (existing fields are converted to FieldtypeText)
- Updated apexcharts.js vendor plugin to version 3.15.6
- Refactored ExtendedInstaller class to be more reliable
- Extended resources installer page is now more user friendly
- Fixed product price JSON output if a currency field is missing
- Updated products package installer to add specific module config on install
- Small fixes and code enhancements

### Changed
- Updated apexcharts.js vendor plugin to version 3.15.6

## [0.8.2] - 2020-02-08
### Added
- Added method to change cart and catalogue currency via GET, POST or SESSION
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.2',
'version' => '0.8.3',
'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.2',
'version' => '0.8.3',
'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.2',
'version' => '0.8.3',
'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.2',
'version' => '0.8.3',
'author' => 'Martin Gartner',
'icon' => 'shopping-cart',
'singular' => true,
Expand Down

0 comments on commit 548f471

Please sign in to comment.