Skip to content

Commit 34e0693

Browse files
committed
Updated readme files and plugin headers
1 parent a92a5b9 commit 34e0693

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

machete.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Plugin URI: https://machetewp.com
55
* 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
66
* Version: 4.0.0
7+
* Requires at least: 4.6
8+
* Requires PHP: 7.0
79
* Author: Nilo Velez
810
* Author URI: https://www.nilovelez.com
911
* License: WTFPL

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ So far, Machete includes the following tools:
88
### Header cleanup
99
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.
1010

11-
### Cookie law warning
11+
### Cookie & GDPR
1212
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.
1313

1414
### Analytics and custom code
1515
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...).
1616

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

1919
### Maintenance mode
2020
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.
@@ -25,6 +25,9 @@ Adds a "duplicate" link to post, page and most post types lists. Also adds "copy
2525
### Social Sharing Buttons
2626
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.
2727

28+
### WooCommerce
29+
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.
30+
2831
## Installation
2932
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
3033
2. Activate the plugin through the 'Plugins' screen in WordPress

readme.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: nilovelez
33
Donate link: https://machetewp.com/product/donation/
44
Tags: cookies, analytics, code, css, javascript, admin
5+
Requires PHP: 7.0
56
Requires at least: 4.6
6-
Tested up to: 5.9
7-
Requires PHP: 5.6
7+
Tested up to: 6.0
88
Stable tag: trunk
99
License: WTFPL
1010
License URI: http://www.wtfpl.net/txt/copying/
@@ -28,7 +28,7 @@ We know you hate cookie warning bars. Well, this is the least hateable cookie ba
2828
= Analytics and custom code =
2929
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...).
3030

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

3333
= Maintenance mode =
3434
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.
@@ -39,6 +39,9 @@ Adds a "duplicate" link to post, page and most post types lists. Also adds "copy
3939
= Social Sharing Buttons =
4040
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.
4141

42+
= WooCommerce =
43+
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.
44+
4245
== Installation ==
4346
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
4447
2. Activate the plugin through the 'Plugins' screen in WordPress
@@ -70,6 +73,16 @@ Like it or not, the WordPress Block Editor (codenamed Gutenberg) is here to stay
7073

7174
== Changelog ==
7275

76+
= 4.0.0 =
77+
* Checked for compatibility with WordPress 6.0
78+
* Cleanup module: Added option to disable WordPress search functions
79+
* Cookies module: Complete rework to comply with GDPR. New styles and scripts.
80+
* Tracking & code: Added Analytics 4 and Google Tag Manager support
81+
* New WooCommerce module!
82+
* Import/export module removed
83+
* Powertools: Removed option to save with keyboard
84+
* Tracking & code: Removed option to track CF7 forms
85+
7386
= 3.5.1 =
7487
* Checked for compatibility with WordPress 5.5
7588

0 commit comments

Comments
 (0)