Highlights
We removed all premium links in favor of a single reference in the user submenu. Thank you for all your input and feedback as we determine the best path to sustain the project. 🚀 ❤️
Please consider sponsoring us via GitHub
or by purchasing plugins on our marketplace
Changes in this Release
History from v3.5.4
to @
Commits
- 0884e87 [Changelog CI] Add Changelog for Version 3.5.5
- 359825a fix: decimal issue on report screen
- f68be31 fix: automatic handling of invalid filenames
- ba21c52 feat: Improve plugin marketplace url handling
- 7fe069c feat: Remove premium links and replace with one link to support site
Contributors
- Marcel Folaron (8 commits)
Files
CHANGELOG.md | 26 ++++
CLAUDE.md | 156 +++++++++++++++++++-
app/Core/Configuration/AppSettings.php | 2 +-
app/Core/Configuration/laravelConfig.php | 1 -
app/Core/Files/FileManager.php | 12 +-
.../Auth/Templates/partials/loginInfo.blade.php | 25 +++-
app/Domain/Help/Controllers/Support.php | 27 ++++
app/Domain/Help/Templates/support.blade.php | 161 +++++++++++++++++++++
app/Domain/Menu/Composers/Menu.php | 2 +-
app/Domain/Menu/Composers/ProjectSelector.php | 2 +-
app/Domain/Menu/Hxcontrollers/ProjectSelector.php | 2 +-
app/Domain/Menu/Repositories/Menu.php | 1 -
app/Domain/Menu/Templates/headMenu.blade.php | 17 ---
app/Domain/Plugins/Services/Plugins.php | 21 ++-
app/Domain/Reports/Templates/show.tpl.php | 8 +-
app/Language/en-US.ini | 1 +
app/Plugins | 2 +-
app/Views/Templates/layouts/app.blade.php | 2 +
app/Views/Templates/sections/header.blade.php | 20 +--
blocklist.json | 2 +
package-lock.json | 4 +-
package.json | 2 +-
public/assets/images/gloria.png | Bin 0 -> 442448 bytes
public/assets/images/marcel.png | Bin 0 -> 373512 bytes
.../images/svg/undraw_football-with-dad_w7m1.svg | 1 +
.../images/svg/undraw_showing-support_ixfc.svg | 1 +
.../images/svg/undraw_unexpected-friends_42mc.svg | 1 +
public/dist/mix-manifest.json | 37 +++--
28 files changed, 454 insertions(+), 82 deletions(-)