Changeset 1767076
- Timestamp:
- 11/15/2017 03:21:06 PM (8 years ago)
- Location:
- the-social-links
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from the-social-links/trunk)
-
tags/1.3.1/includes/class-frontend.php (modified) (1 diff)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
tags/1.3.1/the-social-links.php (modified) (3 diffs)
-
trunk/includes/class-frontend.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/the-social-links.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-social-links/tags/1.3.1/includes/class-frontend.php
r1766881 r1767076 82 82 * @return string Returns the social links output 83 83 */ 84 public function shortcode( array$atts ) {84 public function shortcode( $atts ) { 85 85 return self::display( false ); 86 86 } -
the-social-links/tags/1.3.1/readme.txt
r1766881 r1767076 1 1 === The Social Links === 2 Contributors: leapsandbounds, seags, leogopal, hayleydia2 Contributors: leapsandbounds, Seags, leogopal, hayleydia 3 3 Tags: social, social bookmarks, social links, social networking 4 4 Requires at least: 3.8 … … 81 81 == Changelog == 82 82 83 = 1.3.1 = 84 85 * Fixed type hinting error (we're not there yet, captain) 86 83 87 = 1.3.0 = 84 88 -
the-social-links/tags/1.3.1/the-social-links.php
r1766881 r1767076 4 4 Plugin URI: https://leapsandbounds.io/the-social-links/ 5 5 Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. 6 Version: 1.3. 06 Version: 1.3.1 7 7 Author: Leaps+Bounds 8 8 Author URI: https://leapsandbounds.io/ … … 33 33 * The Social Links Main Class 34 34 * 35 * @version 1. 2.935 * @version 1.3.1 36 36 * @package TheSocialLinks 37 37 */ … … 51 51 * @since 1.0 52 52 */ 53 protected $the_social_links_version = '1.3. 0';53 protected $the_social_links_version = '1.3.1'; 54 54 55 55 /** -
the-social-links/trunk/includes/class-frontend.php
r1766881 r1767076 82 82 * @return string Returns the social links output 83 83 */ 84 public function shortcode( array$atts ) {84 public function shortcode( $atts ) { 85 85 return self::display( false ); 86 86 } -
the-social-links/trunk/readme.txt
r1766881 r1767076 1 1 === The Social Links === 2 Contributors: leapsandbounds, seags, leogopal, hayleydia2 Contributors: leapsandbounds, Seags, leogopal, hayleydia 3 3 Tags: social, social bookmarks, social links, social networking 4 4 Requires at least: 3.8 … … 81 81 == Changelog == 82 82 83 = 1.3.1 = 84 85 * Fixed type hinting error (we're not there yet, captain) 86 83 87 = 1.3.0 = 84 88 -
the-social-links/trunk/the-social-links.php
r1766881 r1767076 4 4 Plugin URI: https://leapsandbounds.io/the-social-links/ 5 5 Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. 6 Version: 1.3. 06 Version: 1.3.1 7 7 Author: Leaps+Bounds 8 8 Author URI: https://leapsandbounds.io/ … … 33 33 * The Social Links Main Class 34 34 * 35 * @version 1. 2.935 * @version 1.3.1 36 36 * @package TheSocialLinks 37 37 */ … … 51 51 * @since 1.0 52 52 */ 53 protected $the_social_links_version = '1.3. 0';53 protected $the_social_links_version = '1.3.1'; 54 54 55 55 /**
Note: See TracChangeset
for help on using the changeset viewer.