Changeset 1083673
- Timestamp:
- 02/06/2015 09:43:44 AM (11 years ago)
- Location:
- add-link-to-facebook
- Files:
-
- 18 edited
- 1 copied
-
tags/1.214 (copied) (copied from add-link-to-facebook/trunk)
-
tags/1.214/add-link-to-facebook-admin.css (modified) (1 diff)
-
tags/1.214/add-link-to-facebook-admin.php (modified) (1 diff)
-
tags/1.214/add-link-to-facebook-class.php (modified) (1 diff)
-
tags/1.214/add-link-to-facebook-debug.php (modified) (1 diff)
-
tags/1.214/add-link-to-facebook-int.php (modified) (1 diff)
-
tags/1.214/add-link-to-facebook-widget.php (modified) (1 diff)
-
tags/1.214/add-link-to-facebook.css (modified) (1 diff)
-
tags/1.214/add-link-to-facebook.php (modified) (2 diffs)
-
tags/1.214/readme.txt (modified) (3 diffs)
-
trunk/add-link-to-facebook-admin.css (modified) (1 diff)
-
trunk/add-link-to-facebook-admin.php (modified) (1 diff)
-
trunk/add-link-to-facebook-class.php (modified) (1 diff)
-
trunk/add-link-to-facebook-debug.php (modified) (1 diff)
-
trunk/add-link-to-facebook-int.php (modified) (1 diff)
-
trunk/add-link-to-facebook-widget.php (modified) (1 diff)
-
trunk/add-link-to-facebook.css (modified) (1 diff)
-
trunk/add-link-to-facebook.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-link-to-facebook/tags/1.214/add-link-to-facebook-admin.css
r820868 r1083673 2 2 /* 3 3 Style sheet Add Link to Facebook plugin 4 Copyright (c) 2011-201 4by Marcel Bokhorst4 Copyright (c) 2011-2015 by Marcel Bokhorst 5 5 */ 6 6 -
add-link-to-facebook/tags/1.214/add-link-to-facebook-admin.php
r1059810 r1083673 3 3 /* 4 4 Support class Add Link to Facebook admin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/tags/1.214/add-link-to-facebook-class.php
r1002384 r1083673 3 3 /* 4 4 Support class Add Link to Facebook plugin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/tags/1.214/add-link-to-facebook-debug.php
r820868 r1083673 3 3 /* 4 4 Support class Add Link to Facebook debug info 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/tags/1.214/add-link-to-facebook-int.php
r1002377 r1083673 3 3 /* 4 4 Support class Add Link to Facebook plugin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/tags/1.214/add-link-to-facebook-widget.php
r820868 r1083673 3 3 /* 4 4 Support class Add Link to Facebook widget 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/tags/1.214/add-link-to-facebook.css
r820868 r1083673 2 2 /* 3 3 Style sheet Add Link to Facebook plugin 4 Copyright (c) 2011-201 4by Marcel Bokhorst4 Copyright (c) 2011-2015 by Marcel Bokhorst 5 5 */ 6 6 -
add-link-to-facebook/tags/1.214/add-link-to-facebook.php
r1015751 r1083673 4 4 Plugin URI: http://wordpress.org/extend/plugins/add-link-to-facebook/ 5 5 Description: Automatically add links to published posts to your Facebook wall or pages 6 Version: 1.21 36 Version: 1.214 7 7 Author: Marcel Bokhorst 8 8 Author URI: http://blog.bokhorst.biz/about/ … … 12 12 GNU General Public License version 3 13 13 14 Copyright (c) 2011-201 4Marcel Bokhorst14 Copyright (c) 2011-2015 Marcel Bokhorst 15 15 16 16 This program is free software; you can redistribute it and/or modify -
add-link-to-facebook/tags/1.214/readme.txt
r1059809 r1083673 3 3 Tags: post, posts, Facebook, social, link, links, permalink, wpmu, admin, comment, comments, shortcode, sidebar, widget, bbPress 4 4 Requires at least: 3.2 5 Tested up to: 4. 06 Stable tag: 1.21 35 Tested up to: 4.1 6 Stable tag: 1.214 7 7 8 8 Automatically add links to published posts or pages to your Facebook wall, pages or groups and more … … 808 808 * Reports that everything works are also appreciated :-) 809 809 810 = 1.214 = 811 * Removed donation links 812 810 813 = 1.213 = 811 814 * Added like/share button options … … 814 817 * Updated security certificates 815 818 816 = 1.211 =817 * Tested with WordPress 4.0818 819 819 == Upgrade Notice == 820 820 821 = 1.21 3=822 Added like/share button options821 = 1.214 = 822 Removed donation links 823 823 824 824 == Setup guide == -
add-link-to-facebook/trunk/add-link-to-facebook-admin.css
r820868 r1083673 2 2 /* 3 3 Style sheet Add Link to Facebook plugin 4 Copyright (c) 2011-201 4by Marcel Bokhorst4 Copyright (c) 2011-2015 by Marcel Bokhorst 5 5 */ 6 6 -
add-link-to-facebook/trunk/add-link-to-facebook-admin.php
r1059810 r1083673 3 3 /* 4 4 Support class Add Link to Facebook admin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/trunk/add-link-to-facebook-class.php
r1002384 r1083673 3 3 /* 4 4 Support class Add Link to Facebook plugin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/trunk/add-link-to-facebook-debug.php
r820868 r1083673 3 3 /* 4 4 Support class Add Link to Facebook debug info 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/trunk/add-link-to-facebook-int.php
r1002377 r1083673 3 3 /* 4 4 Support class Add Link to Facebook plugin 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/trunk/add-link-to-facebook-widget.php
r820868 r1083673 3 3 /* 4 4 Support class Add Link to Facebook widget 5 Copyright (c) 2011-201 4by Marcel Bokhorst5 Copyright (c) 2011-2015 by Marcel Bokhorst 6 6 */ 7 7 -
add-link-to-facebook/trunk/add-link-to-facebook.css
r820868 r1083673 2 2 /* 3 3 Style sheet Add Link to Facebook plugin 4 Copyright (c) 2011-201 4by Marcel Bokhorst4 Copyright (c) 2011-2015 by Marcel Bokhorst 5 5 */ 6 6 -
add-link-to-facebook/trunk/add-link-to-facebook.php
r1015751 r1083673 4 4 Plugin URI: http://wordpress.org/extend/plugins/add-link-to-facebook/ 5 5 Description: Automatically add links to published posts to your Facebook wall or pages 6 Version: 1.21 36 Version: 1.214 7 7 Author: Marcel Bokhorst 8 8 Author URI: http://blog.bokhorst.biz/about/ … … 12 12 GNU General Public License version 3 13 13 14 Copyright (c) 2011-201 4Marcel Bokhorst14 Copyright (c) 2011-2015 Marcel Bokhorst 15 15 16 16 This program is free software; you can redistribute it and/or modify -
add-link-to-facebook/trunk/readme.txt
r1059809 r1083673 3 3 Tags: post, posts, Facebook, social, link, links, permalink, wpmu, admin, comment, comments, shortcode, sidebar, widget, bbPress 4 4 Requires at least: 3.2 5 Tested up to: 4. 06 Stable tag: 1.21 35 Tested up to: 4.1 6 Stable tag: 1.214 7 7 8 8 Automatically add links to published posts or pages to your Facebook wall, pages or groups and more … … 808 808 * Reports that everything works are also appreciated :-) 809 809 810 = 1.214 = 811 * Removed donation links 812 810 813 = 1.213 = 811 814 * Added like/share button options … … 814 817 * Updated security certificates 815 818 816 = 1.211 =817 * Tested with WordPress 4.0818 819 819 == Upgrade Notice == 820 820 821 = 1.21 3=822 Added like/share button options821 = 1.214 = 822 Removed donation links 823 823 824 824 == Setup guide ==
Note: See TracChangeset
for help on using the changeset viewer.