Skip to content

Commit

Permalink
INTERFACES-1435 Release preparation
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kiritsenko <[email protected]>
  • Loading branch information
augsteyer committed May 15, 2018
1 parent 42243ff commit ae55257
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 23 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
/.IDEA
/.idea
/vendor
/.php-cs.cache
/.php-cs.cache
/temp/cache
/temp/logs

!temp/cache/index.php
!temp/logs/index.php
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [2.9.74] - 2018-05-15
### Added
- temporary generated cache and log files to the git ignore list

### Changed
- zendframework/zend-json required version adjusted to support Magento 2

## [2.9.73] - 2018-04-10
### Changed
- resources for Mobile Redirect will now always be loaded from Shopgate via https
Expand Down Expand Up @@ -644,7 +651,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.73...HEAD
[Unreleased]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.74...HEAD
[2.9.74]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.73...2.9.74
[2.9.73]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.72...2.9.73
[2.9.72]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.71...2.9.72
[2.9.71]: https://github.com/shopgate/cart-integration-sdk/compare/2.9.70...2.9.71
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.73");
define("SHOPGATE_LIBRARY_VERSION", "2.9.74");
define('SHOPGATE_LIBRARY_ENCODING', 'UTF-8');
define('SHOPGATE_BASE_DIR', realpath(dirname(__FILE__) . '/../'));

Expand Down

0 comments on commit ae55257

Please sign in to comment.