Skip to content

Commit

Permalink
New version: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Dec 4, 2016
1 parent d27a249 commit d36dc67
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** italystrap, bandwidth, bing, breadcrumbs, breadcrumb, bootstrap, carousel, css, front-end optimization, gallery, google, images, lazy load, lazy loading, local business seo, local business, local seo, media, microdata, optimize, performance, photo, post, posts, responsive, responsive design, rich snippet, schema, schema.org, seo, slider, slideshow, twitter bootstrap, widget, widgets, yahoo
**Requires at least:** 4.1
**Tested up to:** 4.7
**Stable tag:** 2.2.0
**Stable tag:** 2.2.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -255,6 +255,18 @@ If you have any problem please open a ticket :-)

## Changelog ##

### 2.2.1 ###
Release Date: Dicember 4th, 2016

Dev time: 100h

* Added jpeg_quality option
* Improved validation of options on settings saving
* Fixed excerpt more output in Widget Posts
* Fixed a php fatal error on new install
* fixed undefined index on new install
* Some code refactoring

### 2.2.0 ###
Release Date: November 13th, 2016

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ItalyStrap",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/overclokk/ItalyStrap-plugin",
"authors": [
"Enea Overclokk <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions italystrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ItalyStrap
* Plugin URI: http://www.italystrap.it
* Description: Make your web site more powerful with ItalyStrap. (Requires PHP 5.3 >= and Developers skills). The version 2 is a new and complete rebuild of this plugin. Always make a backup before upgrading.
* Version: 2.2.0
* Version: 2.2.1
* Author: Enea Overclokk
* Author URI: http://www.overclokk.net
* Text Domain: italystrap
Expand Down Expand Up @@ -33,7 +33,7 @@
* Define some costant for internal use
*/
if ( ! defined( 'ITALYSTRAP_PLUGIN_VERSION' ) ) {
define( 'ITALYSTRAP_PLUGIN_VERSION', '2.2.0' );
define( 'ITALYSTRAP_PLUGIN_VERSION', '2.2.1' );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.italystrap.com/
Tags: italystrap, bandwidth, bing, breadcrumbs, breadcrumb, bootstrap, carousel, css, front-end optimization, gallery, google, images, lazy load, lazy loading, local business seo, local business, local seo, media, microdata, optimize, performance, photo, post, posts, responsive, responsive design, rich snippet, schema, schema.org, seo, slider, slideshow, twitter bootstrap, widget, widgets, yahoo
Requires at least: 4.1
Tested up to: 4.7
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit d36dc67

Please sign in to comment.