Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed May 15, 2018
1 parent 76f407b commit 3170920
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 3170920

Please sign in to comment.