Skip to content

Commit efc72c7

Browse files
committed
Relase 1.4.7
* Added AGENTS.md * Updated multiple plugins without plugin name or type * added general/qr-code-page-link.php
1 parent 060ee24 commit efc72c7

30 files changed

Lines changed: 161 additions & 63 deletions

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# AGENTS.md
2+
3+
## Notes
4+
* For type there is only "plugin", "theme", and "mu-plugin".

README-snippets.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
| Title | Version | Type | Status | Description |
2121
| ----- | ------- | ---- | ------ | ----------- |
22-
| [Ajax Logger](./ajaxlog/ajaxlog.php) | 1.0.0 | Plugin | :white_check_mark: | Record all admin_init requests to troubleshoot high admin-ajax.php requests. |
22+
| [Ajax Logger](./ajaxlog/ajaxlog.php) | 1.0.0 | mu-plugin | :white_check_mark: | Record all admin_init requests to troubleshoot high admin-ajax.php requests. |
2323

2424
## [buddyboss](buddyboss)
2525

2626
| Title | Version | Type | Status | Description |
2727
| ----- | ------- | ---- | ------ | ----------- |
28-
| [BBP WPAL Filters](./buddyboss/bbp-wpal-filters.php) | 1.0.1 | Plugin | :white_check_mark: | BuddyBoss Platform Filters to improve page speed. |
28+
| [BBP WPAL Filters](./buddyboss/bbp-wpal-filters.php) | 1.0.1 | mu-plugin | :white_check_mark: | BuddyBoss Platform Filters to improve page speed. |
2929

3030
## [caching](caching)
3131

@@ -43,16 +43,16 @@
4343
| Title | Version | Type | Status | Description |
4444
| ----- | ------- | ---- | ------ | ----------- |
4545
| [Block HTTP Requests to a list of URLs](./core/block-http-requests.php) | 0.1.0 | * Type: snippet | :white_check_mark: | This plugin blocks HTTP requests to specific URLs, such as the WP Ultimo update server. |
46-
| [enable-core-updates-version-control.php](./core/enable-core-updates-version-control.php) | 1.0.0 | Plugin | :white_check_mark: | Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system. |
46+
| [enable-core-updates-version-control.php](./core/enable-core-updates-version-control.php) | 1.0.0 | mu-plugin | :white_check_mark: | Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system. |
4747

4848
## [debug](debug)
4949

5050
| Title | Version | Type | Status | Description |
5151
| ----- | ------- | ---- | ------ | ----------- |
52-
| [log-hook-calls.php](./debug/log-hook-calls.php) | 1.0.0 | Plugin | :white_check_mark: | Log all hook calls to a file |
52+
| [log-hook-calls.php](./debug/log-hook-calls.php) | 1.0.0 | mu-plugin | :white_check_mark: | Log all hook calls to a file |
5353
| [PHP Memory Info](./debug/php-memory.php) | 1.0 | mu-plugin | :white_check_mark: | Adds a Tools -> PHP Memory page to display PHP ini and WordPress memory settings and current usage. |
54-
| [show-browser-cookies.php](./debug/show-browser-cookies.php) | 1.0.0 | snippet | :white_check_mark: | * Description Shows your browsers cookies |
55-
| [Application Logs](./debug/show-logs-admin.php) | 1.0 | Plugin | :white_check_mark: | Displays top 10 lines from a log file in the WordPress admin section. |
54+
| [show-browser-cookies.php](./debug/show-browser-cookies.php) | 1.0.0 | snippet | :question: | * Description Shows your browsers cookies |
55+
| [Application Logs](./debug/show-logs-admin.php) | 1.0 | snippet | :white_check_mark: | Displays top 10 lines from a log file in the WordPress admin section. |
5656
| [WP Redirect Log](./debug/wp-redirect-log.php) | 1.0 | mu-plugin | :white_check_mark: | Logs all wp_redirect and wp_safe_redirect calls to a log file in the uploads directory. |
5757

5858
## [development](development)
@@ -61,31 +61,37 @@
6161
| ----- | ------- | ---- | ------ | ----------- |
6262
| [staging-environment.php](./development/staging-environment.php) | 1.0.0 | Snippet | :white_check_mark: | This snippet will enable and disable plugins based on the WP_ENVIRONMENT_TYPE |
6363

64+
## [general](general)
65+
66+
| Title | Version | Type | Status | Description |
67+
| ----- | ------- | ---- | ------ | ----------- |
68+
| [MU Shortcode: SVG QR for Current URL](./general/qr-code-page-link.php) | 1.0.0 | Snippet | :white_check_mark: | Adds [qr_svg] shortcode that renders an SVG QR code for the current page URL (or a provided URL). |
69+
6470
## [mail](mail)
6571

6672
| Title | Version | Type | Status | Description |
6773
| ----- | ------- | ---- | ------ | ----------- |
68-
| [wp-mail-log-to-file.php](./mail/wp-mail-log-to-file.php) | 1.0.0 | Plugin | :white_check_mark: | Log wp_mail function to a file |
69-
| [wp-mail-test.php](./mail/wp-mail-test.php) | 1.0.0 | Plugin | :white_check_mark: | Used to send a test email to test the wp_mail function. |
74+
| [wp-mail-log-to-file.php](./mail/wp-mail-log-to-file.php) | 1.0.0 | Snippet | :white_check_mark: | Log wp_mail function to a file |
75+
| [wp-mail-test.php](./mail/wp-mail-test.php) | 1.0.0 | mu-plugin | :white_check_mark: | Used to send a test email to test the wp_mail function. |
7076

7177
## [maintenance](maintenance)
7278

7379
| Title | Version | Type | Status | Description |
7480
| ----- | ------- | ---- | ------ | ----------- |
75-
| [wp-maintenance-mode2.php](./maintenance/wp-maintenance-mode2.php) | 1.0.0 | Plugin | :white_check_mark: | This plugin displays a maintenance message for non-administrative users. |
76-
| [wp-maintenance-mode.php](./maintenance/wp-maintenance-mode.php) | 1.0.0 | Plugin | :white_check_mark: | Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators |
81+
| [wp-maintenance-mode2.php](./maintenance/wp-maintenance-mode2.php) | 1.0.0 | mu-plugin | :white_check_mark: | This plugin displays a maintenance message for non-administrative users. |
82+
| [wp-maintenance-mode.php](./maintenance/wp-maintenance-mode.php) | 1.0.0 | mu-plugin | :white_check_mark: | Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators |
7783

7884
## [monitoring](monitoring)
7985

8086
| Title | Version | Type | Status | Description |
8187
| ----- | ------- | ---- | ------ | ----------- |
82-
| [betteruptime-heartbeat.php](./monitoring/betteruptime-heartbeat.php) | 1.0.0 | Plugin | :white_check_mark: | Monitor WordPress cron via Better Uptime heartbeat checks. Originally from https://www.sprucely.net/knowledge-base/monitoring-wordpress-cron-via-heartbeat-checks/ |
88+
| [betteruptime-heartbeat.php](./monitoring/betteruptime-heartbeat.php) | 1.0.0 | mu-plugin | :white_check_mark: | Monitor WordPress cron via Better Uptime heartbeat checks. Originally from https://www.sprucely.net/knowledge-base/monitoring-wordpress-cron-via-heartbeat-checks/ |
8389

8490
## [multisite](multisite)
8591

8692
| Title | Version | Type | Status | Description |
8793
| ----- | ------- | ---- | ------ | ----------- |
88-
| [sunrise-subdomain-to-subdirectory-mapping.php](./multisite/sunrise-subdomain-to-subdirectory-mapping.php) | 1.0.0 | Plugin | :white_check_mark: | Redirect domain names to multisite subdirectories and include query arguments in the redirect. |
94+
| [sunrise-subdomain-to-subdirectory-mapping.php](./multisite/sunrise-subdomain-to-subdirectory-mapping.php) | 1.0.0 | mu-plugin | :white_check_mark: | Redirect domain names to multisite subdirectories and include query arguments in the redirect. |
8995

9096
## [plugins](plugins)
9197

@@ -95,13 +101,13 @@
95101
| [Plugin Name: PowerKit SVG Lazyload Fix](./plugins/powerkit-svg-lazyload-fix.php) | 1.0.0 | mu-plugin | :white_check_mark: | This script has two objectives, replace redirection_items and update |
96102
| [redirection-search-replace.php](./plugins/redirection-search-replace.php) | 1.0.0 | script | :white_check_mark: | This script has two objectives, replace redirection_items and update |
97103
| [Plugin Name: Simple Membership Members Per Page](./plugins/simple-membership-members-per-page.php) | Version: 1.0 | script | :white_check_mark: | This script has two objectives, replace redirection_items and update |
98-
| [Ultimo Custom Domain Edits](./plugins/ultimo-custom-domain-edits.php) | 1.0 | Plugin | :white_check_mark: | Custom Domain Edits for Ultimo |
104+
| [Ultimo Custom Domain Edits](./plugins/ultimo-custom-domain-edits.php) | 1.0 | snippet | :white_check_mark: | Custom Domain Edits for Ultimo |
99105

100106
## [tests](tests)
101107

102108
| Title | Version | Type | Status | Description |
103109
| ----- | ------- | ---- | ------ | ----------- |
104-
| [check-ports.php](./tests/check-ports.php) | 1.0.0 | Plugin | :white_check_mark: | Original created to test if ports are open outbound on hosting providers to be able to send tranational email |
110+
| [test-open-tcp-ports.php](./tests/check-ports.php) | 1.0.0 | mu-plugin | :white_check_mark: | Original created to test if ports are open outbound on hosting providers to be able to send tranational email |
105111

106112
## [theme](theme)
107113

@@ -119,13 +125,13 @@
119125

120126
| Title | Version | Type | Status | Description |
121127
| ----- | ------- | ---- | ------ | ----------- |
122-
| [woocommerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
128+
| [woo-commerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
123129
| [woocommerce-order-search-in-admin-bar.php](./woocommerce/woocommerce-order-search-in-admin-bar.php) | 1.0.0 | Snippet | :white_check_mark: | Add shop order search in the admin bar |
124130
| [woocommerce-wc_product_loop_transient-expiration-to-1-day.php](./woocommerce/woocommerce-wc_product_loop_transient-expiration-to-1-day.php) | 1.0.0 | snippet | :white_check_mark: | Change wc_product_loop transient expiration to 1 day |
125131

126132
## [wp-failover](wp-failover)
127133

128134
| Title | Version | Type | Status | Description |
129135
| ----- | ------- | ---- | ------ | ----------- |
130-
| [Failover Status Monitor](./wp-failover/wp-failover.php) | 1.0.0 | Plugin | :white_check_mark: | Monitors failover status and provides notifications. |
136+
| [Failover Status Monitor](./wp-failover/wp-failover.php) | 1.0.0 | mu-plugin | :white_check_mark: | Monitors failover status and provides notifications. |
131137

README.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The status field is used to indicate the current status of the snippet. This is
3333

3434
| Title | Version | Type | Status | Description |
3535
| ----- | ------- | ---- | ------ | ----------- |
36-
| [Ajax Logger](./ajaxlog/ajaxlog.php) | 1.0.0 | Plugin | :white_check_mark: | Record all admin_init requests to troubleshoot high admin-ajax.php requests. |
36+
| [Ajax Logger](./ajaxlog/ajaxlog.php) | 1.0.0 | mu-plugin | :white_check_mark: | Record all admin_init requests to troubleshoot high admin-ajax.php requests. |
3737

3838
## [buddyboss](buddyboss)
3939

4040
| Title | Version | Type | Status | Description |
4141
| ----- | ------- | ---- | ------ | ----------- |
42-
| [BBP WPAL Filters](./buddyboss/bbp-wpal-filters.php) | 1.0.1 | Plugin | :white_check_mark: | BuddyBoss Platform Filters to improve page speed. |
42+
| [BBP WPAL Filters](./buddyboss/bbp-wpal-filters.php) | 1.0.1 | mu-plugin | :white_check_mark: | BuddyBoss Platform Filters to improve page speed. |
4343

4444
## [caching](caching)
4545

@@ -57,16 +57,16 @@ The status field is used to indicate the current status of the snippet. This is
5757
| Title | Version | Type | Status | Description |
5858
| ----- | ------- | ---- | ------ | ----------- |
5959
| [Block HTTP Requests to a list of URLs](./core/block-http-requests.php) | 0.1.0 | * Type: snippet | :white_check_mark: | This plugin blocks HTTP requests to specific URLs, such as the WP Ultimo update server. |
60-
| [enable-core-updates-version-control.php](./core/enable-core-updates-version-control.php) | 1.0.0 | Plugin | :white_check_mark: | Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system. |
60+
| [enable-core-updates-version-control.php](./core/enable-core-updates-version-control.php) | 1.0.0 | mu-plugin | :white_check_mark: | Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system. |
6161

6262
## [debug](debug)
6363

6464
| Title | Version | Type | Status | Description |
6565
| ----- | ------- | ---- | ------ | ----------- |
66-
| [log-hook-calls.php](./debug/log-hook-calls.php) | 1.0.0 | Plugin | :white_check_mark: | Log all hook calls to a file |
66+
| [log-hook-calls.php](./debug/log-hook-calls.php) | 1.0.0 | mu-plugin | :white_check_mark: | Log all hook calls to a file |
6767
| [PHP Memory Info](./debug/php-memory.php) | 1.0 | mu-plugin | :white_check_mark: | Adds a Tools -> PHP Memory page to display PHP ini and WordPress memory settings and current usage. |
68-
| [show-browser-cookies.php](./debug/show-browser-cookies.php) | 1.0.0 | snippet | :white_check_mark: | * Description Shows your browsers cookies |
69-
| [Application Logs](./debug/show-logs-admin.php) | 1.0 | Plugin | :white_check_mark: | Displays top 10 lines from a log file in the WordPress admin section. |
68+
| [show-browser-cookies.php](./debug/show-browser-cookies.php) | 1.0.0 | snippet | :question: | * Description Shows your browsers cookies |
69+
| [Application Logs](./debug/show-logs-admin.php) | 1.0 | snippet | :white_check_mark: | Displays top 10 lines from a log file in the WordPress admin section. |
7070
| [WP Redirect Log](./debug/wp-redirect-log.php) | 1.0 | mu-plugin | :white_check_mark: | Logs all wp_redirect and wp_safe_redirect calls to a log file in the uploads directory. |
7171

7272
## [development](development)
@@ -75,31 +75,37 @@ The status field is used to indicate the current status of the snippet. This is
7575
| ----- | ------- | ---- | ------ | ----------- |
7676
| [staging-environment.php](./development/staging-environment.php) | 1.0.0 | Snippet | :white_check_mark: | This snippet will enable and disable plugins based on the WP_ENVIRONMENT_TYPE |
7777

78+
## [general](general)
79+
80+
| Title | Version | Type | Status | Description |
81+
| ----- | ------- | ---- | ------ | ----------- |
82+
| [MU Shortcode: SVG QR for Current URL](./general/qr-code-page-link.php) | 1.0.0 | Snippet | :white_check_mark: | Adds [qr_svg] shortcode that renders an SVG QR code for the current page URL (or a provided URL). |
83+
7884
## [mail](mail)
7985

8086
| Title | Version | Type | Status | Description |
8187
| ----- | ------- | ---- | ------ | ----------- |
82-
| [wp-mail-log-to-file.php](./mail/wp-mail-log-to-file.php) | 1.0.0 | Plugin | :white_check_mark: | Log wp_mail function to a file |
83-
| [wp-mail-test.php](./mail/wp-mail-test.php) | 1.0.0 | Plugin | :white_check_mark: | Used to send a test email to test the wp_mail function. |
88+
| [wp-mail-log-to-file.php](./mail/wp-mail-log-to-file.php) | 1.0.0 | Snippet | :white_check_mark: | Log wp_mail function to a file |
89+
| [wp-mail-test.php](./mail/wp-mail-test.php) | 1.0.0 | mu-plugin | :white_check_mark: | Used to send a test email to test the wp_mail function. |
8490

8591
## [maintenance](maintenance)
8692

8793
| Title | Version | Type | Status | Description |
8894
| ----- | ------- | ---- | ------ | ----------- |
89-
| [wp-maintenance-mode2.php](./maintenance/wp-maintenance-mode2.php) | 1.0.0 | Plugin | :white_check_mark: | This plugin displays a maintenance message for non-administrative users. |
90-
| [wp-maintenance-mode.php](./maintenance/wp-maintenance-mode.php) | 1.0.0 | Plugin | :white_check_mark: | Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators |
95+
| [wp-maintenance-mode2.php](./maintenance/wp-maintenance-mode2.php) | 1.0.0 | mu-plugin | :white_check_mark: | This plugin displays a maintenance message for non-administrative users. |
96+
| [wp-maintenance-mode.php](./maintenance/wp-maintenance-mode.php) | 1.0.0 | mu-plugin | :white_check_mark: | Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators |
9197

9298
## [monitoring](monitoring)
9399

94100
| Title | Version | Type | Status | Description |
95101
| ----- | ------- | ---- | ------ | ----------- |
96-
| [betteruptime-heartbeat.php](./monitoring/betteruptime-heartbeat.php) | 1.0.0 | Plugin | :white_check_mark: | Monitor WordPress cron via Better Uptime heartbeat checks. Originally from https://www.sprucely.net/knowledge-base/monitoring-wordpress-cron-via-heartbeat-checks/ |
102+
| [betteruptime-heartbeat.php](./monitoring/betteruptime-heartbeat.php) | 1.0.0 | mu-plugin | :white_check_mark: | Monitor WordPress cron via Better Uptime heartbeat checks. Originally from https://www.sprucely.net/knowledge-base/monitoring-wordpress-cron-via-heartbeat-checks/ |
97103

98104
## [multisite](multisite)
99105

100106
| Title | Version | Type | Status | Description |
101107
| ----- | ------- | ---- | ------ | ----------- |
102-
| [sunrise-subdomain-to-subdirectory-mapping.php](./multisite/sunrise-subdomain-to-subdirectory-mapping.php) | 1.0.0 | Plugin | :white_check_mark: | Redirect domain names to multisite subdirectories and include query arguments in the redirect. |
108+
| [sunrise-subdomain-to-subdirectory-mapping.php](./multisite/sunrise-subdomain-to-subdirectory-mapping.php) | 1.0.0 | mu-plugin | :white_check_mark: | Redirect domain names to multisite subdirectories and include query arguments in the redirect. |
103109

104110
## [plugins](plugins)
105111

@@ -109,13 +115,13 @@ The status field is used to indicate the current status of the snippet. This is
109115
| [Plugin Name: PowerKit SVG Lazyload Fix](./plugins/powerkit-svg-lazyload-fix.php) | 1.0.0 | mu-plugin | :white_check_mark: | This script has two objectives, replace redirection_items and update |
110116
| [redirection-search-replace.php](./plugins/redirection-search-replace.php) | 1.0.0 | script | :white_check_mark: | This script has two objectives, replace redirection_items and update |
111117
| [Plugin Name: Simple Membership Members Per Page](./plugins/simple-membership-members-per-page.php) | Version: 1.0 | script | :white_check_mark: | This script has two objectives, replace redirection_items and update |
112-
| [Ultimo Custom Domain Edits](./plugins/ultimo-custom-domain-edits.php) | 1.0 | Plugin | :white_check_mark: | Custom Domain Edits for Ultimo |
118+
| [Ultimo Custom Domain Edits](./plugins/ultimo-custom-domain-edits.php) | 1.0 | snippet | :white_check_mark: | Custom Domain Edits for Ultimo |
113119

114120
## [tests](tests)
115121

116122
| Title | Version | Type | Status | Description |
117123
| ----- | ------- | ---- | ------ | ----------- |
118-
| [check-ports.php](./tests/check-ports.php) | 1.0.0 | Plugin | :white_check_mark: | Original created to test if ports are open outbound on hosting providers to be able to send tranational email |
124+
| [test-open-tcp-ports.php](./tests/check-ports.php) | 1.0.0 | mu-plugin | :white_check_mark: | Original created to test if ports are open outbound on hosting providers to be able to send tranational email |
119125

120126
## [theme](theme)
121127

@@ -133,15 +139,15 @@ The status field is used to indicate the current status of the snippet. This is
133139

134140
| Title | Version | Type | Status | Description |
135141
| ----- | ------- | ---- | ------ | ----------- |
136-
| [woocommerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
142+
| [woo-commerce-hide-costofgoodssold-metadata.php](./woocommerce/woocommerce-hide-costofgoodssold-metadata.php) | 1.0.0 | snippet | :white_check_mark: | Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes |
137143
| [woocommerce-order-search-in-admin-bar.php](./woocommerce/woocommerce-order-search-in-admin-bar.php) | 1.0.0 | Snippet | :white_check_mark: | Add shop order search in the admin bar |
138144
| [woocommerce-wc_product_loop_transient-expiration-to-1-day.php](./woocommerce/woocommerce-wc_product_loop_transient-expiration-to-1-day.php) | 1.0.0 | snippet | :white_check_mark: | Change wc_product_loop transient expiration to 1 day |
139145

140146
## [wp-failover](wp-failover)
141147

142148
| Title | Version | Type | Status | Description |
143149
| ----- | ------- | ---- | ------ | ----------- |
144-
| [Failover Status Monitor](./wp-failover/wp-failover.php) | 1.0.0 | Plugin | :white_check_mark: | Monitors failover status and provides notifications. |
150+
| [Failover Status Monitor](./wp-failover/wp-failover.php) | 1.0.0 | mu-plugin | :white_check_mark: | Monitors failover status and provides notifications. |
145151

146152
# Changelog
147153
## Relase 1.4.6

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.5
1+
1.4.7

0 commit comments

Comments
 (0)