Skip to content

Commit

Permalink
Merge pull request #28 from seagyn/feature/add-telegram
Browse files Browse the repository at this point in the history
Feature/add telegram
  • Loading branch information
seagyn authored Apr 13, 2020
2 parents 28f5cde + b51dc4a commit 2a7490c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 2.0.2 =

* Add Telegram

= 2.0.1 =

* Add the template tag back in.
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Seags
Tags: social, social bookmarks, social links, social networking
Requires at least: 4.8
Tested up to: 5.4
Stable tag: 2.0.1
Stable tag: 2.0.2
Requires PHP: 5.6
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -16,6 +16,7 @@ The Social Links plugin adds a widget and shortcode to your WordPress website al

The 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:

* Telegram
* Google+
* Facebook
* Twitter
Expand Down Expand Up @@ -80,6 +81,10 @@ You can change the order on your settings page.

== Changelog ==

= 2.0.2 =

* Add Telegram

= 2.0.1 =

* Add the template tag back in.
Expand Down
4 changes: 2 additions & 2 deletions the-social-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: The Social Links
* Plugin URI: https://github.com/seagyn/the-social-links
* Description: The Social Links plugin adds a widget and shortcode to your WordPress website allowing you to display icons linking to your social profiles.
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 4.2
* Requires PHP: 5.6
* Author: Seagyn Davis
Expand All @@ -37,7 +37,7 @@

namespace SeagynDavis\TheSocialLinks;

define( 'THE_SOCIAL_LINKS_VERSION', '2.0.0' );
define( 'THE_SOCIAL_LINKS_VERSION', '2.0.2' );
define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) );
define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 2a7490c

Please sign in to comment.