Skip to content

Commit

Permalink
Merge pull request #177 from sugarcalendar/release/2.1.8
Browse files Browse the repository at this point in the history
Release/2.1.8
  • Loading branch information
JJJ authored Mar 8, 2021
2 parents dbea76a + 3a488a5 commit 014432f
Show file tree
Hide file tree
Showing 36 changed files with 1,018 additions and 1,156 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sugar-calendar",
"version": "2.1.7",
"version": "2.1.8",
"description": "A calendar with a sweet disposition.",
"private": true,
"license": "GPL-2.0-or-later",
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Tags: simple calendar, event calendar, event management, event list
Requires PHP: 5.6.20
Requires at least: 5.1
Tested up to: 5.6
Stable tag: 2.1.7
Stable tag: 2.1.8

You can easily manage events with this lightweight calendar. No complicated configuration. Simple to use. Sweeeet!

Expand Down Expand Up @@ -43,6 +43,7 @@ Most event calendar plugins are either way too simple, or overly complex and blo
The full version of Sugar Calendar has several [premium license levels](https://sugarcalendar.com/pricing/?utm_medium=referral&utm_source=website&utm_campaign=wporg-scl-plugin-page) that are just right for your use case. You can:

- Manage recurring/repeating events
- Duplicate an event with a single click
- Access [add-ons](https://sugarcalendar.com/free-add-ons/) for integration with [Google Maps](https://sugarcalendar.com/downloads/google-maps/?utm_medium=referral&utm_source=website&utm_campaign=wporg-scl-plugin-page), [Gravity Forms](https://sugarcalendar.com/downloads/gravity-forms-form-embed/?utm_medium=referral&utm_source=website&utm_campaign=wporg-scl-plugin-page), and [Ninja Forms](https://sugarcalendar.com/downloads/ninja-forms-form-embed/?utm_medium=referral&utm_source=website&utm_campaign=wporg-scl-plugin-page)
- And get priority help from our globally distributed full-time support team

Expand Down
2 changes: 1 addition & 1 deletion sugar-calendar-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Domain Path: /sugar-calendar/includes/languages/
* Requires PHP: 5.6.20
* Requires at least: 5.1
* Version: 2.1.7
* Version: 2.1.8
*/

// Exit if accessed directly
Expand Down
4 changes: 2 additions & 2 deletions sugar-calendar/includes/admin/assets/css/ltr/sc-calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ body.sugar-calendar .view-switch .view-list:before {
}

.view-switch a.current {
background-color: #007cba;
background-color: #2271b1;
border-radius: 3px;
}

Expand All @@ -145,7 +145,7 @@ body.sugar-calendar .view-switch .view-list:before {

/* Color schemes */
body.admin-color-fresh .view-switch a.current {
background-color: #007cba;
background-color: #2271b1;
}
body.admin-color-blue .view-switch a.current {
background-color: #096484;
Expand Down
Loading

0 comments on commit 014432f

Please sign in to comment.