Plugin Directory

Changeset 2248133


Ignore:
Timestamp:
02/21/2020 12:14:26 PM (6 years ago)
Author:
seodevrobin
Message:

Update 1.81

Location:
s-dev-seo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • s-dev-seo/trunk/inc/views.php

    r2246862 r2248133  
    260260                                array(
    261261                                    '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                                    )
    263269                                )
    264270                            );
  • s-dev-seo/trunk/readme.txt

    r2246862 r2248133  
    55License URI: http://www.gnu.org/licenses/gpl-2.0.html
    66Tags: SEO, Title, Meta Description
    7 Stable tag: 1.8
     7Stable tag: 1.81
    88Tested up to: 5.3
    99Requires at least: 5.3
  • s-dev-seo/trunk/sdev-seo.php

    r2246862 r2248133  
    44Plugin Name: S-DEV SEO
    55Description: Add SEO Title and Meta Description fields to posts and pages
    6 Version: 1.8
     6Version: 1.81
    77Author: Rob von Bothmer / SeoDev
    88Author URI: https://www.seodev.se
Note: See TracChangeset for help on using the changeset viewer.