Changeset 1085555
- Timestamp:
- 02/09/2015 01:56:58 PM (11 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 16 added
- 3 edited
-
tags/3.1 (added)
-
tags/3.1/images (added)
-
tags/3.1/images/icon.png (added)
-
tags/3.1/images/icons.png (added)
-
tags/3.1/includes (added)
-
tags/3.1/includes/OSDSocialShare.php (added)
-
tags/3.1/includes/admin_js.js (added)
-
tags/3.1/includes/admin_style.css (added)
-
tags/3.1/includes/global_settings.php (added)
-
tags/3.1/includes/installation_actions.php (added)
-
tags/3.1/includes/js.php (added)
-
tags/3.1/includes/post_settings.php (added)
-
tags/3.1/includes/style.css (added)
-
tags/3.1/osd_social_media_sharing.php (added)
-
tags/3.1/readme.txt (added)
-
tags/3.1/uninstall.php (added)
-
trunk/includes/OSDSocialShare.php (modified) (1 diff)
-
trunk/osd_social_media_sharing.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osd-social-media-sharing/trunk/includes/OSDSocialShare.php
r1074931 r1085555 63 63 break; 64 64 default: 65 $url = $custom_url; 65 $search = array("[page]", "[title]"); 66 $replacements = array($this->current_url, $this->post_title); 67 $url = str_replace($search, $replacements, $custom_url); 66 68 break; 67 69 } -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1074931 r1085555 4 4 Plugin URI: http://outsidesource.com 5 5 Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more. 6 Version: 3. 0.16 Version: 3.1 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1074931 r1085555 4 4 Requires at least: 3.4 5 5 Tested up to: 4.1 6 Stable tag: 3. 0.16 Stable tag: 3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 3.1 = 44 * Added some shortcodes to the custom url 45 * [page] this is the current url (the page that the user would share) 46 * [title] this is the current page title 42 47 43 48 = 3.0 = … … 91 96 == Upgrade Notice == 92 97 98 = 3.1 = 99 * Added some shortcodes to the custom url 100 * [page] this is the current url (the page that the user would share) 101 * [title] this is the current page title 102 93 103 = 3.0.1 = 94 104 * Upgrade bug fixes
Note: See TracChangeset
for help on using the changeset viewer.