Changeset 2494905
- Timestamp:
- 03/13/2021 04:21:46 PM (5 years ago)
- Location:
- tagbee-automatic-post-tagging/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tagbee-post-tagger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagbee-automatic-post-tagging/trunk/readme.txt
r2449374 r2494905 4 4 Tags: auto tags, posts, seo, tags, tagging 5 5 Requires at least: 3.7 6 Tested up to: 5. 66 Tested up to: 5.7 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
tagbee-automatic-post-tagging/trunk/tagbee-post-tagger.php
r2449374 r2494905 4 4 Plugin URI: https://developer.wordpress.org/plugins/the-basics/ 5 5 Description: Add Tags to posts 6 Version: 1.0.1 36 Version: 1.0.14 7 7 Author: TagΒee Team 8 8 Author URI: https://tagbee.co … … 28 28 */ 29 29 defined('ABSPATH') or die('Wordpress Plugin'); 30 define('TAGBEE_VERSION', "1.0.1 3");30 define('TAGBEE_VERSION', "1.0.14"); 31 31 define("TAGBEE_NAMESPACE", "tagbee"); 32 32 define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
Note: See TracChangeset
for help on using the changeset viewer.