Changeset 1789419
- Timestamp:
- 12/19/2017 11:33:52 AM (7 years ago)
- Location:
- microblog-poster/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
microblog-poster/trunk/microblogposter.php
r1781904 r1789419 5 5 * Plugin URI: http://efficientscripts.com/microblogposter 6 6 * 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. 07 * Version: 1.9.1 8 8 * Author: Efficient Scripts 9 9 * Author URI: http://efficientscripts.com/ … … 1780 1780 if(isset($extra['post_type']) && $extra['post_type'] == 'link') 1781 1781 { 1782 $post_args['name'] = $post_title;1782 //$post_args['name'] = $post_title; 1783 1783 $post_args['link'] = $permalink; 1784 $post_args['description'] = $post_content_actual;1784 //$post_args['description'] = $post_content_actual; 1785 1785 $picture_url = ''; 1786 1786 /*if(isset($extra['default_image_url']) && $extra['default_image_url']) … … 1814 1814 if(isset($extra['post_type']) && $extra['post_type'] == 'link') 1815 1815 { 1816 $post_args['name'] = $post_title;1816 //$post_args['name'] = $post_title; 1817 1817 $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']) 1821 1821 { 1822 1822 $picture_url = $extra['default_image_url']; -
microblog-poster/trunk/readme.txt
r1781904 r1789419 4 4 Requires at least: 3.0 5 5 Tested up to: 4.9 6 Stable tag: 1.9. 06 Stable tag: 1.9.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 == Changelog == 105 105 106 = 1.9.1 (19-12-2017) = 107 - Fixed facebook api changes. 108 106 109 = 1.9.0 (06-12-2017) = 107 110 - Fixed the double escaping issue.
Note: See TracChangeset
for help on using the changeset viewer.