Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nilovelez committed May 17, 2018
1 parent 80d9d51 commit f888113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion machete.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Machete
* Plugin URI: https://machetewp.com
* Description: Machete is a lean and simple suite of tools that makes WordPress development easier: cookie bar, tracking codes, custom code editor, header cleanup, post and page cloner
* Version: 3.1.3
* Version: 3.2
* Author: Nilo Velez
* Author URI: https://www.nilovelez.com
* License: WTFPL
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ We know you hate cookie warning bars. Well, this is the less hateable cookie bar

= Analytics and custom code: =
You don't need a zillion plugins to perform easy task like inserting a verification meta tag (Google Search Console, Bing, Pinterest), a json-ld snippet or a custom styleseet (Google Fonts, Print Styles, accesibility tweaks...).
The Google Analytics tracking code if PageSpeed optimized, GPDR friendly and has the option to track Contact Form 7 events.

= Maintenance mode: =
The maintenance mode that ships with WordPress is just a basic lockdown that is activated whenever you do a major update. With machete Maintenance Mode you can hide your uncomplete page from visitors and search engines, give your clients a secure temporary access and lock you site without affecting your SEO.
Expand Down Expand Up @@ -51,13 +52,15 @@ Yes, but Machete does it well enough and probably is much lighter.

== Changelog ==

= 3.1.3 =
= 3.2 =
* Improved the compliance of the code with the WordPress Coding Standards
* Made some interface changes. The redundant tab menu is gone, navigation is now made using the admin sidebar menu.
* Dropped the use of PHP sessions in the maintenance page. It uses session cookies now.
* New: New 'Clone item' button on the back-end admin bar to make the admin bar compatible with the Gutenberg interface.
* New: Added option to PowerTools to enable upload of SVG images
* Fix: Fixed ampersand escaping error in the code editor
* Fix: Typo in the Disabled REST API notice (props @carloslongarela)
* Fix: PHP 5.4 empty() syntax error (props @luisrull)

* Fix: PHP 5.4 empty() syntax error. Dou you realize Machete only supports PHP 5.6+? (props @luisrull and @Selupress)

= 3.1.2 =
* Added option to reduce Thumbnail JPEG quality
Expand Down

0 comments on commit f888113

Please sign in to comment.