Changeset 2282648
- Timestamp:
- 04/13/2020 07:43:06 PM (6 years ago)
- Location:
- the-social-links
- Files:
-
- 10 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from the-social-links/trunk)
-
tags/2.0.3/assets/css/style.css (modified) (1 diff)
-
tags/2.0.3/changelog.txt (modified) (1 diff)
-
tags/2.0.3/readme.txt (modified) (1 diff)
-
tags/2.0.3/src/boot.php (modified) (1 diff)
-
tags/2.0.3/the-social-links.php (modified) (2 diffs)
-
trunk/assets/css/style.css (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/boot.php (modified) (1 diff)
-
trunk/the-social-links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-social-links/tags/2.0.3/assets/css/style.css
r2282064 r2282648 52 52 .tsl-default.tsl-vine{background:#00bf8f;color:#fff;} 53 53 .tsl-default.tsl-wordpress{background:#21759b;color:#fff;} 54 .tsl-default.tsl-telegram{background:#0088CC;color:#fff;} 54 55 55 56 a.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 1 5 = 2.0.2 = 2 6 -
the-social-links/tags/2.0.3/readme.txt
r2282606 r2282648 84 84 = 2.0.2 = 85 85 86 * Really add Telegram 87 88 = 2.0.2 = 89 86 90 * Add Telegram 87 91 -
the-social-links/tags/2.0.3/src/boot.php
r2282064 r2282648 78 78 'add_tsl_social_networks', 79 79 [ 80 'telegram' => 'Telegram', 80 81 'facebook' => 'Facebook', 81 82 'google-plus' => 'Google+', -
the-social-links/tags/2.0.3/the-social-links.php
r2282606 r2282648 12 12 * Plugin URI: https://github.com/seagyn/the-social-links 13 13 * 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. 214 * Version: 2.0.3 15 15 * Requires at least: 4.2 16 16 * Requires PHP: 5.6 … … 38 38 namespace SeagynDavis\TheSocialLinks; 39 39 40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0. 2' );40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.3' ); 41 41 define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) ); 42 42 define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) ); -
the-social-links/trunk/assets/css/style.css
r2282064 r2282648 52 52 .tsl-default.tsl-vine{background:#00bf8f;color:#fff;} 53 53 .tsl-default.tsl-wordpress{background:#21759b;color:#fff;} 54 .tsl-default.tsl-telegram{background:#0088CC;color:#fff;} 54 55 55 56 a.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 1 5 = 2.0.2 = 2 6 -
the-social-links/trunk/readme.txt
r2282606 r2282648 84 84 = 2.0.2 = 85 85 86 * Really add Telegram 87 88 = 2.0.2 = 89 86 90 * Add Telegram 87 91 -
the-social-links/trunk/src/boot.php
r2282064 r2282648 78 78 'add_tsl_social_networks', 79 79 [ 80 'telegram' => 'Telegram', 80 81 'facebook' => 'Facebook', 81 82 'google-plus' => 'Google+', -
the-social-links/trunk/the-social-links.php
r2282606 r2282648 12 12 * Plugin URI: https://github.com/seagyn/the-social-links 13 13 * 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. 214 * Version: 2.0.3 15 15 * Requires at least: 4.2 16 16 * Requires PHP: 5.6 … … 38 38 namespace SeagynDavis\TheSocialLinks; 39 39 40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0. 2' );40 define( 'THE_SOCIAL_LINKS_VERSION', '2.0.3' ); 41 41 define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) ); 42 42 define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.