Plugin Directory

Changeset 2300363


Ignore:
Timestamp:
05/07/2020 08:27:52 PM (6 years ago)
Author:
dirigible
Message:

added 1.0.3

Location:
dirigible-seo
Files:
4 edited
9 copied

Legend:

Unmodified
Added
Removed
  • dirigible-seo/tags/1.0.3/dirigible-seo.php

    r2299468 r2300363  
    44 Plugin URI: https://dirigiblestudio.com/wordpress/plugins/
    55 description: Dead simple SEO Control for Wordpress. Requires ACF.
    6  Version: 1.0.2
     6 Version: 1.0.3
    77 Author: Dirigible Studio
    88 Author URI: https://dirigiblestudio.com
  • dirigible-seo/tags/1.0.3/readme.txt

    r2299468 r2300363  
    66Tested up to: 5.4.1
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • dirigible-seo/tags/1.0.3/src/DirigibleSEO.php

    r2298600 r2300363  
    3232    $description = $this->stringFilters($this->metaDescription());
    3333    $link = get_the_permalink();
     34    $id = get_the_id();
    3435    $name = get_bloginfo('name');
    3536    echo '<meta property="og:title" content="'.$title.'">';
  • dirigible-seo/trunk/dirigible-seo.php

    r2299468 r2300363  
    44 Plugin URI: https://dirigiblestudio.com/wordpress/plugins/
    55 description: Dead simple SEO Control for Wordpress. Requires ACF.
    6  Version: 1.0.2
     6 Version: 1.0.3
    77 Author: Dirigible Studio
    88 Author URI: https://dirigiblestudio.com
  • dirigible-seo/trunk/readme.txt

    r2299468 r2300363  
    66Tested up to: 5.4.1
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • dirigible-seo/trunk/src/DirigibleSEO.php

    r2298600 r2300363  
    3232    $description = $this->stringFilters($this->metaDescription());
    3333    $link = get_the_permalink();
     34    $id = get_the_id();
    3435    $name = get_bloginfo('name');
    3536    echo '<meta property="og:title" content="'.$title.'">';
Note: See TracChangeset for help on using the changeset viewer.