Plugin Directory

Changeset 1478910


Ignore:
Timestamp:
08/19/2016 04:54:24 PM (10 years ago)
Author:
djerba
Message:
  • WP 4.6 compatibility
Location:
facebook-ogg-meta-tags
Files:
20 added
7 edited

Legend:

Unmodified
Added
Removed
  • facebook-ogg-meta-tags/trunk/index.php

    r1458008 r1478910  
    22/*
    33    Plugin Name: Social Meta Tags
    4     Description: Social Meta Tags will generate social media meta data for all new posts that you publish. This allows to share the right titles, descriptions, images and more when your posts are shared into Twitter, Facebook.
     4    Description: Share the right title, description, image for all new posts.
    55    Plugin URI: https://wordpress.org/plugins/facebook-ogg-meta-tags/
    6     Version: 1.5
     6    Version: 1.6
    77    Author: Bassem Rabia
    88    Author URI: mailto:bassem.rabia@gmail.com
  • facebook-ogg-meta-tags/trunk/metaTags/metaTags.php

    r1458008 r1478910  
    1212            'pluginNiceName' => 'Social Meta Tags',
    1313            'pluginSlug' => 'social-meta-tags',
    14             'pluginVersion' => '1.5'
     14            'pluginVersion' => '1.6'
    1515        );
    1616        add_action('admin_enqueue_scripts', array(&$this, 'admin_enqueue'));
     
    142142        if(is_single() AND get_post_type() == 'post' AND $pluginOptions['enabled'] == 1){
    143143            function my_metaTags($content){
    144                 global $post;       
    145                
     144                global $post;
    146145                // echo '<pre>';print_r($post);echo '</pre>';
    147146                return $post->post_content.'<div class="social-meta-tags-container">
  • facebook-ogg-meta-tags/trunk/readme.txt

    r1458008 r1478910  
    44Tags: wordpress, tags, facebook tags, facebook meta tags, twitter meta tags, twitter meta tags, social meta tags
    55Requires at least: 3.4.0
    6 Tested up to: 4.5.3
    7 Stable tag: 1.5
     6Tested up to: 4.6
     7Stable tag: 1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929== Upgrade Notice ==
    3030
     31= 1.6 =
    3132= 1.5 =
    3233= 1.4 =
     
    3839
    3940== Changelog ==
     41
     42= 1.6 =
     43* WP 4.6 compatibility
    4044
    4145= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.