Changeset 3035909
- Timestamp:
- 02/14/2024 10:11:56 PM (2 years ago)
- Location:
- wpgancio/trunk
- Files:
-
- 3 edited
-
gancio.php (modified) (1 diff)
-
oauth.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpgancio/trunk/gancio.php
r3035907 r3035909 4 4 Plugin URI: https://gancio.org 5 5 Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API. 6 Version: 1. 96 Version: 1.10 7 7 Author: Gancio 8 8 License: AGPL 3.0 -
wpgancio/trunk/oauth.php
r3035905 r3035909 36 36 } 37 37 38 $tags = []; 38 39 $tmp_tags = get_the_terms( $event, 'event-tag' ); 39 40 if ($tmp_tags) { -
wpgancio/trunk/readme.txt
r3035905 r3035909 5 5 Requires at least: 4.7 6 6 Tested up to: 6.4 7 Stable tag: 1. 97 Stable tag: 1.10 8 8 Requires PHP: 7.0 9 9 License: AGPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.