-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9929915
commit 29319a2
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## v3.0.1 | ||
|
||
- fix: Compatibility from PHP5.6 | ||
|
||
## v3.0.0 | ||
|
||
- feat: In-Page payment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ mkdir ./dist | |
cd ./tmp/build/alma || exit | ||
|
||
rm -rf vendor config.xml config_*.xml | ||
composer install --no-dev --optimize-autoloader | ||
/opt/homebrew/Cellar/[email protected]/5.6.40_8/bin/php /usr/local/bin/composer install --no-dev --optimize-autoloader | ||
composer dump-autoload --optimize | ||
|
||
"$DIR/alma/vendor/bin/autoindex" prestashop:add:index | ||
|