Plugin Directory

Changeset 2194807


Ignore:
Timestamp:
11/17/2019 11:25:13 AM (6 years ago)
Author:
tagbee
Message:

Update version. Support wordpress 5.3

Location:
tagbee-automatic-post-tagging
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • tagbee-automatic-post-tagging/trunk/readme.txt

    r2085830 r2194807  
    44Tags: auto tags, posts, seo, tags, tagging
    55Requires at least: 3.7
    6 Tested up to: 5.2
     6Tested up to: 5.3
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php

    r2085946 r2194807  
    44Plugin URI:   https://developer.wordpress.org/plugins/the-basics/
    55Description:  Add Tags to posts
    6 Version:      1.0.9
     6Version:      1.0.10
    77Author:       TagΒee Team
    88Author URI:   https://tagbee.co
     
    2828*/
    2929defined('ABSPATH') or die('Wordpress Plugin');
    30 define('TAGBEE_VERSION', "1.0.9");
     30define('TAGBEE_VERSION', "1.0.10");
    3131define("TAGBEE_NAMESPACE", "tagbee");
    3232define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
Note: See TracChangeset for help on using the changeset viewer.