Changeset 1439207
- Timestamp:
- 06/18/2016 03:30:00 PM (10 years ago)
- Location:
- social-media-feather/trunk
- Files:
-
- 2 edited
-
social-media-feather.php (modified) (1 diff)
-
synved-social/synved-social.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-media-feather/trunk/social-media-feather.php
r1397248 r1439207 5 5 Description: 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 6 6 Author: Synved 7 Version: 1.7.1 07 Version: 1.7.11 8 8 Author URI: http://synved.com/ 9 9 -
social-media-feather/trunk/synved-social/synved-social.php
r1397248 r1439207 4 4 Description: Social sharing and following tools 5 5 Author: Synved 6 Version: 1.7.1 06 Version: 1.7.11 7 7 Author URI: http://synved.com/ 8 8 License: GPLv2 … … 19 19 20 20 define('SYNVED_SOCIAL_LOADED', true); 21 define('SYNVED_SOCIAL_VERSION', 10007001 0);22 define('SYNVED_SOCIAL_VERSION_STRING', '1.7.1 0');21 define('SYNVED_SOCIAL_VERSION', 100070011); 22 define('SYNVED_SOCIAL_VERSION_STRING', '1.7.11'); 23 23 24 24 define('SYNVED_SOCIAL_ADDON_PATH', str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, dirname(__FILE__) . '/addons'));
Note: See TracChangeset
for help on using the changeset viewer.