Skip to content

Commit 0d7dbbb

Browse files
committed
Release version 5.1.8
1 parent 45d0bba commit 0d7dbbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 5.1.8-dev
3+
## Version 5.1.8 (12.10.2025)
44

55
### Android
66
- Calendar.js: Add default `accountName` to `getCreateCalendarOptions` and `getCalendarOptions`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cordova Calendar Plugin 5.1.8-dev
1+
# Cordova Calendar Plugin 5.1.8
22

33
This is a fork of the [Calendar-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin) by [EddyVerbruggen](https://github.com/EddyVerbruggen), which will continue the support of this plugin to the community.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-calendar-2",
3-
"version": "5.1.8-dev",
3+
"version": "5.1.8",
44
"description": "This plugin allows you to manipulate the native calendar.",
55
"cordova": {
66
"id": "cordova-plugin-calendar-2",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="cordova-plugin-calendar-2"
6-
version="5.1.8-dev">
6+
version="5.1.8">
77

88
<name>Calendar</name>
99

0 commit comments

Comments
 (0)