From d84f5d68031e967cd684d12e8f4c70add120dfea Mon Sep 17 00:00:00 2001 From: "nico.stoerzbach" Date: Fri, 4 Mar 2022 23:12:56 +0100 Subject: [PATCH] compatibility with octobercms 2 --- composer.json | 3 ++- updates/version.yaml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index be02a94..dd0791b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "nicost/oc-gcalendar-plugin", + "name": "nicost/gcalendar-plugin", "type": "october-plugin", "description": "OctoberCMS calendar plugin which uses the Google Calendar API to provide event data.", "keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"], @@ -11,6 +11,7 @@ ], "require": { "php": ">=7.0", + "composer/installers": "~1.0", "google/apiclient": "^2.0", "mobiledetect/mobiledetectlib": "^2.8" } diff --git a/updates/version.yaml b/updates/version.yaml index 208c3ef..175467f 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -1,3 +1,5 @@ 1.0.0: - Initialize plugin. - - Prepare for October marketplace. \ No newline at end of file + - Prepare for October marketplace. +1.0.1: + - Compatibility with October CMS 2