v2.0.0 #2
Amadeco
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’ve completed the real-time mode for the admin OPcache GUI and hardened the Magento backend API. Administrators can now enable live polling to watch OPcache stats update without refreshing the page and trigger actions (reset, single/bulk invalidation) with immediate feedback through native Magento alerts. The State controller now strictly validates input and CSRF form keys, while the Gui block centralizes configuration and health checks for cleaner templates. We also added French translations and did several safe performance/UX refinements.
chore(release): 1.3.0 — Realtime mode, hardened API, UX & i18n
Features
Amadeco\OpcacheGui\Controller\Adminhtml\Api\Statenow implements HttpGetActionInterface and returns structured JSON{ ok, data|error }.Security / Hardening
poll|reset|invalidate|invalidate_searched).$_GETand restore afterwards.Refactor / Maintainability
gui.phtmlintoBlock\Adminhtml\Guihelpers; expose typed getters and a serialized config for JS bootstrap.setStatein pagination.UX / Performance
Internationalization
Notes / Compatibility
form_keyand anactionparameter.Gui::getSerializedConfig().Files touched (high level):
view/adminhtml/web/js/*(React/AMD interface)Controller/Adminhtml/Api/State.php(API, security, JSON payload)Block/Adminhtml/Gui.php(config + health checks + PHPDoc)i18n/fr_FR.csv(new translations)This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions