Changeset 2194807
- Timestamp:
- 11/17/2019 11:25:13 AM (6 years ago)
- Location:
- tagbee-automatic-post-tagging
- Files:
-
- 9 added
- 2 edited
-
tags/1.0.10 (added)
-
tags/1.0.10/index.php (added)
-
tags/1.0.10/lib (added)
-
tags/1.0.10/lib/tagbee-auto-proposals-request.php (added)
-
tags/1.0.10/lib/tagbee-client.php (added)
-
tags/1.0.10/lib/tagbee-request-interface.php (added)
-
tags/1.0.10/lib/tagbee-update-tags-request.php (added)
-
tags/1.0.10/readme.txt (added)
-
tags/1.0.10/tagbee-post-tagger.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tagbee-post-tagger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagbee-automatic-post-tagging/trunk/readme.txt
r2085830 r2194807 4 4 Tags: auto tags, posts, seo, tags, tagging 5 5 Requires at least: 3.7 6 Tested up to: 5. 26 Tested up to: 5.3 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
r2085946 r2194807 4 4 Plugin URI: https://developer.wordpress.org/plugins/the-basics/ 5 5 Description: Add Tags to posts 6 Version: 1.0. 96 Version: 1.0.10 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. 9");30 define('TAGBEE_VERSION', "1.0.10"); 31 31 define("TAGBEE_NAMESPACE", "tagbee"); 32 32 define("TAGBEE_INNER_PROPOSAL_ENDPOINT", "proposals");
Note: See TracChangeset
for help on using the changeset viewer.