Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Feb 26, 2016
1 parent 9fc52db commit 534580c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ The purpose of StagTools is to keep your content consistent, while you want to c

### Shortcodes
Stagtools includes the following shortcodes:
* Alerts
* Buttons ( optionally, with font icons )
* Columns
* Divider / Horizontal Ruler
* Dropcaps
* Intro Text
* Tabs
* Toggle
* Font Icons by Font Awesome
* Google Maps with 5 predefined styles
* Font Icons by [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
* Google Maps with 5 predefined styles, and map types
* Custom Sidebars Area ( requires [Stag Custom Sidebars](https://wordpress.org/plugins/stag-custom-sidebars/) plugin )
* Image with CSS3 filters
* Videos ( supports oEmbeds )
* Videos ( supports [oEmbeds](https://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F) )

Shortcodes can easily be inserted via the button include in the editor, check the screenshot:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stagtools",
"version": "2.0.1",
"version": "2.1.0",
"description": "A poweful plugin to extend functionality to your WordPress themes offering shortcodes, font icons and useful widgets.",
"homepage": "https://github.com/mauryaratan/stagtools",
"bugs": "https://github.com/mauryaratan/stagtools/issues",
Expand Down
20 changes: 13 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,26 @@ Contributors: mauryaratan, codestag
Donate link: http://codest.ag/st-donate
Tags: widget, icons, retina, shortcodes, themeforest, font-icons, fontawesome, sidebar, social, social media, maps, flickr, instagram, custom post type, codestag, mauryaratan, twitter
Requires at least: 3.5
Tested up to: 4.3
Stable tag: 2.0.1
Tested up to: 4.5
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

StagTools is a powerful plugin to extend functionality to your WordPress themes offering shortcodes, FontAwesome icons and useful widgets.

== Description ==

StagTools powers your WordPress website with some regularly needed shortcodes including buttons, columns, alerts, font icons etc. It also includes several widgets and custom post types (only for Codestag Themes).
StagTools powers your WordPress website with some regularly needed shortcodes including buttons, columns, alerts, font icons etc. It also includes several widgets and editor styles.

**Shortcodes:**

* Alerts
* Buttons ( optionally, with font icons )
* Columns
* Divider / Horizontal Ruler
* Dropcaps
* Intro Text
* Tabs
* Toggle
* Font Icons by [Font Awesome](http://fortawesome.github.io/Font-Awesome/)
* Google Maps with 5 predefined styles
* Google Maps with 5 predefined styles, and map types
* Custom Sidebars Area ( requires [Stag Custom Sidebars](https://wordpress.org/plugins/stag-custom-sidebars/) plugin )
* Image with CSS3 filters
* Videos ( supports [oEmbeds](https://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F) )
Expand Down Expand Up @@ -66,6 +63,7 @@ Yes you can! Join me on [Github Repository](https://github.com/mauryaratan/stagt
2. Shortcode builder is located on your WordPress editor at very last.
3. All widgets added by StagTools are highlighted.
4. Settings panel for adding twitter oAuth keys.
5. Editor styles; includes Intro Text/Run In and alerts.

== Installation ==

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

== Changelog ==

= 2.1.0 - February 26, 2016 =
* New - Google map shortcode now supports map type to choose between Roadmap, Satellite, Hybrid, and Terrain
* Tweak - Replaced dropdown fields in Shortcode generator with buttonsets
* Fix - Instagram widget to work with new API
* Fix - Dribbble widget feed URL causing widget to fail
* Fix - Fix an issue with Skype field showing incorrect value due to URL escaping
* Updated - FontAwesome library v4.5.0

= 2.0.1 - August 21, 2014 =
* Fix - PHP constructor method error, introduced in WordPress 4.3
* Fix - Invalid flickr ID error when adding widget, props @ragzor
Expand Down
8 changes: 4 additions & 4 deletions stagtools.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* 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.0.1
* Version: 2.1.0
* Author: Ram Ratan Maurya
* Author URI: http://mauryaratan.me
* License: GPL2
* Requires at least: 3.5
* Tested up to: 4.3
* Tested up to: 4.5
*
* Text Domain: stag
* Domain Path: /languages/
Expand All @@ -22,7 +22,7 @@
* Main StagTools Class
*
* @package StagTools
* @version 2.0.1
* @version 2.1.0
* @author Ram Ratan Maurya (Codestag)
* @link http://mauryaratan.me
* @link http://codestag.com
Expand All @@ -33,7 +33,7 @@ class StagTools {
/**
* @var string
*/
public $version = '2.0.1';
public $version = '2.1.0';

/**
* @var StagTools The single instance of the class
Expand Down

0 comments on commit 534580c

Please sign in to comment.