Skip to content
Draft
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This is the changelog of our "JTL WooCommerce Connector".
- CO-3283 - remove db translation entries during product delete
- CO-3095 - add updated wpml plugin name
- CO-3255 - implement phpstan cd pipeline
- CO-3440 - clear expired special prices on push so the shop removes the sale once the end date is reached


## 2.4.1 _2025-11-25_
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"name": "jtl-connector/woocommerce",
"type": "app",
"description": "WooCommerce Connector based on jtl/connector",
Expand Down Expand Up @@ -55,6 +55,13 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"audit": {
"ignore": [
"PKSA-v5yj-8nmz-sk2q",
"PKSA-ft77-7h5f-p3r6",
"PKSA-b14r-zh1d-vdrc"
]
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: papryk, ntbyk, platzkejtl
Tags: warenwirtschaft, jtl, connector, wms, erp
Requires at least: 4.7
Tested up to: 6.4
Requires PHP: 8.0
Requires PHP: 8.1
WC requires at least: 3.4
WC tested up to: 8.2
Stable tag: 2.4.1
Expand Down
Loading