Plugin Directory

Changeset 1767076


Ignore:
Timestamp:
11/15/2017 03:21:06 PM (8 years ago)
Author:
Seags
Message:

Release 1.3.1, see readme.txt for the changelog.

Location:
the-social-links
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • the-social-links/tags/1.3.1/includes/class-frontend.php

    r1766881 r1767076  
    8282     * @return string Returns the social links output
    8383     */
    84     public function shortcode( array $atts ) {
     84    public function shortcode( $atts ) {
    8585        return self::display( false );
    8686    }
  • the-social-links/tags/1.3.1/readme.txt

    r1766881 r1767076  
    11=== The Social Links ===
    2 Contributors: leapsandbounds, seags, leogopal, hayleydia
     2Contributors: leapsandbounds, Seags, leogopal, hayleydia
    33Tags: social, social bookmarks, social links, social networking
    44Requires at least: 3.8
     
    8181== Changelog ==
    8282
     83= 1.3.1 =
     84
     85* Fixed type hinting error (we're not there yet, captain)
     86
    8387= 1.3.0 =
    8488
  • the-social-links/tags/1.3.1/the-social-links.php

    r1766881 r1767076  
    44Plugin URI: https://leapsandbounds.io/the-social-links/
    55Description: 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.0
     6Version: 1.3.1
    77Author: Leaps+Bounds
    88Author URI: https://leapsandbounds.io/
     
    3333 * The Social Links Main Class
    3434 *
    35  * @version   1.2.9
     35 * @version   1.3.1
    3636 * @package   TheSocialLinks
    3737 */
     
    5151     * @since 1.0
    5252     */
    53     protected $the_social_links_version = '1.3.0';
     53    protected $the_social_links_version = '1.3.1';
    5454
    5555    /**
  • the-social-links/trunk/includes/class-frontend.php

    r1766881 r1767076  
    8282     * @return string Returns the social links output
    8383     */
    84     public function shortcode( array $atts ) {
     84    public function shortcode( $atts ) {
    8585        return self::display( false );
    8686    }
  • the-social-links/trunk/readme.txt

    r1766881 r1767076  
    11=== The Social Links ===
    2 Contributors: leapsandbounds, seags, leogopal, hayleydia
     2Contributors: leapsandbounds, Seags, leogopal, hayleydia
    33Tags: social, social bookmarks, social links, social networking
    44Requires at least: 3.8
     
    8181== Changelog ==
    8282
     83= 1.3.1 =
     84
     85* Fixed type hinting error (we're not there yet, captain)
     86
    8387= 1.3.0 =
    8488
  • the-social-links/trunk/the-social-links.php

    r1766881 r1767076  
    44Plugin URI: https://leapsandbounds.io/the-social-links/
    55Description: 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.0
     6Version: 1.3.1
    77Author: Leaps+Bounds
    88Author URI: https://leapsandbounds.io/
     
    3333 * The Social Links Main Class
    3434 *
    35  * @version   1.2.9
     35 * @version   1.3.1
    3636 * @package   TheSocialLinks
    3737 */
     
    5151     * @since 1.0
    5252     */
    53     protected $the_social_links_version = '1.3.0';
     53    protected $the_social_links_version = '1.3.1';
    5454
    5555    /**
Note: See TracChangeset for help on using the changeset viewer.