From 317092059be8da1fcb22d7bf74c52c99a2358294 Mon Sep 17 00:00:00 2001 From: Kelsey Martens Date: Tue, 15 May 2018 07:36:00 -0500 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 4 ++++ README.md | 19 ++++++++++--------- composer.json | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e7ddbd..d1f42593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Solspace Calendar Changelog +## 2.0.0 - 2018-05-15 +### Changed +- Nothing to report here, other than that Calendar is now officially out of beta! + ## 2.0.0-beta.10 - 2018-05-03 ### Added - Added `startDateLocalized` and `endDateLocalized` workaround properties to Event object for use with `|date` filter, which is compatible with translations. diff --git a/README.md b/README.md index cbcce9a9..885efb91 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,28 @@ Calendar is the most powerful event management and calendaring plugin on the market for Craft CMS. The intuitive interface allows you to create events with complex recurring event rules and exclusions, while the flexible templating offers a variety of options to satisfy your calendaring needs. -🚨 **NOTE: Calendar has proven to be fairly stable now, but please take caution if using in production environments.** 🚨 - ![Screenshot](src/icon.svg) + ## Requirements This plugin requires Craft CMS 3.0.0 or later. -## Installation -To install the plugin, search for `Calendar` in the *Craft Plugin Store*, or install manually with the following instructions: +## Installation -1. Open your terminal and go to your Craft project: +To install Calendar, simply: - cd /path/to/project +1. Go to the **Plugin Store** area inside your Craft control panel and search for *Calendar*. +2. In the results, click on *Calendar*, and then click on the **Try** button to install a trial copy of Calendar. +4. Try things out and if Calendar is right for your site, purchase a copy of if through the Plugin Store when you're ready! -2. Then tell Composer to require the plugin: +Calendar can also be installed manually through Composer: - composer require solspace/craft3-calendar +1. Open your terminal and go to your Craft project: `cd /path/to/project` +2. Then tell Composer to require the plugin: `composer require solspace/craft3-calendar` +4. In the Craft control panel, go to *Settings → Plugins* and click the **Install** button for Calendar. -3. In the Control Panel, go to *Settings → Plugins* and click the “Install” button for **Calendar**. ## Calendar Overview diff --git a/composer.json b/composer.json index 5b748500..ff3040d9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft3-calendar", "description": "The most powerful event management plugin for Craft.", - "version": "2.0.0-beta.10", + "version": "2.0.0", "type": "craft-plugin", "minimum-stability": "dev", "authors": [