File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.9.68] - 2017-08-29
8
10
### Changed
9
11
- fixed a bug in class ShopgateObject method jsonDecode
10
12
@@ -612,7 +614,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
612
614
- fixed error in use of old configuration
613
615
- added changelog.txt
614
616
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
616
619
[ 2.9.67 ] : https://github.com/shopgate/cart-integration-sdk/compare/2.9.66...2.9.67
617
620
[ 2.9.66 ] : https://github.com/shopgate/cart-integration-sdk/compare/2.9.65...2.9.66
618
621
[ 2.9.65 ] : https://github.com/shopgate/cart-integration-sdk/compare/2.9.64...2.9.65
Original file line number Diff line number Diff line change 22
22
###################################################################################
23
23
# define constants
24
24
###################################################################################
25
- define ("SHOPGATE_LIBRARY_VERSION " , "2.9.67 " );
25
+ define ("SHOPGATE_LIBRARY_VERSION " , "2.9.68 " );
26
26
define ('SHOPGATE_LIBRARY_ENCODING ' , 'UTF-8 ' );
27
27
define ('SHOPGATE_BASE_DIR ' , realpath (dirname (__FILE__ ) . '/../ ' ));
28
28
You can’t perform that action at this time.
0 commit comments