gancio-upstream/wp-plugin
2024-04-26 15:31:31 +02:00
..
js feat: improve collections export adding max, start_at parameter 2023-12-15 16:39:56 +01:00
add-support-to-plugins-guide.md Fix typo 2024-04-26 15:31:31 +02:00
gancio.php wpgancio 1.10 2024-02-14 23:11:17 +01:00
oauth.php Add support fot The Events Calendar plugin 2024-04-26 15:23:10 +02:00
readme.txt Update readme 2024-04-26 15:31:13 +02:00
settings.php fix: wpgancio add php8.2 compatibility 2024-02-14 22:57:17 +01:00
wc.php fix: allow collection and maxlength attribute in wp plugin 2024-02-14 21:43:18 +01:00

=== WPGancio ===
Contributors: lesion, nutria
Donate link: https://gancio.org
Tags: events, gancio, fediverse, AP, activity pub
Requires at least: 4.7
Tested up to: 6.4
Stable tag: 1.10
Requires PHP: 7.0
License: AGPLv3 or later
License URI: https://www.gnu.org/licenses/agpl-3.0.html

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.

== Description ==
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.
It also allows you to connects a [Gancio](https://gancio.org) instance to a your wordpress website to automatically push events published on Wordpress:
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.
 

== Changelog ==
= 1.8 =
* Add support to The Events Calendar WordPress plugin

= 1.7 =
* Fix merge event tags while posting to an instance

= 1.6 =
* Support MU installation

= 1.4 =
use `WP_GANCIO_DEFAULT_INSTANCEURL` as default instance url

= 1.3 =
* Update [webcomponent](https://gancio.org/usage/embed) script

= 1.2 =
* Enqueue [webcomponent](https://gancio.org/usage/embed) script
* Allow gancio-event and gancio-events tag
* Add [gancio-event] and [gancio-events] shortcodes

= 1.0 =
* First release