Skip to content

Commit

Permalink
Merge pull request #47 from ConvertKit/move-log-file-location
Browse files Browse the repository at this point in the history
Use Secure Log in WordPress Libraries
  • Loading branch information
n7studios authored Mar 8, 2024
2 parents d94c9d1 + 8722e2a commit 95f41ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.github
/.scripts
/.wordpress-org
/log
/tests
/vendor/autoload.php
/vendor/composer
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.env.testing
codeception.yml
composer.lock
log
log.txt
phpstan.neon
tests/_output
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "project",
"license": "GPLv3",
"require": {
"convertkit/convertkit-wordpress-libraries": "1.4.1"
"convertkit/convertkit-wordpress-libraries": "1.4.2"
},
"require-dev": {
"lucatume/wp-browser": "^3.0",
"lucatume/wp-browser": "<3.5",
"codeception/module-asserts": "^1.3",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
Expand Down Expand Up @@ -41,6 +41,7 @@
"composer.json",
"composer.lock",
"Gruntfile.js",
"log",
"log.txt",
"package.json",
"package-lock.json",
Expand Down

0 comments on commit 95f41ea

Please sign in to comment.