mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
release WPGancio 1.7
This commit is contained in:
parent
b91774ac39
commit
e2b07a06bd
2 changed files with 6 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: WPGancio
|
Plugin Name: WPGancio
|
||||||
Plugin URI: https://gancio.org
|
Plugin URI: https://gancio.org
|
||||||
Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API.
|
Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API.
|
||||||
Version: 1.5
|
Version: 1.7
|
||||||
Author: Gancio
|
Author: Gancio
|
||||||
License: AGPL 3.0
|
License: AGPL 3.0
|
||||||
|
|
||||||
|
@ -35,9 +35,3 @@ require_once(WPGANCIO_DIR . 'oauth.php');
|
||||||
* It requires an event manager plugin, only Event Organiser (https://wp-event-organiser.com/) is
|
* It requires an event manager plugin, only Event Organiser (https://wp-event-organiser.com/) is
|
||||||
* supported until now but to add another plugin it's easy.
|
* supported until now but to add another plugin it's easy.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* - Add Gancio Settings page to select an instance URL and...
|
|
||||||
* - start an OAuth 2.0 authentication flow with the selected instance
|
|
||||||
* - Send each new / updated events to the selected instance via Gancio API
|
|
||||||
*/
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Donate link: https://gancio.org
|
||||||
Tags: events, gancio, fediverse, AP, activity pub
|
Tags: events, gancio, fediverse, AP, activity pub
|
||||||
Requires at least: 4.7
|
Requires at least: 4.7
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Stable tag: 1.6
|
Stable tag: 1.7
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
License: AGPLv3 or later
|
License: AGPLv3 or later
|
||||||
License URI: https://www.gnu.org/licenses/agpl-3.0.html
|
License URI: https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
@ -18,6 +18,9 @@ for this to work an event manager plugin is required, only [Event Organiser](htt
|
||||||
|
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
= 1.7 =
|
||||||
|
* Fix merge event tags while posting to an instance
|
||||||
|
|
||||||
= 1.6 =
|
= 1.6 =
|
||||||
* Support MU installation
|
* Support MU installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue