Skip to content

Commit c08a4c0

Browse files
authored
Merge pull request #416 from jansinger/release-please--branches--main--components--blauwasser-map-plugin
chore(main): release 1.5.21
2 parents 9c73eb8 + e1c2c73 commit c08a4c0

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.21](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.20...v1.5.21) (2025-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump vite from 5.4.11 to 6.3.1 ([c25f57d](https://github.com/jansinger/blauwasser-map-plugin/commit/c25f57da6d2beb611c61f0f86b31ab0daa638e64))
9+
310
## [1.5.20](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.19...v1.5.20) (2025-04-25)
411

512

blauwasser-map-plugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// x-release-please-start-version
33
/**
44
* Plugin Name: Blauwasser Maps
5-
* Version: 1.5.20
5+
* Version: 1.5.21
66
* Plugin URI: https://www.blauwasser.de/
77
* Description: OpenSeaMap & Maptiler Karten für blauwasser.de.
88
* Author: Jan Singer
@@ -15,7 +15,7 @@
1515
*
1616
* @package WordPress
1717
* @author Jan Singer
18-
* @since 1.5.20
18+
* @since 1.5.21
1919
*/
2020

2121
// If this file is called directly, abort.
@@ -25,10 +25,10 @@
2525

2626
/**
2727
* Currently plugin version.
28-
* Start at version 1.5.20 and use SemVer - https://semver.org
28+
* Start at version 1.5.21 and use SemVer - https://semver.org
2929
* Rename this for your plugin and update it as you release new versions.
3030
*/
31-
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.20');
31+
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.21');
3232
// x-release-please-end
3333
// Load plugin class files.
3434
require_once 'includes/class-blauwasser-map-plugin.php';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blauwasser-map-plugin",
3-
"version": "1.5.20",
3+
"version": "1.5.21",
44
"type": "module",
55
"scripts": {
66
"start": "vite --port 3000",

0 commit comments

Comments
 (0)