gancio/wp-plugin/readme.txt

29 lines
1.1 KiB
Text
Raw Normal View History

2021-01-11 00:18:53 +01:00
=== WPGancio ===
Contributors: lesion
Donate link: https://gancio.org
2021-07-02 17:30:20 +02:00
Tags: events, gancio, fediverse, AP, activity pub
2021-01-11 00:18:53 +01:00
Requires at least: 4.7
Tested up to: 5.7.2
2022-01-17 12:57:31 +01:00
Stable tag: 1.2
2021-01-11 00:18:53 +01:00
Requires PHP: 7.0
License: AGPLv3 or later
License URI: https://www.gnu.org/licenses/agpl-3.0.html
Connect a gancio instance to a Wordpress user so that published events are automatically pushed.
== Description ==
2022-01-17 12:57:31 +01:00
This plugin allows you to [embed](https://gancio.org/usage/embed) a list of events or a single event from your [Gancio](https://gancio.org) website using a shortcode.
2022-01-17 12:24:10 +01:00
It also allows you to connects a [Gancio](https://gancio.org) instance to a your wordpress website to automatically push events published on Wordpress:
2022-01-17 12:57:31 +01:00
for this to work an event manager plugin is required, only [Event Organiser](https://wp-event-organiser.com/) is supported but adding another plugin it's an easy task.
2021-07-02 17:30:20 +02:00
2021-01-11 00:18:53 +01:00
== Changelog ==
2022-01-17 12:57:31 +01:00
= 1.2 =
2022-01-17 12:24:10 +01:00
* Enqueue [webcomponent](https://gancio.org/usage/embed) script
* Allow gancio-event and gancio-events tag
* Add [gancio-event] and [gancio-events] shortcodes
2021-01-11 00:18:53 +01:00
= 1.0 =
2021-07-02 17:30:20 +02:00
* First release