Changeset 2734913
- Timestamp:
- 05/31/2022 03:40:10 PM (4 years ago)
- Location:
- wp-social-widget
- Files:
-
- 21 added
- 2 edited
-
tags/2.2.2 (added)
-
tags/2.2.2/assets (added)
-
tags/2.2.2/assets/css (added)
-
tags/2.2.2/assets/css/social-admin_style.css (added)
-
tags/2.2.2/assets/css/social-icons.css (added)
-
tags/2.2.2/assets/css/social-icons.min.css (added)
-
tags/2.2.2/assets/css/social-style.css (added)
-
tags/2.2.2/assets/css/social-style.min.css (added)
-
tags/2.2.2/assets/fonts (added)
-
tags/2.2.2/assets/fonts/socialicon.eot (added)
-
tags/2.2.2/assets/fonts/socialicon.svg (added)
-
tags/2.2.2/assets/fonts/socialicon.ttf (added)
-
tags/2.2.2/assets/fonts/socialicon.woff (added)
-
tags/2.2.2/assets/js (added)
-
tags/2.2.2/assets/js/social-color_picker.js (added)
-
tags/2.2.2/inc (added)
-
tags/2.2.2/inc/include_file.php (added)
-
tags/2.2.2/inc/shortcodes.php (added)
-
tags/2.2.2/inc/social-widget.php (added)
-
tags/2.2.2/readme.txt (added)
-
tags/2.2.2/socials.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/socials.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-social-widget/trunk/readme.txt
r2489496 r2734913 3 3 Tags: wp social widget, social media, social links,social network, social icons, social media icons, social, media, widget, icons, Behance, Dribbble, Email, Facebook, Flickr, FourSquare, GitHub, Google+, Instagram, LinkedIn, Pinterest, RSS, StumbleUpon,Tumblr, Twitter, Vimeo, Vine, WordPress, Yelp, YouTube, Behance icon, Dribbble icon, Email icon, Facebook icon, Flickr icon, FourSquare icon, GitHub icon, Google+ icon, Instagram icon, LinkedIn icon, Pinterest icon, RSS icon, StumbleUpon icon,Tumblr icon, Twitter icon, Vimeo icon, Vine icon, WordPress icon, Yelp icon, YouTube icon 4 4 Requires at least: 2.8 5 Tested up to: 5.66 Stable tag: 2.2. 15 Tested up to: 6.0 6 Stable tag: 2.2.2 7 7 Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40catchsquare%2ecom&lc=US&item_name=WP%20Social%20Widget&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest 8 8 License: GPLv2 or later … … 98 98 99 99 == Changelog == 100 = 2.2.2 = 101 change version 102 100 103 = 2.2.1 = 101 104 change version -
wp-social-widget/trunk/socials.php
r2489496 r2734913 4 4 Plugin URI: https://wordpress.org/plugins/wp-social-widget/ 5 5 Description: A wordpress plugin to share links of social networking sites. 6 Version: 2.2. 16 Version: 2.2.2 7 7 Author: catchsquare 8 8 Author URI: http://catchsquare.com … … 23 23 24 24 /*Define Constants for this plugin*/ 25 define( 'SOCIAL_NETWORK_VERSION', '2.2. 1' );25 define( 'SOCIAL_NETWORK_VERSION', '2.2.2' ); 26 26 define( 'SOCIAL_NETWORK_PATH', plugin_dir_path( __FILE__ ) ); 27 27 define( 'SOCIAL_NETWORK_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.