Plugin Directory

Changeset 3035909


Ignore:
Timestamp:
02/14/2024 10:11:56 PM (2 years ago)
Author:
lesion
Message:

tagging version 1.10

Location:
wpgancio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpgancio/trunk/gancio.php

    r3035907 r3035909  
    44Plugin URI:  https://gancio.org
    55Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API.
    6 Version:     1.9
     6Version:     1.10
    77Author:      Gancio
    88License:  AGPL 3.0
  • wpgancio/trunk/oauth.php

    r3035905 r3035909  
    3636  }
    3737
     38  $tags = [];
    3839  $tmp_tags = get_the_terms( $event, 'event-tag' );
    3940  if ($tmp_tags) {
  • wpgancio/trunk/readme.txt

    r3035905 r3035909  
    55Requires at least: 4.7
    66Tested up to: 6.4
    7 Stable tag: 1.9
     7Stable tag: 1.10
    88Requires PHP: 7.0
    99License: AGPLv3 or later
Note: See TracChangeset for help on using the changeset viewer.