Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release-5.4.3 #12

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
<Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico|webp|woff|woff2|ttf|eot|otf|css|js)$">
Allow from all
</Files>
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
<Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico|webp|woff|woff2|ttf|eot|otf|css|js)$">
Require all granted
</Files>
</IfModule>
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Changelog #

## Changes in release 5.4.3 ##
+ New payment method: Billie.
+ Enabled PrestaShop CloudSync.
+ Migrated dependency injection service from Symfony to League container.
+ Overall improvements and bug fixes.

## Changes in release 5.4.2 ##
+ Decoupled Apple Pay direct feature flag into product and cart separate settings.
+ Overall improvements and bug fixes.
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
"segmentio/analytics-php": "^1.5",
"sentry/sentry": "^1.11.0",
"vlucas/phpdotenv": "3.4",
"prestashop/autoindex": "^1.0"
"prestashop/autoindex": "^1.0",
"league/container": "2.5.0",
"prestashop/prestashop-accounts-installer": "^1.0.4",
"prestashop/module-lib-service-container": "v2.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"prestashop/php-dev-tools": "*"
"prestashop/php-dev-tools": "*",
"phpunit/phpunit": "6.5.14"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -40,4 +44,4 @@
},
"type": "prestashop-module",
"author": "PrestaShop"
}
}
9 changes: 0 additions & 9 deletions config/adapter.yml

This file was deleted.

64 changes: 0 additions & 64 deletions config/builder.yml

This file was deleted.

10 changes: 0 additions & 10 deletions config/certificate.yml

This file was deleted.

8 changes: 0 additions & 8 deletions config/collector.yml

This file was deleted.

24 changes: 0 additions & 24 deletions config/command.yml

This file was deleted.

39 changes: 0 additions & 39 deletions config/command_handler.yml

This file was deleted.

66 changes: 0 additions & 66 deletions config/config.yml

This file was deleted.

43 changes: 0 additions & 43 deletions config/context.yml

This file was deleted.

8 changes: 0 additions & 8 deletions config/decoder.yml

This file was deleted.

9 changes: 0 additions & 9 deletions config/factory.yml

This file was deleted.

16 changes: 0 additions & 16 deletions config/grid.yml

This file was deleted.

Loading