gancio-upstream/wp-plugin/readme.txt

43 lines
1.6 KiB
Text
Raw Normal View History

2021-01-11 00:18:53 +01:00
=== WPGancio ===
2024-04-26 15:31:13 +02:00
Contributors: lesion, nutria
2021-01-11 00:18:53 +01:00
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
2024-02-14 22:34:04 +01:00
Tested up to: 6.4
2024-02-14 23:11:17 +01:00
Stable tag: 1.10
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:
2024-04-26 15:31:13 +02:00
for this to work an event manager plugin is required, [Event Organiser](https://wp-event-organiser.com/) and [The Events Calendar](https://theeventscalendar.com/products/wordpress-events-calendar/) are supported. Adding another plugin it's an easy task and you have a guide available in the repo that shows you how to do it.
2021-07-02 17:30:20 +02:00
2021-01-11 00:18:53 +01:00
== Changelog ==
2024-04-26 15:31:13 +02:00
= 1.8 =
* Add support to The Events Calendar WordPress plugin
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