Skip to content

Commit 39a4d81

Browse files
author
Oliver Müller
committed
Updated changelog and version constant
1 parent bef1567 commit 39a4d81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [2.9.68] - 2017-08-29
810
### Changed
911
- fixed a bug in class ShopgateObject method jsonDecode
1012

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

615-
[Unreleased]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.67...HEAD
617+
[Unreleased]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.68...HEAD
618+
[2.9.68]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.67...2.9.68
616619
[2.9.67]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.66...2.9.67
617620
[2.9.66]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.65...2.9.66
618621
[2.9.65]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.64...2.9.65

src/core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
###################################################################################
2323
# define constants
2424
###################################################################################
25-
define("SHOPGATE_LIBRARY_VERSION", "2.9.67");
25+
define("SHOPGATE_LIBRARY_VERSION", "2.9.68");
2626
define('SHOPGATE_LIBRARY_ENCODING', 'UTF-8');
2727
define('SHOPGATE_BASE_DIR', realpath(dirname(__FILE__) . '/../'));
2828

0 commit comments

Comments
 (0)