Changeset 2248133
- Timestamp:
- 02/21/2020 12:14:26 PM (6 years ago)
- Location:
- s-dev-seo/trunk
- Files:
-
- 3 edited
-
inc/views.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
sdev-seo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
s-dev-seo/trunk/inc/views.php
r2246862 r2248133 260 260 array( 261 261 'numberposts' => -1, 262 'category' => $category->cat_ID 262 'category' => $category->cat_ID, 263 'post_status' => array( 264 'publish', 265 'pending', 266 'future', 267 'private' 268 ) 263 269 ) 264 270 ); -
s-dev-seo/trunk/readme.txt
r2246862 r2248133 5 5 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 6 Tags: SEO, Title, Meta Description 7 Stable tag: 1.8 7 Stable tag: 1.81 8 8 Tested up to: 5.3 9 9 Requires at least: 5.3 -
s-dev-seo/trunk/sdev-seo.php
r2246862 r2248133 4 4 Plugin Name: S-DEV SEO 5 5 Description: Add SEO Title and Meta Description fields to posts and pages 6 Version: 1.8 6 Version: 1.81 7 7 Author: Rob von Bothmer / SeoDev 8 8 Author URI: https://www.seodev.se
Note: See TracChangeset
for help on using the changeset viewer.