Skip to content

Commit

Permalink
Version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Jan 4, 2019
1 parent df167d1 commit 17f2e83
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: mauryaratan, codestag
Donate link: https://codest.ag/st-donate
Tags: widget, icons, retina, shortcodes, themeforest, font icons, fontawesome, font awesome 5, sidebar, social, social media, maps, google maps, flickr, dribbble, instagram, custom post type, codestag, mauryaratan, twitter
Requires at least: 4.0
Tested up to: 4.9.4
Stable tag: 2.2.6
Tested up to: 5.0.2
Stable tag: 2.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -91,6 +91,15 @@ Yes you can! Join me on [Github Repository](https://github.com/mauryaratan/stagt

== Changelog ==

= 2.3 =
* Compatibility with WordPress 5.0+
* Update FontAwesome to v5.6.3
* Added REST API support for all custom post types
* Remove deprecate function call to create_function
* Added themes list on settings page
* Fix StagTools popup not opening inside Gutenberg
* Fix JS translation for Classic editor custom buttons

= 2.2.6 - March 16, 2018 =
* Fixed an issue with Instagram widget
* Updated FontAwesome library to v5.0.8
Expand Down Expand Up @@ -269,6 +278,9 @@ Yes you can! Join me on [Github Repository](https://github.com/mauryaratan/stagt

== Upgrade Notice ==

= 2.3 =
* Adds compatibility with WordPress 5.0+. Includes various fixes.

= 2.2.3 =
Updated to FontAwesome v5.0.2

Expand Down
14 changes: 7 additions & 7 deletions stagtools.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
/**
* Plugin Name: StagTools
* Plugin URI: https://wordpress.org/plugins/stagtools/
* Description: A poweful plugin to extend functionality to your WordPress themes offering shortcodes, font icons and useful widgets.
* Version: 2.2.6
* Author: Ram Ratan Maurya
* Author URI: https://mauryaratan.me
* Description: A poweful plugin to extend functionality to your WordPress themes offering shortcodes, font icons, and useful widgets.
* Version: 2.3
* Author: <a href="https://twitter.com/mauryaratan/">Ram Ratan Maurya</a>, <a href="https://codestag.com/">Codestag</a>
* Author URI: https://codestag.com
* License: GPL2
* Requires at least: 4.0
* Tested up to: 4.9.4
* Tested up to: 5.0.2
*
* Text Domain: stag
* Domain Path: /languages/
Expand All @@ -24,7 +24,7 @@
* Main StagTools Class
*
* @package StagTools
* @version 2.2.6
* @version 2.3
* @author Ram Ratan Maurya (Codestag)
* @link https://mauryaratan.me
* @link https://codestag.com
Expand All @@ -35,7 +35,7 @@ class StagTools {
*
* @var string
*/
public $version = '2.2.6';
public $version = '2.3';

/**
* The single instance of the class.
Expand Down

0 comments on commit 17f2e83

Please sign in to comment.