Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jan 28, 2021
1 parent 2aff37c commit 63b7899
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Solspace Calendar Changelog

## 3.1.0 - 2021-01-28

### Changed
- Updated the file structure of the Calendar plugin and updated Resources areas to show latest support options, etc.

## 3.0.15 - 2020-11-24

### Fixed
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

The most reliable and powerful event management plugin for Craft. Set up beautiful calendars and events in minutes!

![Screenshot](src/icon.svg)
![Screenshot](packages/plugin/src/icon.svg)

## Overview

Calendar is the most reliable and 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. Stop wasting valuable development hours wrestling with and tuning Craft Entries or other alternatives. You can trust Calendar (and the team behind it) to deliver the quality and support you expect and deserve.

## Documentation
## Helpful Links

Full documentation for Calendar can be found on the [Solspace documentation website](https://docs.solspace.com/craft/calendar/v3/).
- [Buy Calendar at the Plugin Store](https://plugins.craftcms.com/calendar)
- [Calendar Documentation](https://docs.solspace.com/craft/calendar/v3/)
- [Report an Issue](https://github.com/solspace/craft3-calendar/issues)
- [Feature Requests](https://github.com/solspace/craft3-calendar/discussions)
- [Ask a Question](https://github.com/solspace/craft3-calendar/discussions)
- [Private Support Ticket](https://docs.solspace.com/craft/calendar/v3/support.html)
- [Craft Stack Exchange](https://craftcms.stackexchange.com/questions/tagged/solspace)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "Solspace",
"homepage": "https://docs.solspace.com"
"homepage": "https://solspace.com"
}
],
"require": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"class": "Solspace\\Calendar\\Calendar",
"name": "Calendar",
"developer": "Solspace",
"developerUrl": "https://docs.solspace.com/craft/calendar/v3/",
"developerUrl": "https://docs.solspace.com/",
"documentationUrl": "https://docs.solspace.com/craft/calendar/v3/",
"changelogUrl": "https://raw.githubusercontent.com/solspace/craft3-calendar/master/CHANGELOG.md",
"hasSettings": true,
Expand Down

0 comments on commit 63b7899

Please sign in to comment.