Skip to content

Commit

Permalink
Merge pull request #936 from GytisZum/changelog-changes
Browse files Browse the repository at this point in the history
Changelog changes & module preparation script added
  • Loading branch information
GytisZum authored Jun 6, 2024
2 parents 8ecf70b + a5bfc58 commit 39945bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,13 @@ upgrading-module-test-$(VERSION):

npm-package-install:
cd views/assets && npm i && npm run build

prepare-zip:
composer install --no-dev --optimize-autoloader --classmap-authoritative
composer dump-autoload --no-dev --optimize --classmap-authoritative
cp .github/.htaccess vendor/.htaccess
rm -rf .git .docker .editorconfig .github tests .php-cs-fixer.php Makefile cypress .docker cypress.config.js cypress.env.json docker-compose*.yml .gitignore bin codeception.yml package-lock.json package.json .php_cs.dist .php-cs-fixer.dist




2 changes: 0 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
+ Apple certificate update
+ Conflicting services fix
+ Bootstrap 5 compatibility improved
+ Sentry error logger consent option added
+ Maximum fee field
+ Back office admin
+ Multi carrier for subscription orders added
+ Design improvements in BO
+ Improved subscription creation logic
Expand Down

0 comments on commit 39945bd

Please sign in to comment.