Please activate JavaScript in your browser.
RFC
Feature
PR-5.2-dev
PR-5.3-dev
Pending
User tests:
Successful:
Unsuccessful:
Summary of Changes
Adding Subscriber Registration Checker. Interface that allows Plugins to be checked before listener registration.
This allows the plugin to be registered only wheen special conditions are met, eg: only for specific application.
Testing Instructions
Code review by maintainers.
Edit
public function onBeforeCompileHead ()
{
$ app = $ this ->getApplication ();
And add
dd('Works');
at top of this method.
Then open Administrator page : you should get message "works"
And then open Site page : the page should be opened as usual
Link to documentations
Please select:
Fedik
-
open
-
15 Jun 2024
joomla-cms-bot
-
change
-
15 Jun 2024
Category
⇒
Libraries
Front End
Plugins
Title
Differences
…
[5.2] CMSPlugin: Subscriber Registration Checker Interface
[5.2][RFC] CMSPlugin: Subscriber Registration Checker Interface
The description was changed
The description was changed
Title
Differences
…
[5.2][RFC] CMSPlugin: Subscriber Registration Checker Interface
[5.x ][RFC] CMSPlugin: Subscriber Registration Checker Interface
HLeithner
-
change
-
2 Sep 2024
Title
Differences
…
[5.x][RFC] CMSPlugin: Subscriber Registration Checker Interface
[5.3] [RFC] CMSPlugin: Subscriber Registration Checker Interface
HLeithner
-
edited
-
2 Sep 2024
Labels
Added:
RFC
Feature
PR-5.2-dev
PR-5.3-dev
Add a Comment
Login with GitHub to post a comment
This pull request has been automatically rebased to 5.3-dev.