Plugin Directory

Changeset 2734913


Ignore:
Timestamp:
05/31/2022 03:40:10 PM (4 years ago)
Author:
catchsquare
Message:

Updated 2.2.2

Location:
wp-social-widget
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-social-widget/trunk/readme.txt

    r2489496 r2734913  
    33Tags: 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
    44Requires at least: 2.8
    5 Tested up to: 5.6
    6 Stable tag: 2.2.1
     5Tested up to: 6.0
     6Stable tag: 2.2.2
    77Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=contact%40catchsquare%2ecom&lc=US&item_name=WP%20Social%20Widget&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest
    88License: GPLv2 or later
     
    9898
    9999== Changelog ==
     100= 2.2.2 =
     101change version
     102
    100103= 2.2.1 =
    101104change version
  • wp-social-widget/trunk/socials.php

    r2489496 r2734913  
    44Plugin URI: https://wordpress.org/plugins/wp-social-widget/
    55Description: A wordpress plugin to share links of social networking sites.
    6 Version: 2.2.1
     6Version: 2.2.2
    77Author: catchsquare
    88Author URI: http://catchsquare.com
     
    2323
    2424/*Define Constants for this plugin*/
    25 define( 'SOCIAL_NETWORK_VERSION', '2.2.1' );
     25define( 'SOCIAL_NETWORK_VERSION', '2.2.2' );
    2626define( 'SOCIAL_NETWORK_PATH', plugin_dir_path( __FILE__ ) );
    2727define( 'SOCIAL_NETWORK_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.