Plugin Directory

Changeset 1147869


Ignore:
Timestamp:
04/28/2015 08:59:39 AM (11 years ago)
Author:
antsanchez
Message:

Updated to WordPress v4.2.1

Location:
uncomplicated-seo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uncomplicated-seo/trunk/readme.txt

    r1123487 r1147869  
    33Tags: seo, metatags, open graph, twitter card, share buttons, sharing, publisher, description, scripts, google analytics, favicon, canonical
    44Requires at least: 3.0.1
    5 Tested up to: 4.1.1
    6 Stable tag: 1.1.8
     5Tested up to: 4.2.1
     6Stable tag: 1.1.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373
    7474== Changelog ==
     75= 1.1.9 =
     76* Updated to WordPress v.2.0
     77
     78= 1.1.8 =
     79* Some minor changes to improve functionality
     80
    7581= 1.1.7 =
    7682* Metadescription for categories
     83
     84= 1.1.6 =
     85* Some minor changes to improve functionality
    7786
    7887= 1.1.6 =
  • uncomplicated-seo/trunk/uncomplicated-seo.php

    r1123486 r1147869  
    33 * Plugin Name: Uncomplicated SEO
    44 * Description: Add the most important attributes to your website to have a proper SEO
    5  * Version: 1.1.8
     5 * Version: 1.1.9
    66 * Author: Antonio Sanchez
    77 * Author URI: http://antsanchez.com
     
    6969    $web_info = get_queried_object();
    7070    $idpost = get_the_ID();
    71     $uc_options['title'] = wp_title('', false, 'right');
     71    $uc_options['title'] = wp_title('-', false, 'right');
    7272
    7373    // Saved Options
Note: See TracChangeset for help on using the changeset viewer.