Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Rundiz-WP/rd-events

Repository files navigation

=== Rundiz Events ===
Contributors: okvee
Tags: events, meeting, plans, calendar
Tested up to: 6.2
Requires at least: 4.6.0
Requires PHP: 5.5
Stable tag: 1.0.2
License: MIT
License URI: http://opensource.org/licenses/MIT

Manage your events and display in the calendar or list.

== Description ==
Manage your events such as meetings, product launch, workshop, etc and display it in the calendar or list.

This is not include the ticket system or any commerce system, it is just for displaying what events is coming or past.

= System requirement =
PHP 5.5 or higher<br>
WordPress 4.6.0 or higher

== Installation ==
1. Upload "rd-events" folder to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Done.

== Frequently Asked Questions ==
= Is multisite support? =
No, it doesn't but if you found that it works very well on multisite enabled then please tell me.

= Is it including ticket system or any additional plugin for this? =
No, it doesn't support for now. It is just only for display events no any ticket system.

= Does it cleanup database on uninstall? =
Yes, it is. This plugin will remove all of its post type and options on uninstall. So, your database will be clean.

= Can I design for my own theme =
Yes, you can create archive-rd_events.php and single-rd_events.php for display archive and single page for this plugin. The rd_events suffix is custom post type for this plugin.
You can use the example from with in example folder that we provide with this plugin, or you can use default template in App/templates folder.

= Any more question? =
Please ask your question in support section and add mention to @okvee.

== Screenshots ==
1. Events in admin page.
2. Editing the event form.
3. Example of event calendar widget.
4. Example of event calendar in archive page. You can also switch view to day/week/month. Thanks to Fullcalendar for this powerful calendar javascript.
5. Example of event details page (single post). This also included Google Maps and we have API settings for you so you can use with new Google Maps API version with no problem.
6. Screenshot of how it works on real website.

== Changelog ==
= 1.0.2 =
2023-01-24

* Update FullCalendar to 3.10.5
* Update moment.js to 2.29.2
* Remove plugin's row meta.
* Improve code by escape, sanitize as reported by PHP CodeSniffer & WordPress coding standard.
* Fix Google Maps on admin page to work again.
* Fix Google Maps on front page to work.

= 1.0.1 =
2019-03-07

* Fix CSS for admin form.
* Fix JS for front-end.

= 1.0 =
2019-01-23

* Update required at least (WordPress).
* Update translation.
* Update asset handle name to be more specific. This is for prevent conflict with other plugins, themes that use the same name but different version.
* Move previous change log to changelog.md.