gancio-upstream/wp-plugin/readme.txt

40 lines
1.4 KiB
Text
Raw Permalink 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
2022-11-04 12:22:21 +01:00
Tested up to: 6.0
2023-03-23 13:11:15 +01:00
Stable tag: 1.7
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
2022-02-09 12:18:52 +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.
2021-01-11 00:18:53 +01:00
== 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 ==
2023-03-23 13:11:15 +01:00
= 1.7 =
* Fix merge event tags while posting to an instance
2022-12-12 15:37:54 +01:00
= 1.6 =
* Support MU installation
2022-06-23 17:43:22 +02:00
= 1.4 =
use `WP_GANCIO_DEFAULT_INSTANCEURL` as default instance url
= 1.3 =
* Update [webcomponent](https://gancio.org/usage/embed) script
2021-01-11 00:18:53 +01:00
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