-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
39 lines (27 loc) · 1.43 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=== Plugin Name ===
Contributors: leonidasmi
Tags: calendar
Requires at least: 3.0.1
Tested up to: 4.8.2
Stable tag: 4.3
License: MIT License
License URI: https://opensource.org/licenses/MIT
Calendar/Journal for the WordPress users of a site
== Description ==
**LM Admin Calendar** enables the users of a website to organize their upcoming events in a calendar. This plugin is light and coded with best practice.
The user's events are saved as Custom Post Types and a custom dashboard widget displays them in a calendar.
The plugin uses [WordPress Plugin Boilerplate](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate) for the data structure, [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) for enforcing coding conventions and [Full Callendar](https://fullcalendar.io/) for the event calendar.
How to use:
* Go to Events -> Add New Event
* Create a new Event along with its categories and date
* After the Event creation, a event in the Calendar Dashboard Widget will be added
* Click the Event on the calendar to see its details (Date, Categories)
== Installation ==
1. [Download the plugin](https://github.com/leonidasmi/lm-admin-calendar/archive/master.zip).
2. Go to WordPress admin area.
3. Click on Plugins > Add New > Upload Plugin.
4. Click on Choose File and select **lm-admin-calendar.zip**
5. Click on Install Now button.
6. Click on Activate Plugin.
== Changelog ==
= 1.0 =