compatibility with octobercms 2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "nicost/oc-gcalendar-plugin",
|
"name": "nicost/gcalendar-plugin",
|
||||||
"type": "october-plugin",
|
"type": "october-plugin",
|
||||||
"description": "OctoberCMS calendar plugin which uses the Google Calendar API to provide event data.",
|
"description": "OctoberCMS calendar plugin which uses the Google Calendar API to provide event data.",
|
||||||
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
|
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0",
|
"php": ">=7.0",
|
||||||
|
"composer/installers": "~1.0",
|
||||||
"google/apiclient": "^2.0",
|
"google/apiclient": "^2.0",
|
||||||
"mobiledetect/mobiledetectlib": "^2.8"
|
"mobiledetect/mobiledetectlib": "^2.8"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1.0.0:
|
1.0.0:
|
||||||
- Initialize plugin.
|
- Initialize plugin.
|
||||||
- Prepare for October marketplace.
|
- Prepare for October marketplace.
|
||||||
1.1.0
|
1.1.0:
|
||||||
- Add new "Download" component to display a list of calendars to be downloaded as ics-file.
|
- Add new "Download" component to display a list of calendars to be downloaded as ics-file.
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
- Fix some minor bugs
|
- Fix some minor bugs
|
||||||
|
1.1.1:
|
||||||
|
- Compatibility with October CMS 2
|
||||||
Reference in New Issue
Block a user