Plugin Directory

Changeset 2494905


Ignore:
Timestamp:
03/13/2021 04:21:46 PM (5 years ago)
Author:
tagbee
Message:

Support wordpresss 5.7

Location:
tagbee-automatic-post-tagging/trunk
Files:
2 edited

Legend:

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

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

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