Plugin Directory

Changeset 1085555


Ignore:
Timestamp:
02/09/2015 01:56:58 PM (11 years ago)
Author:
osdwebdev
Message:

3.1 update

Location:
osd-social-media-sharing
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • osd-social-media-sharing/trunk/includes/OSDSocialShare.php

    r1074931 r1085555  
    6363                break;
    6464            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);
    6668                break;
    6769        }
  • osd-social-media-sharing/trunk/osd_social_media_sharing.php

    r1074931 r1085555  
    44Plugin URI: http://outsidesource.com
    55Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more.
    6 Version: 3.0.1
     6Version: 3.1
    77Author: OSD Web Development Team
    88Author URI: http://outsidesource.com
  • osd-social-media-sharing/trunk/readme.txt

    r1074931 r1085555  
    44Requires at least: 3.4
    55Tested up to: 4.1
    6 Stable tag: 3.0.1
     6Stable tag: 3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== 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
    4247
    4348= 3.0 =
     
    9196== Upgrade Notice ==
    9297
     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
    93103= 3.0.1 =
    94104* Upgrade bug fixes
Note: See TracChangeset for help on using the changeset viewer.