Skip to content

Commit

Permalink
Release v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink authored Nov 27, 2023
1 parent b416116 commit a6272c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.17.1] - 2023-11-27
### Fixed
- Scoped Valet php, this now has no effect if your using the newest version
- `mage add sample` not setting hyva theme as default if present

## [1.17.0] - 2023-11-11
### Added
- `mage version` or `-v/--version` to just see the version
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.17.0"
VERSION="1.17.1"
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 @@ -441,8 +441,8 @@ case "${@}" in
mkdir -p pub/media/downloadable/files
mkdir -p pub/media/wysiwyg
touch README.md
# This will also run bin/magento s:up
php -f $HOME/.magento-sampledata/$MVERSION/dev/tools/build-sample-data.php -- --ce-source="$PWD"
$MAGENTO_CLI setup:upgrade

# Set theme to Hyva if present
if composer show hyva-themes/magento2-default-theme >/dev/null 2>&1; then
Expand Down

0 comments on commit a6272c3

Please sign in to comment.