Skip to content

Commit 5b7277f

Browse files
committed
improvement: Updated generate-readme.sh to check for missing fields
Require version to be a field Added plugin powerkit-svg-lazyload-fix.php
1 parent 704c091 commit 5b7277f

32 files changed

+471
-156
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Updated disable-checkout-and-limit-login.php to be disabled via define('WP_MAINTENANCE_MODE', true);
44

55

6+
## Release 1.4.1
7+
* Updated disable-checkout-and-limit-login.php to be disabled via define('WP_MAINTENANCE_MODE', true);
8+
9+
610
## Release 1.4.0
711
* Added disable-checkout-and-limit-login.php
812

README-snippets.md

Lines changed: 72 additions & 71 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 76 additions & 71 deletions
Large diffs are not rendered by default.

acf/acf-pull-contact-form-name-ids.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?
22
/**
3-
* acf-pull-contact-form-name-ids.php
3+
* Plugin Name: ACF Pull Contact Form Name IDs into Select Field
44
* Description: Pull Contact Form 6 form name and ID's into a select field called form_id dynamically.
5+
* Version: 1.0.0
56
* Type: snippet
67
* Status: Complete
78
**/

admin/change-admin-email.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/**
33
* Plugin Name: Change Admin Email
44
* Description: Changes the admin email address if it hasn't been changed already without triggering email validation.
5+
* Version: 1.0.0
56
* Type: mu-plugin
67
* Status: Complete
78
*/

admin/disable-checkout-and-limit-login.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/**
33
* Plugin Name: Disable WooCommerce Checkout & Restrict Logins to Admins
44
* Description: Disables WooCommerce checkout and blocks login for all users except administrators.
5+
* Version: 1.0.0
56
* Type: mu-plugin
67
* Status: Complete
78
*/

admin/log-admin-notices.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* log-admin-notices.php
3+
* Plugin Name: Log Admin Notices
44
* Description: Log's admin notices on admin_init, great for finding admin_notices to hide.
5+
* Version: 1.0.0
56
* Type: snippet
67
* Status: Complete
78
*/

admin/mu-dashboard-shortcode.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* mu-dashboard-shortcode.php
4-
* Description: Unsure what the usage of this snippet is.
3+
* Plugin Name: Menu Shortcode
4+
* Description: Adds a shortcode to output the dashboard link.
5+
* Version: 1.0.0
56
* Type: snippet
67
* Status: WIP
78
*/

ajaxlog/ajaxlog.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Description: Record all admin_init requests to troubleshoot high admin-ajax.php requests.
55
* Plugin Name: Ajax Logger
66
* Plugin URI: https://managingwp.io
7+
* Version: 1.0.0
78
* Status: Complete
89
**/
910

caching/disable-lscache-notice.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/**
33
* disable-lscache-notice.php
44
* Description: Disables the admin notice Litespeeds LSCache generates about conflicting plugins installed
5+
* Version: 1.0.0
56
* Type: snippet
67
* Status: WIP
78

0 commit comments

Comments
 (0)