Skip to content

Commit

Permalink
Release v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Oct 31, 2023
1 parent bb014e9 commit 1a30012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.16.0] - 2023-10-31
### Added
- `add checkout` command to easily add the Hyvä Checkout

Expand Down
4 changes: 2 additions & 2 deletions mage
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RED='\033[0;31m'
GREEN='\033[1;32m'
BLUE='\033[1;34m'

VERSION="1.15.2"
VERSION="1.16.0"
GITNAME="$(git config --global --get user.name | head -n1 | cut -d " " -f1)"
GITEMAIL="$(git config --global --get user.email)"
ADMINNAME="$(echo "$GITNAME" | tr '[:upper:]' '[:lower:]')"
Expand Down Expand Up @@ -492,7 +492,7 @@ case "${@}" in
$COMPOSER_CLI config repositories.private-packagist composer https://hyva-themes.repo.packagist.com/$HYVA_URL/
$COMPOSER_CLI require hyva-themes/magento2-hyva-checkout
else
$COMPOSER_CLI config repositories.hyva-themes/hyva-checkout git [email protected]:hyva-themes/checkout.git
$COMPOSER_CLI config repositories.hyva-themes/hyva-checkout git [email protected]:hyva-checkout/checkout.git
$COMPOSER_CLI require hyva-themes/magento2-hyva-checkout --prefer-source
fi
;;
Expand Down

0 comments on commit 1a30012

Please sign in to comment.