Plugin Directory

Changeset 2282648


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

Update to version 2.0.3 from GitHub

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

Legend:

Unmodified
Added
Removed
  • the-social-links/tags/2.0.3/assets/css/style.css

    r2282064 r2282648  
    5252.tsl-default.tsl-vine{background:#00bf8f;color:#fff;}
    5353.tsl-default.tsl-wordpress{background:#21759b;color:#fff;}
     54.tsl-default.tsl-telegram{background:#0088CC;color:#fff;}
    5455
    5556a.tsl-default:hover, a.tsl-default:hover{background:#222;color:#fff !important;}
  • the-social-links/tags/2.0.3/changelog.txt

    r2282606 r2282648  
     1= 2.0.3 =
     2
     3* Really add Telegram
     4
    15= 2.0.2 =
    26
  • the-social-links/tags/2.0.3/readme.txt

    r2282606 r2282648  
    8484= 2.0.2 =
    8585
     86* Really add Telegram
     87
     88= 2.0.2 =
     89
    8690* Add Telegram
    8791
  • the-social-links/tags/2.0.3/src/boot.php

    r2282064 r2282648  
    7878        'add_tsl_social_networks',
    7979        [
     80            'telegram'     => 'Telegram',
    8081            'facebook'     => 'Facebook',
    8182            'google-plus'  => 'Google+',
  • the-social-links/tags/2.0.3/the-social-links.php

    r2282606 r2282648  
    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.2
     14 * Version: 2.0.3
    1515 * Requires at least: 4.2
    1616 * Requires PHP: 5.6
     
    3838namespace SeagynDavis\TheSocialLinks;
    3939
    40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' );
     40define( 'THE_SOCIAL_LINKS_VERSION', '2.0.3' );
    4141define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) );
    4242define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );
  • the-social-links/trunk/assets/css/style.css

    r2282064 r2282648  
    5252.tsl-default.tsl-vine{background:#00bf8f;color:#fff;}
    5353.tsl-default.tsl-wordpress{background:#21759b;color:#fff;}
     54.tsl-default.tsl-telegram{background:#0088CC;color:#fff;}
    5455
    5556a.tsl-default:hover, a.tsl-default:hover{background:#222;color:#fff !important;}
  • the-social-links/trunk/changelog.txt

    r2282606 r2282648  
     1= 2.0.3 =
     2
     3* Really add Telegram
     4
    15= 2.0.2 =
    26
  • the-social-links/trunk/readme.txt

    r2282606 r2282648  
    8484= 2.0.2 =
    8585
     86* Really add Telegram
     87
     88= 2.0.2 =
     89
    8690* Add Telegram
    8791
  • the-social-links/trunk/src/boot.php

    r2282064 r2282648  
    7878        'add_tsl_social_networks',
    7979        [
     80            'telegram'     => 'Telegram',
    8081            'facebook'     => 'Facebook',
    8182            'google-plus'  => 'Google+',
  • the-social-links/trunk/the-social-links.php

    r2282606 r2282648  
    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.2
     14 * Version: 2.0.3
    1515 * Requires at least: 4.2
    1616 * Requires PHP: 5.6
     
    3838namespace SeagynDavis\TheSocialLinks;
    3939
    40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' );
     40define( 'THE_SOCIAL_LINKS_VERSION', '2.0.3' );
    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.