Plugin Directory

Changeset 2282606


Ignore:
Timestamp:
04/13/2020 06:22:10 PM (6 years ago)
Author:
Seags
Message:

Update to version 2.0.2 from GitHub

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

Legend:

Unmodified
Added
Removed
  • the-social-links/tags/2.0.2/changelog.txt

    r2282602 r2282606  
     1= 2.0.2 =
     2
     3* Add Telegram
     4
    15= 2.0.1 =
    26
  • the-social-links/tags/2.0.2/readme.txt

    r2282602 r2282606  
    44Requires at least: 4.8
    55Tested up to: 5.4
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 5.6
    88License: GPL2
     
    1717The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. The new version includes the following social networks:
    1818
     19* Telegram
    1920* Google+
    2021* Facebook
     
    8182== Changelog ==
    8283
     84= 2.0.2 =
     85
     86* Add Telegram
     87
    8388= 2.0.1 =
    8489
  • the-social-links/tags/2.0.2/the-social-links.php

    r2282602 r2282606  
    1212 * Plugin URI: https://github.com/seagyn/the-social-links
    1313 * Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles.
    14  * Version: 2.0.1
     14 * Version: 2.0.2
    1515 * Requires at least: 4.2
    1616 * Requires PHP: 5.6
     
    3838namespace SeagynDavis\TheSocialLinks;
    3939
    40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.0' );
     40define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' );
    4141define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) );
    4242define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );
  • the-social-links/trunk/changelog.txt

    r2282602 r2282606  
     1= 2.0.2 =
     2
     3* Add Telegram
     4
    15= 2.0.1 =
    26
  • the-social-links/trunk/readme.txt

    r2282602 r2282606  
    44Requires at least: 4.8
    55Tested up to: 5.4
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 5.6
    88License: GPL2
     
    1717The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles. The new version includes the following social networks:
    1818
     19* Telegram
    1920* Google+
    2021* Facebook
     
    8182== Changelog ==
    8283
     84= 2.0.2 =
     85
     86* Add Telegram
     87
    8388= 2.0.1 =
    8489
  • the-social-links/trunk/the-social-links.php

    r2282602 r2282606  
    1212 * Plugin URI: https://github.com/seagyn/the-social-links
    1313 * Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles.
    14  * Version: 2.0.1
     14 * Version: 2.0.2
    1515 * Requires at least: 4.2
    1616 * Requires PHP: 5.6
     
    3838namespace SeagynDavis\TheSocialLinks;
    3939
    40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.0' );
     40define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' );
    4141define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) );
    4242define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.