Skip to content

Commit

Permalink
Merge pull request #152 from MITLibraries/pw-94
Browse files Browse the repository at this point in the history
Add content-audit-exporter plugin
  • Loading branch information
matt-bernhardt authored Jul 17, 2024
2 parents ce2ede0 + 64ae9d4 commit e86e451
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
],
"require": {
"php": ">=7.4",
"wpengine/advanced-custom-fields-pro": "^5",
"composer/installers": "^2.2",
"connectthink/wp-scss": "^2.4@beta",
"cweagans/composer-patches": "^1.7",
Expand All @@ -102,6 +101,7 @@
"wpackagist-plugin/classic-widgets": "^0.3.0",
"wpackagist-plugin/cms-tree-page-view": "^1.6",
"wpackagist-plugin/contact-form-7": "^5.6",
"wpackagist-plugin/content-audit-exporter": "^1.1",
"wpackagist-plugin/custom-post-type-ui": "^1.13",
"wpackagist-plugin/enable-media-replace": "^4.0",
"wpackagist-plugin/filter-page-by-template": "^3.1",
Expand All @@ -125,7 +125,8 @@
"wpackagist-plugin/wp-native-php-sessions": "*",
"wpackagist-plugin/wp-security-audit-log": "^4.4",
"wpackagist-plugin/wp-sentry-integration": "^7.0",
"wpackagist-plugin/wpcf7-recaptcha": "^1.4"
"wpackagist-plugin/wpcf7-recaptcha": "^1.4",
"wpengine/advanced-custom-fields-pro": "^5"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
Expand Down
20 changes: 19 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<exclude-pattern>web/app/plugins/classic-widgets</exclude-pattern>
<exclude-pattern>web/app/plugins/cms-tree-page-view</exclude-pattern>
<exclude-pattern>web/app/plugins/contact-form-7</exclude-pattern>
<exclude-pattern>web/app/plugins/content-audit-exporter</exclude-pattern>
<exclude-pattern>web/app/plugins/cpt-onomies</exclude-pattern>
<exclude-pattern>web/app/plugins/custom-post-type-ui</exclude-pattern>
<exclude-pattern>web/app/plugins/dynamic-menu-manager</exclude-pattern>
Expand Down

0 comments on commit e86e451

Please sign in to comment.