11# PDF Invoice module for OXID eShop
22
3- [ ![ Development] ( https://github.com/Fresh-Advance/Invoice/actions/workflows/trigger.yaml/badge.svg?branch=b-7.4 .x )] ( https://github.com/Fresh-Advance/Invoice/actions/workflows/trigger.yaml )
3+ [ ![ Development] ( https://github.com/Fresh-Advance/Invoice/actions/workflows/trigger.yaml/badge.svg?branch=b-7.5 .x )] ( https://github.com/Fresh-Advance/Invoice/actions/workflows/trigger.yaml )
44[ ![ Latest Version] ( https://img.shields.io/packagist/v/Fresh-Advance/Invoice?logo=composer&label=latest&include_prereleases&color=orange )] ( https://packagist.org/packages/Fresh-Advance/Invoice )
55[ ![ PHP Version] ( https://img.shields.io/packagist/php-v/Fresh-Advance/Invoice )] ( https://github.com/Fresh-Advance/Invoice )
66
3434
3535## Branch compatibility
3636
37+ * Branch ** b-7.5.x** is compatible with OXID Shop compilation ** 7.5.0 and up**
3738* Branch ** b-7.4.x** is compatible with OXID Shop compilation ** 7.4.0 and up**
3839* Branch ** b-7.3.x** is compatible with OXID Shop compilation ** 7.3.0 and up**
3940* Branch ** b-7.2.x** is compatible with OXID Shop compilation ** 7.2.0 and up**
@@ -44,7 +45,7 @@ Note: Not all latest features are available in the older branches.
4445
4546## Version compatibility
4647
47- * v5.x is compatible with OXID Shop compilation 7.1.x-7.4 .x [ Additional Migration to v5.0 Notes] ( ./migration/docs/4.x-to-5.x.md )
48+ * v5.x is compatible with OXID Shop compilation 7.1.x-7.5 .x [ Additional Migration to v5.0 Notes] ( ./migration/docs/4.x-to-5.x.md )
4849* v3.x is compatible with OXID Shop compilation 7.0.x-7.4.x
4950
5051Note: Not all latest features and fixes are available in older than the last versions - always prefer the latest possible release.
@@ -76,7 +77,7 @@ In case of different environment usage, please adjust by your own needs.
7677# Development installation on Fresh Advance Development Base
7778
7879The installation instructions below are shown for the current [ Fresh Advance Development Base] ( https://github.com/Fresh-Advance/development )
79- for shop 7.4 . Make sure your system meets the requirements of the Development Base.
80+ for shop 7.5 . Make sure your system meets the requirements of the Development Base.
8081
81820 . Ensure all docker containers are down to avoid port conflicts
8283
@@ -87,7 +88,7 @@ echo MyProject && git clone https://github.com/Fresh-Advance/development.git $_
8788
88892 . Clone the repository to the source directory
8990``` shell
90- git clone --recurse-submodules https://github.com/Fresh-Advance/Invoice.git --branch=b-7.4 .x ./source
91+ git clone --recurse-submodules https://github.com/Fresh-Advance/Invoice.git --branch=b-7.5 .x ./source
9192```
9293
93943 . Run the recipe to setup the development environment
0 commit comments