Skip to content

Commit

Permalink
Merge pull request #34 from seagyn/fix/template-tag-regression
Browse files Browse the repository at this point in the history
fix template regression
  • Loading branch information
seagyn authored Nov 9, 2021
2 parents 0c310e9 + a2290cd commit 1bc686f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: Seags
Tags: social, social bookmarks, social links, social networking
Requires at least: 4.8
Tested up to: 5.4
Stable tag: 2.0.4
Tested up to: 5.8.1
Stable tag: 2.0.5
Requires PHP: 5.6
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -82,6 +82,10 @@ You can change the order on your settings page.

== Changelog ==

= 2.0.5 =

Fix regression in template tag.

= 2.0.3 =

* Really add Telegram
Expand Down
4 changes: 3 additions & 1 deletion src/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
/**
* Template tag functions.
*
* @package SouthAfricaCovid19Banner
* @package TheSocialLinks
*/

/**
* Displays the links with a template tag.
*/
function the_social_links() {
\SeagynDavis\TheSocialLinks\enqueue_public_scripts();

include_once 'html/links.php';
}
6 changes: 3 additions & 3 deletions the-social-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
* 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.4
* Version: 2.0.5
* Requires at least: 4.2
* Requires PHP: 5.6
* Author: Seagyn Davis
* Author URI: https://www.seagyndavis.com
* License: GPL2
* Text Domain: the-social-links
*
* Copyright 2020 Seagyn Davis
* Copyright 2021 Seagyn Davis
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License,
Expand All @@ -37,7 +37,7 @@

namespace SeagynDavis\TheSocialLinks;

define( 'THE_SOCIAL_LINKS_VERSION', '2.0.3' );
define( 'THE_SOCIAL_LINKS_VERSION', '2.0.5' );
define( 'THE_SOCIAL_LINKS_DIR', plugin_dir_path( __FILE__ ) );
define( 'THE_SOCIAL_LINKS_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 1bc686f

Please sign in to comment.