Plugin Directory

Changeset 1070726

Timestamp:
01/19/2015 03:06:36 AM (10 years ago)
Author:
zourbuth
Message:

update to 1.0.2

Location:
socialinks-widget
Files:
90 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • socialinks-widget/trunk/index.php

    r686163 r1070726  
    44    Plugin URI: http://zourbuth.com/plugins/socialinks-widget
    55    Description:  This widget is a imple social link widget that shows user profile link with icon. Full features social widget with 16 site supported. Just enter your link and have fun.
    6     Version: 1.0.1
     6    Version: 1.0.
    77    Author: zourbuth
    88    Author URI: http://zourbuth.com
     
    3333function socialinks_widget_plugins_loaded() {
    3434
     35
     36
    3537    /* Set constant path to the members plugin directory. */
     38
    3639    define( 'SOCIALINKS_WIDGET_DIR', plugin_dir_path( __FILE__ ) );
    3740
     
    5053
    5154    /* Load widget file. */
    52     require_once( SOCIALINKS_WIDGET_DIR . 'socialinks-widget.php' );
     55    require_once( SOCIALINKS_WIDGET_DIR . 'widget.php' );
    5356
    5457    /* Register widget. */
  • socialinks-widget/trunk/readme.txt

    r686163 r1070726  
    44Tags: social, social site social profile, share, sharing, facebook, twitter, google plus, icons, image, link, myspace, vimeo, youtube, flickr, email,
    55Requires at least: 3.1
    6 Tested up to: 3.5
    7 Stable tag: 1.0.1
     6Tested up to:
     7Stable tag: 1.0.
    88
    99With this widget you can give link to social profile site with icon.
     
    2626== Installation ==
    2727
    28 You can use the built in installer and upgrader, or you can install the plugin manually.
    29 1. Go to the menu 'Plugins' -> 'Install' and search for 'Simple Social Widget Widget'
     28You can use the built in installer and upgrader, or you can install the plugin manually.
     291. Go to the menu 'Plugins' -> 'Install' and search for 'S
    30302. Click 'install'.
    3131
     
    4343== Changelog ==
    4444
     45
     46
     47
     48
    4549= 1.0.1 =
    4650* Update widget prefix
Note: See TracChangeset for help on using the changeset viewer.