Skip to content

Commit

Permalink
Updated readme files and plugin headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nilovelez committed May 7, 2022
1 parent a92a5b9 commit 34e0693
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 2 additions & 0 deletions machete.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* 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: 4.0.0
* Requires at least: 4.6
* Requires PHP: 7.0
* Author: Nilo Velez
* Author URI: https://www.nilovelez.com
* License: WTFPL
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ So far, Machete includes the following tools:
### Header cleanup
WordPress places a lot of code inside the `<head>` tag just to keep backward compatibility or to enable optional features. You can disable most of it and save some time from each page request while making your installation safer.

### Cookie law warning
### Cookie & GDPR
We know you hate cookie warning bars. Well, this is the least hateable cookie bar you'll find. It is really light, doesn't affect your PageSpeed score and plays well with static cache plugins.

### Analytics and custom code
You don't need a zillion plugins to perform easy tasks like inserting a verification meta tag (Google Search Console, Bing, Pinterest), a json-ld snippet or a custom stylesheet (Google Fonts, Print Styles, accessibility tweaks...).

The Google Analytics tracking code is PageSpeed optimized, GPDR friendly and has the option to track Contact Form 7 events.
The Google Analytics and Google Tag Manager tracking codes are PageSpeed optimized, GPDR friendly.

### Maintenance mode
The maintenance mode that ships with WordPress is just a basic lock-down that is activated whenever you do a major update. With machete Maintenance Mode you can hide your unfinished page from visitors and search engines, give your clients a secure temporary access and lock your site without affecting your SEO.
Expand All @@ -25,6 +25,9 @@ Adds a "duplicate" link to post, page and most post types lists. Also adds "copy
### Social Sharing Buttons
Social sharing done the Machete way. The icons are made as a custom webfont embedded in a minified CSS file that only weighs 5.8KB. The sharing actions use each platform's native share URL.

### WooCommerce
WooCommerce was designed to work for every possible use case, but that often leads to unexpected behavior. These simple fixes can improve the WooCommerce user experience by making it behave as clients expect.

## Installation
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
2. Activate the plugin through the 'Plugins' screen in WordPress
Expand Down
19 changes: 16 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: nilovelez
Donate link: https://machetewp.com/product/donation/
Tags: cookies, analytics, code, css, javascript, admin
Requires PHP: 7.0
Requires at least: 4.6
Tested up to: 5.9
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: trunk
License: WTFPL
License URI: http://www.wtfpl.net/txt/copying/
Expand All @@ -28,7 +28,7 @@ We know you hate cookie warning bars. Well, this is the least hateable cookie ba
= Analytics and custom code =
You don't need a zillion plugins to perform easy tasks like inserting a verification meta tag (Google Search Console, Bing, Pinterest), a json-ld snippet or a custom stylesheet (Google Fonts, Print Styles, accessibility tweaks...).

The Google Analytics tracking code is PageSpeed optimized, GPDR friendly and has the option to track Contact Form 7 events.
The Google Analytics and Google Tag Manager tracking codes are PageSpeed optimized, GPDR friendly.

= Maintenance mode =
The maintenance mode that ships with WordPress is just a basic lock-down that is activated whenever you do a major update. With machete Maintenance Mode you can hide your unfinished page from visitors and search engines, give your clients a secure temporary access and lock your site without affecting your SEO.
Expand All @@ -39,6 +39,9 @@ Adds a "duplicate" link to post, page and most post types lists. Also adds "copy
= Social Sharing Buttons =
Social sharing done the Machete way. The icons are made as a custom webfont embedded in a minified CSS file that only weighs 5.8KB. The sharing actions use each platform's native share URL.

= WooCommerce =
WooCommerce was designed to work for every possible use case, but that often leads to unexpected behavior. These simple fixes can improve the WooCommerce user experience by making it behave as clients expect.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
2. Activate the plugin through the 'Plugins' screen in WordPress
Expand Down Expand Up @@ -70,6 +73,16 @@ Like it or not, the WordPress Block Editor (codenamed Gutenberg) is here to stay

== Changelog ==

= 4.0.0 =
* Checked for compatibility with WordPress 6.0
* Cleanup module: Added option to disable WordPress search functions
* Cookies module: Complete rework to comply with GDPR. New styles and scripts.
* Tracking & code: Added Analytics 4 and Google Tag Manager support
* New WooCommerce module!
* Import/export module removed
* Powertools: Removed option to save with keyboard
* Tracking & code: Removed option to track CF7 forms

= 3.5.1 =
* Checked for compatibility with WordPress 5.5

Expand Down

0 comments on commit 34e0693

Please sign in to comment.