Skip to content

Releases: wiardvanrij/m2-opcache-manager

Release 1.3.0

16 Jun 15:02
12efb8f
Compare
Choose a tag to compare

Don't overwrite existing commands
#8 by paulvandermeijs

Small fixes and improvements

10 May 20:03
d53558f
Compare
Choose a tag to compare

Thanks to @osrecio

Add FileSystem to manage Files
Fix Construct Controllers Path
Delete Object Manager
Fix PHPCS and PHPMD Problems


Added code of conduct, contributing MD's.

Release of 1.1.1 - Full refactor and actually working CLI commands

02 May 21:06
Compare
Choose a tag to compare

I came to the conclusion that clearing the opcache via the CLI does not work. Even tho the command is placed in a PHP file, running something like "php clearopcache.php" on the CLI does not actually clear the OpCache.

The refactor includes a frontend controller which gets called by a curl request via the CLI.

For security reasons there is a "lock" / "permission" file. Direct access is therefor not possible. It is not possible for bots / "hackers" to clear your OpCache

Init

16 Nov 19:25
Compare
Choose a tag to compare
1.0.0

Fixes donate link