Plugin Directory

Changeset 2233672


Ignore:
Timestamp:
01/27/2020 07:44:45 AM (6 years ago)
Author:
seodevrobin
Message:

Update 1.6

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

Legend:

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

    r2223323 r2233672  
    2323           
    2424        }
     25       
     26        $title = addcslashes($title,'$'); /* Bugfix, preg_replace needs escaped dollar signs */
    2527       
    2628        if(!$desc = get_post_meta($post->ID,'sdevseo_desc', true)) {
  • s-dev-seo/trunk/readme.txt

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

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