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 Jun 20, 2024
1 parent f9c2086 commit 3018552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/schuweb_sitemap/content/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/task/schuwebsitemap/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 3018552

Please sign in to comment.