From 30185524348bbcde4bfa6680df23ae11e8900829 Mon Sep 17 00:00:00 2001 From: Sven Schultschik Date: Thu, 20 Jun 2024 22:27:59 +0200 Subject: [PATCH] bump version Signed-off-by: Sven Schultschik --- src/plugins/schuweb_sitemap/content/content.php | 2 +- src/plugins/task/schuwebsitemap/script.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/schuweb_sitemap/content/content.php b/src/plugins/schuweb_sitemap/content/content.php index 550b006..27b00ce 100644 --- a/src/plugins/schuweb_sitemap/content/content.php +++ b/src/plugins/schuweb_sitemap/content/content.php @@ -641,7 +641,7 @@ static function getImages($text, $meta_images, $secure, $max = 1000) * @param array $images Array aof allay collected imahes * * @return bool true if image already exists - * @since __BUMP_VERSION__ + * @since 5.1.1 */ static private function issetImage($src, &$images) : bool { diff --git a/src/plugins/task/schuwebsitemap/script.php b/src/plugins/task/schuwebsitemap/script.php index 08d7e4f..28c9ee8 100644 --- a/src/plugins/task/schuwebsitemap/script.php +++ b/src/plugins/task/schuwebsitemap/script.php @@ -37,7 +37,7 @@ public function register(Container $container) /** * The current or old version of the plugin * - * @since __BUMP_VERSION__ + * @since 5.1.1 */ private string $oldVersion; @@ -99,7 +99,7 @@ public function install(InstallerAdapter $parent): bool /** * Function called after the extension is updated. * - * @since __BUMP_VERSION__ + * @since 5.1.1 */ public function update(InstallerAdapter $parent): bool { @@ -146,7 +146,7 @@ public function uninstall(InstallerAdapter $parent): bool /** * Function called before extension installation/update/removal procedure commences. * - * @since __BUMP_VERSION__ + * @since 5.1.1 */ public function preflight(string $type, InstallerAdapter $parent): bool {