Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Schultschik <[email protected]>
  • Loading branch information
svanschu committed Sep 21, 2024
1 parent 34d23bb commit 4348afc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* This class gives a concrete implementation of the AbstractEvent class.
*
* @see \Joomla\CMS\Event\AbstractEvent
* @since __BUMP_VERSION__
* @since 5.2.0
*/
class MenuItemPrepareEvent extends AbstractEvent
{
Expand All @@ -28,7 +28,7 @@ class MenuItemPrepareEvent extends AbstractEvent
*
* @return \stdClass
*
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function getMenuItem(): stdClass
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* This class gives a concrete implementation of the AbstractEvent class.
*
* @see \Joomla\CMS\Event\AbstractEvent
* @since __BUMP_VERSION__
* @since 5.2.0
*/
class TreePrepareEvent extends AbstractEvent
{
Expand All @@ -28,7 +28,7 @@ class TreePrepareEvent extends AbstractEvent
*
* @return SitemapModel
*
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function getSitemap(): SitemapModel
{
Expand All @@ -40,7 +40,7 @@ public function getSitemap(): SitemapModel
*
* @return \stdClass
*
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function getNode(): \stdClass
{
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/schuweb_sitemap/content/src/Extension/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class Content extends CMSPlugin implements SubscriberInterface
{
/**
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand All @@ -56,7 +56,7 @@ public static function getSubscribedEvents(): array
* @param MenuItemPrepareEvent Event object
*
* @return void
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function onGetMenus(MenuItemPrepareEvent $event)
{
Expand Down Expand Up @@ -132,7 +132,7 @@ public function onGetMenus(MenuItemPrepareEvent $event)
* @param TreePrepareEvent Event object
*
* @return void
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function onGetTree(TreePrepareEvent $event)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Newsfeeds extends CMSPlugin implements SubscriberInterface
{
/**
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand All @@ -44,7 +44,7 @@ public static function getSubscribedEvents(): array
* @param MenuItemPrepareEvent Event object
*
* @return void
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function onGetMenus(MenuItemPrepareEvent $event)
{
Expand Down Expand Up @@ -83,7 +83,7 @@ public function onGetMenus(MenuItemPrepareEvent $event)
* @param TreePrepareEvent Event object
*
* @return void
* @since __BUMP_VERSION__
* @since 5.2.0
*/
public function onGetTree(TreePrepareEvent $event)
{
Expand Down

0 comments on commit 4348afc

Please sign in to comment.