Plugin Directory

Changeset 1439207


Ignore:
Timestamp:
06/18/2016 03:30:00 PM (10 years ago)
Author:
Synved
Message:

Changes for version 1.7.11
Adjusted some text and README descriptions

Location:
social-media-feather/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-media-feather/trunk/social-media-feather.php

    r1397248 r1439207  
    55Description: Super lightweight social media plugin to add nice and effective social media sharing and following buttons and icons anywhere on your site quickly and easily
    66Author: Synved
    7 Version: 1.7.10
     7Version: 1.7.11
    88Author URI: http://synved.com/
    99
  • social-media-feather/trunk/synved-social/synved-social.php

    r1397248 r1439207  
    44Description: Social sharing and following tools
    55Author: Synved
    6 Version: 1.7.10
     6Version: 1.7.11
    77Author URI: http://synved.com/
    88License: GPLv2
     
    1919
    2020define('SYNVED_SOCIAL_LOADED', true);
    21 define('SYNVED_SOCIAL_VERSION', 100070010);
    22 define('SYNVED_SOCIAL_VERSION_STRING', '1.7.10');
     21define('SYNVED_SOCIAL_VERSION', 100070011);
     22define('SYNVED_SOCIAL_VERSION_STRING', '1.7.11');
    2323
    2424define('SYNVED_SOCIAL_ADDON_PATH', str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, dirname(__FILE__) . '/addons'));
Note: See TracChangeset for help on using the changeset viewer.