Plugin Directory

Changeset 2051761


Ignore:
Timestamp:
03/16/2019 04:28:28 PM (7 years ago)
Author:
pratikkry
Message:

v1.1.0 Tested up to 5.1.1

Location:
chl-change-html-lang
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chl-change-html-lang/trunk/README.txt

    r1982955 r2051761  
    11=== CHL-Change HTML Lang ===
    2 Contributors: pratikthink, pratikkry
     2Contributors: pratikkry
    33Tags: SEO, HTML lang, SEO Plugin, Language Attributes, pratikkry
    44Requires at least: 4.6
    5 Tested up to: 5.0
     5Tested up to: 5.1.1
    66Requires PHP: 5.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.1.0
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4545
    4646== Changelog ==
     47= 1.1.0 =
     48* Tested up to 5.1.1
     49
    4750= 1.0.3 =
    48 * Added support for Yoast Open Graph tag (og:locale)
     51* Add support for Yoast Open Graph tag (og:locale)
    4952
    5053= 1.0.2 =
  • chl-change-html-lang/trunk/chl-change-html-lang.php

    r1982945 r2051761  
    33/**
    44 *
    5  * @link              https://profiles.wordpress.org/pratikthink
     5 * @link              https://profiles.wordpress.org/pratikkry
    66 * @since             1.0.0
    77 * @package           Chl_Change_Html_Lang
     
    99 * @wordpress-plugin
    1010 * Plugin Name:       CHL-Change HTML Lang
    11  * Plugin URI:        https://www.gyanchowk.com/chl-change-html-lang
     11 * Plugin URI:        https://wordpress.org/plugins/chl-change-html-lang/
    1212 * Description:       A simple and very lightweight WordPress SEO plugin for changing HTML language attribute value in the header.
    13  * Version:           1.0.3
    14  * Author:            P. Kumar
    15  * Author URI:        https://profiles.wordpress.org/pratikthink
     13 * Version:           1.1.0
     14 * Author:            pratik k. yadav
     15 * Author URI:        https://pratikkry.com
    1616 * License:           GPL v3
    1717 * Text Domain:       chl-change-html-lang
     
    9292    }
    9393}
     94
    9495// If your locale is not supported by the facebook, Yoast plugin will output the best match for your language.
    9596add_filter( 'wpseo_locale', 'chl_ystwpseo_change_og_locale' );
Note: See TracChangeset for help on using the changeset viewer.