Plugin Directory

Changeset 1597119


Ignore:
Timestamp:
02/16/2017 09:04:13 AM (9 years ago)
Author:
terminalpixel
Message:

update to v 1.0.8

Location:
developer-share-buttons/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • developer-share-buttons/trunk/developer-share-buttons.php

    r1363508 r1597119  
    99Plugin Name: Developer Share Buttons
    1010Description: Share buttons with no CSS and no JavaScript
    11 Version: 1.0.7
     11Version: 1.0.8
    1212Author: Grant Richmond
    1313Author URI: https://grant.codes/
     
    355355                    }
    356356
    357                     $url = urlencode( $url );
    358                     $title = urlencode( $title );
    359                     $text = urlencode( $text );
    360                     $image = urlencode( $image );
     357                    $url = rawurlencode( $url );
     358                    $title = rawurlencode( $title );
     359                    $text = rawurlencode( $text );
     360                    $image = rawurlencode( $image );
    361361
    362362                    $share_text = apply_filters( static::$slug_ . '_share_text', $share_text );
  • developer-share-buttons/trunk/readme.txt

    r1363508 r1597119  
    33Tags: share buttons, developer, social, share
    44Requires at least: 3.5
    5 Tested up to: 4.4.2
    6 Stable tag: 1.0.7
     5Tested up to: 4.7.2
     6Stable tag: 1.0.8
    77
    88A super lightweight social sharing solution. No JavaScript. No images. No CSS.
     
    9696* Add extra filters to add content before and after button text (useful for icons)
    9797* Update coding standard
     98
     99= 1.0.8 =
     100* Use `rawurlencode` to improve compatibility with some services
Note: See TracChangeset for help on using the changeset viewer.