Skip to content

Commit

Permalink
Updated changelog and version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Müller committed Aug 29, 2017
1 parent bef1567 commit 39a4d81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.9.68] - 2017-08-29
### Changed
- fixed a bug in class ShopgateObject method jsonDecode

Expand Down Expand Up @@ -612,7 +614,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- fixed error in use of old configuration
- added changelog.txt

[Unreleased]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.67...HEAD
[Unreleased]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.68...HEAD
[2.9.68]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.67...2.9.68
[2.9.67]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.66...2.9.67
[2.9.66]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.65...2.9.66
[2.9.65]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.64...2.9.65
Expand Down
2 changes: 1 addition & 1 deletion src/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###################################################################################
# define constants
###################################################################################
define("SHOPGATE_LIBRARY_VERSION", "2.9.67");
define("SHOPGATE_LIBRARY_VERSION", "2.9.68");
define('SHOPGATE_LIBRARY_ENCODING', 'UTF-8');
define('SHOPGATE_BASE_DIR', realpath(dirname(__FILE__) . '/../'));

Expand Down

0 comments on commit 39a4d81

Please sign in to comment.