You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machete.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
* Plugin URI: https://machetewp.com
5
5
* 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
Copy file name to clipboardExpand all lines: readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ So far, Machete includes the following tools:
8
8
### Header cleanup
9
9
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.
10
10
11
-
### Cookie law warning
11
+
### Cookie & GDPR
12
12
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.
13
13
14
14
### Analytics and custom code
15
15
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...).
16
16
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.
18
18
19
19
### Maintenance mode
20
20
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
25
25
### Social Sharing Buttons
26
26
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.
27
27
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
+
28
31
## Installation
29
32
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
30
33
2. Activate the plugin through the 'Plugins' screen in WordPress
@@ -28,7 +28,7 @@ We know you hate cookie warning bars. Well, this is the least hateable cookie ba
28
28
= Analytics and custom code =
29
29
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...).
30
30
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.
32
32
33
33
= Maintenance mode =
34
34
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
39
39
= Social Sharing Buttons =
40
40
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.
41
41
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
+
42
45
== Installation ==
43
46
1. Upload the plugin files to the `/wp-content/plugins/machete` directory, or install the plugin through the WordPress plugins screen directly
44
47
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
70
73
71
74
== Changelog ==
72
75
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
0 commit comments