Update 'next-3.x' with latest changes from 'main'
- Feb 14, 2025
-
-
verfasst von Henning Leutz
fix(phpstan): improved method validity checks and reduced error handling See merge request !12
-
verfasst von Henning Leutz
Updated the 'canUsedInOrder' function in Discount.php to accept ERP Entity Interface arguments instead of Order Interfaces for better flexibility and compatibility. Added checks to ensure that the provided entity is an instance of the Order Interface, increasing robustness.
-
verfasst von Henning Leutz
This commit fixes several issues in different PHP files. - Added `method_exists` checks for `isActive` method in `activate.php`, `deactivate.php` and `toggle.php` to prevent calls to an undefined method. - Similar check added for `getTitle` method in `get.php`. - Fixed sorting functionality in `search.php` by using `strcmp` instead of greater than comparison. - Removed a large number of ignored errors in `phpstan-baseline.neon`, indicating reduced error handling. - Corrected the `implode` parameters order in `Discount.php` and typecasted variable to string before using `explode` in `PriceFactor.php`. - Updated `getTitle` & `toPriceFactor` method parameters in `Discount.php` to use union types for compatibility with different data types. Related: #18
-
- Aug 05, 2024
-
-
verfasst von Jan Wennrich
Add QUIQQER Tooling See merge request !9
-
- Aug 02, 2024
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
- Jul 17, 2024
-
-
verfasst von Jan Wennrich
fix: require php version "^8.1" See merge request !11
-
verfasst von Jan Wennrich
Related: #17
-
- Mai 10, 2024
-
-
verfasst von Henning Leutz
Next See merge request !8
-
- Mai 06, 2024
-
-
verfasst von Henning Leutz
feat!: quiqqer v2 See merge request !5
-
- Apr 24, 2024
-
-
verfasst von Henning Leutz
Next See merge request !2
-