Changeset 1031125
- Timestamp:
- 11/23/2014 11:27:12 AM (11 years ago)
- Location:
- social-space
- Files:
-
- 12 added
- 2 edited
-
assets/icon-128x128.jpg (added)
-
tags/3.0 (added)
-
tags/3.0/index.php (added)
-
tags/3.0/readme.txt (added)
-
tags/3.0/screenshot-1.png (added)
-
tags/3.0/screenshot-2.png (added)
-
tags/3.0/screenshot-3.png (added)
-
tags/3.0/screenshot-4.png (added)
-
tags/3.0/social.png (added)
-
tags/3.0/type1.png (added)
-
tags/3.0/type2.png (added)
-
tags/3.0/type3.png (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-space/trunk/index.php
r889300 r1031125 61 61 <p> 62 62 <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" /> 64 64 </p> 65 65 <?php -
social-space/trunk/readme.txt
r903605 r1031125 3 3 Tags: social, widget, sharing, plugin, simple, wordpress 4 4 Requires at least: 2.9.2 5 Tested up to: 3.96 Stable tag: 2.05 Tested up to: 4.0.1 6 Stable tag: 3.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 3.0 = 45 * Minor changes in user interface. 46 * Functional changes for WordPress 4.0.1 compatibility. 47 44 48 = 2.0 = 45 49 * Added 3 options to choose from, for social icons in default state. … … 50 54 = 2.0 = 51 55 New options have been added to choose how the social icons appear. Please upgrade to latest version. 56 57 = 3.0 = 58 Plugin in now compatible with WordPress 4.0.1. Please upgrade to latest version.
Note: See TracChangeset
for help on using the changeset viewer.