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 6.2.3 #961

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7357931
fix order states installation
GytisZum Jul 30, 2024
99da2a5
Merge branch 'master' of github.com:GytisZum/mollie into release-6.2.3
GytisZum Jul 30, 2024
e72d8d4
version bump
GytisZum Jul 30, 2024
ba6ca1b
Merge pull request #960 from GytisZum/release-6.2.3
GytisZum Jul 30, 2024
4d844cc
invalid format for phone field fix
GytisZum Aug 5, 2024
8b53c01
PIPRES-461: Number utility service refactoring
GytisZum Aug 13, 2024
eea16d9
Merge pull request #962 from GytisZum/PIPRES-450/phone-input-validati…
GytisZum Aug 19, 2024
9731aa2
multishop improvements
GytisZum Aug 28, 2024
118987d
italian transklations
GytisZum Aug 28, 2024
ff78ed5
translations updated
GytisZum Aug 28, 2024
440d9fd
deleted not needed files
GytisZum Aug 28, 2024
6f7b317
Go through all combination attributes to check subscription interval
zorrobiwan Aug 28, 2024
a83b36d
Cs fixer
GytisZum Sep 3, 2024
3fe458c
Merge pull request #964 from mollie/PIPRES-457/it-translations
GytisZum Sep 3, 2024
3460fe1
Merge pull request #963 from GytisZum/multishop-improvements
GytisZum Sep 3, 2024
15a4699
PIPRES-462: Logging improvements
GytisZum Sep 3, 2024
87706d6
fixed modal view
GytisZum Sep 3, 2024
dadd12c
cs fixer
GytisZum Sep 3, 2024
0e227b1
cs fixer
GytisZum Sep 3, 2024
c34ac74
stan fix
GytisZum Sep 3, 2024
a177540
cs fixer
GytisZum Sep 3, 2024
4633e38
stan fix
GytisZum Sep 3, 2024
42147bf
Merge pull request #967 from GytisZum/PIPRES-6.2.3/number-utility-ser…
GytisZum Sep 4, 2024
aeccb84
Merge branch 'release-6.2.3' of github.com:mollie/PrestaShop into PIP…
GytisZum Sep 4, 2024
6d60a26
apple pay fix
GytisZum Sep 9, 2024
0ad2305
export logs functionality
GytisZum Sep 10, 2024
13cbbc9
Merge pull request #969 from mollie/apple-pay-fix
GytisZum Sep 16, 2024
b634575
front controller logging added
GytisZum Sep 16, 2024
92a2704
logging improvements
GytisZum Sep 17, 2024
2ebd7d2
it translations updated
GytisZum Sep 17, 2024
74fbdb2
licence header added
GytisZum Sep 17, 2024
b6ea02e
php stan fix
GytisZum Sep 17, 2024
27c7b9c
php cs fixer
GytisZum Sep 17, 2024
28fd607
Merge pull request #971 from mollie/PIPRES-457/updated-it-translations
GytisZum Sep 17, 2024
3f2bd2c
Merge pull request #970 from mollie/PIPRES-462/front_controllers_logg…
GytisZum Sep 17, 2024
0c34870
PHP formating and add default for $interval
zorrobiwan Sep 17, 2024
edd67a6
apple pay fix
GytisZum Sep 24, 2024
1312a11
cs fixer and stan fixes
GytisZum Sep 24, 2024
3cf3664
Merge pull request #975 from mollie/PIPRES-471/apple-pay
GytisZum Oct 1, 2024
3aed3c9
Merge pull request #966 from zorrobiwan/master
GytisZum Oct 1, 2024
7b44c00
Merge pull request #968 from mollie/PIPRES-462/logger-feature
GytisZum Oct 1, 2024
652487a
changelog updated
GytisZum Oct 1, 2024
7784bf1
tabs fix during upgrade
GytisZum Oct 1, 2024
5c8b1d3
cs fix
GytisZum Oct 1, 2024
4616009
Merge pull request #976 from mollie/tab-register-fix
GytisZum Oct 1, 2024
0b35b93
tab position fix
GytisZum Oct 1, 2024
2d85c6c
allow alma to have order api
GytisZum Oct 1, 2024
b123cd3
improved payment api request
GytisZum Oct 2, 2024
d6f8efa
stan fix
GytisZum Oct 2, 2024
1cd57dc
Merge pull request #977 from mollie/PIPRES-473/alma-order-api
GytisZum Oct 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png)

# Changelog #
## Changes in release 6.2.3 ##
+ Multi shop improvements with order states
+ Logging improvements
+ Phone field validation improvements
+ Italian language compatibility

## Changes in release 6.2.2 ##
+ Error handling improvements
Expand Down
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "mollie/prestashop",
"license": "AFL-3.0",
"description": "Mollie module for PrestaShop",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Invertus/Knapsack.git"
}
],
"require": {
"ext-curl": "*",
"ext-json": "*",
Expand All @@ -17,13 +23,15 @@
"http-interop/http-factory-guzzle": "^1.1",
"php-http/message-factory": "^1.1",
"prestashop/prestashop-accounts-installer": "^1.0.4",
"prestashop/module-lib-mbo-installer": "^2.0"
"prestashop/module-lib-mbo-installer": "^2.0",
"invertus/knapsack": "^10.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"invertus/prestashop-models": "^1.0",
"prestashop/php-dev-tools": "*",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~5.7",
"friendsofphp/php-cs-fixer": "^2.19"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading
Loading