Plugin Directory

Changeset 1031125


Ignore:
Timestamp:
11/23/2014 11:27:12 AM (11 years ago)
Author:
rishabh_19
Message:

Added plugin compatibility for WordPress 4.0.1

Location:
social-space
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • social-space/trunk/index.php

    r889300 r1031125  
    6161                <p>
    6262                    <label for="<?php echo $this->get_field_id($social_item); ?>"><?php _e($social_item, 'wp_widget_plugin'); ?></label>
    63                     <input class="widefat" id="<?php echo $this->get_field_id($social_item); ?>" name="<?php echo $this->get_field_name($social_item); ?>" type="text" value="<?php echo ( $instance ) ? esc_attr($instance[$social_item]) : '' ?>" placeholder="Example: http://www.xyz.com" />
     63                    <input class="widefat" id="<?php echo $this->get_field_id($social_item); ?>" name="<?php echo $this->get_field_name($social_item); ?>" type="text" value="<?php echo ( $instance ) ? esc_attr($instance[$social_item]) : '' ?>" placeholder=" http://www.example.com" />
    6464                </p>
    6565            <?php
  • social-space/trunk/readme.txt

    r903605 r1031125  
    33Tags: social, widget, sharing, plugin, simple, wordpress
    44Requires at least: 2.9.2
    5 Tested up to: 3.9
    6 Stable tag: 2.0
     5Tested up to: 4.0.1
     6Stable tag: 3.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44= 3.0 =
     45* Minor changes in user interface.
     46* Functional changes for WordPress 4.0.1 compatibility.
     47
    4448= 2.0 =
    4549* Added 3 options to choose from, for social icons in default state.
     
    5054= 2.0 =
    5155New options have been added to choose how the social icons appear. Please upgrade to latest version.
     56
     57= 3.0 =
     58Plugin in now compatible with WordPress 4.0.1. Please upgrade to latest version.
Note: See TracChangeset for help on using the changeset viewer.