Changeset 1228845
- Timestamp:
- 08/24/2015 01:50:50 AM (11 years ago)
- Location:
- wp-video-seo/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-video-seo/trunk/plugin.php
r1048774 r1228845 2 2 /* 3 3 Plugin Name: WP Video SEO 4 Version: 1.0. 44 Version: 1.0.5 5 5 Plugin URI: http://wp-ecommerce.net/?p=2049 6 6 Author: wpecommerce … … 11 11 class WordPress_Video_SEO_Plugin { 12 12 13 var $plugin_version = '1.0. 4';13 var $plugin_version = '1.0.5'; 14 14 function __construct() { 15 15 -
wp-video-seo/trunk/readme.txt
r1146598 r1228845 4 4 Tags: wordpress video seo, video seo for wordpress, wordpress video sitemap, youtube video sitemap for wordpress, google sitemaps, seo, sitemaps, video sitemap, videos, xml sitemaps, youtube 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 27 Stable tag: 1.0. 46 Tested up to: 4.3 7 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 63 63 == Changelog == 64 64 65 = 1.0.5 = 66 * Plugin is now compatible with WordPress 4.3 67 65 68 = 1.0.4 = 66 69 * Plugin is now compatible with WordPress 4.1
Note: See TracChangeset
for help on using the changeset viewer.