Plugin Directory

Changeset 1789419


Ignore:
Timestamp:
12/19/2017 11:33:52 AM (7 years ago)
Author:
cybperic
Message:

Tagging 1.9.1

Location:
microblog-poster/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • microblog-poster/trunk/microblogposter.php

    r1781904 r1789419  
    55 * Plugin URI: http://efficientscripts.com/microblogposter
    66 * Description: Automatically publishes your new and old blog content to Social Networks. Auto posts to Twitter, Facebook, Linkedin, Tumblr, Blogger, Xing..
    7  * Version: 1.9.0
     7 * Version: 1.9.1
    88 * Author: Efficient Scripts
    99 * Author URI: http://efficientscripts.com/
     
    17801780                        if(isset($extra['post_type']) && $extra['post_type'] == 'link')
    17811781                        {
    1782                             $post_args['name'] = $post_title;
     1782                            //$post_args['name'] = $post_title;
    17831783                            $post_args['link'] = $permalink;
    1784                             $post_args['description'] = $post_content_actual;
     1784                            //$post_args['description'] = $post_content_actual;
    17851785                            $picture_url = '';
    17861786                            /*if(isset($extra['default_image_url']) && $extra['default_image_url'])
     
    18141814                        if(isset($extra['post_type']) && $extra['post_type'] == 'link')
    18151815                        {
    1816                             $post_args['name'] = $post_title;
     1816                            //$post_args['name'] = $post_title;
    18171817                            $post_args['link'] = $permalink;
    1818                             $post_args['description'] = $post_content_actual;
    1819                             $picture_url = '';
    1820                             /*if(isset($extra['default_image_url']) && $extra['default_image_url'])
     1818                            //$post_args['description'] = $post_content_actual;
     1819                            /*$picture_url = '';
     1820                            if(isset($extra['default_image_url']) && $extra['default_image_url'])
    18211821                            {
    18221822                                $picture_url = $extra['default_image_url'];
  • microblog-poster/trunk/readme.txt

    r1781904 r1789419  
    44Requires at least: 3.0
    55Tested up to: 4.9
    6 Stable tag: 1.9.0
     6Stable tag: 1.9.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104== Changelog ==
    105105
     106= 1.9.1 (19-12-2017) =
     107- Fixed facebook api changes.
     108
    106109= 1.9.0 (06-12-2017) =
    107110- Fixed the double escaping issue.
Note: See TracChangeset for help on using the changeset viewer.