Skip to content

Commit e86e451

Browse files
Merge pull request #152 from MITLibraries/pw-94
Add content-audit-exporter plugin
2 parents ce2ede0 + 64ae9d4 commit e86e451

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
],
7777
"require": {
7878
"php": ">=7.4",
79-
"wpengine/advanced-custom-fields-pro": "^5",
8079
"composer/installers": "^2.2",
8180
"connectthink/wp-scss": "^2.4@beta",
8281
"cweagans/composer-patches": "^1.7",
@@ -102,6 +101,7 @@
102101
"wpackagist-plugin/classic-widgets": "^0.3.0",
103102
"wpackagist-plugin/cms-tree-page-view": "^1.6",
104103
"wpackagist-plugin/contact-form-7": "^5.6",
104+
"wpackagist-plugin/content-audit-exporter": "^1.1",
105105
"wpackagist-plugin/custom-post-type-ui": "^1.13",
106106
"wpackagist-plugin/enable-media-replace": "^4.0",
107107
"wpackagist-plugin/filter-page-by-template": "^3.1",
@@ -125,7 +125,8 @@
125125
"wpackagist-plugin/wp-native-php-sessions": "*",
126126
"wpackagist-plugin/wp-security-audit-log": "^4.4",
127127
"wpackagist-plugin/wp-sentry-integration": "^7.0",
128-
"wpackagist-plugin/wpcf7-recaptcha": "^1.4"
128+
"wpackagist-plugin/wpcf7-recaptcha": "^1.4",
129+
"wpengine/advanced-custom-fields-pro": "^5"
129130
},
130131
"require-dev": {
131132
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",

composer.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<exclude-pattern>web/app/plugins/classic-widgets</exclude-pattern>
5151
<exclude-pattern>web/app/plugins/cms-tree-page-view</exclude-pattern>
5252
<exclude-pattern>web/app/plugins/contact-form-7</exclude-pattern>
53+
<exclude-pattern>web/app/plugins/content-audit-exporter</exclude-pattern>
5354
<exclude-pattern>web/app/plugins/cpt-onomies</exclude-pattern>
5455
<exclude-pattern>web/app/plugins/custom-post-type-ui</exclude-pattern>
5556
<exclude-pattern>web/app/plugins/dynamic-menu-manager</exclude-pattern>

0 commit comments

Comments
 (0)