Skip to content

Commit

Permalink
Release 4.2.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophboecker authored Feb 3, 2024
1 parent b38bb6a commit 37e66af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## **xx.02.2024 Version 4.2.0**
## **03.02.2024 Version 4.2.0**

- Umstellung der Klassennamen im Namespace auf CamelCase unter Wegfall von _.
Beispiel `focuspoint_media` -> `FocuspointMedia`
- Anpassen der Dateinamen an die Klassennamen
Beispiel `focuspoint_media` -> `FocuspointMedia`,
- Anpassen der Dateinamen an die Klassennamen,

Ausnahme: auf `rex_effect` und `rex_api` aufsetzende Klassen

Bugfix:
- StrToLower per array-Walk in die vorhergehende SQL-Abfrage verlagert.
- strtolower mittels array_walk durch geänderte SQL-Abfrage ersetzt (#129)
- in `rex_effect_abstract_focuspoint` Namespace korrekt berücksichtigt `is_a($media, FocuspointMedia::class)` (#130)

## **01.02.2024 Version 4.1.0**

Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: focuspoint
version: '4.1.0'
version: '4.2.0'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/focuspoint

Expand Down

0 comments on commit 37e66af

Please sign in to comment.