Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
6 changes: 1 addition & 5 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# These are supported funding model platforms

github: leonstafford
custom: ['https://paypal.me/ljsdotdev', 'https://ljs.dev', 'https://donorbox.org/leonstafford']
patreon: leonstafford
ko_fi: leonstafford

custom: ['https://paypal.me/adamtwar']
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
220 changes: 217 additions & 3 deletions README.md
100644 → 100755

Large diffs are not rendered by default.

36 changes: 16 additions & 20 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{
"name": "leonstafford/wp2static-addon-s3",
"description": "S3 deployment Add-on for WP2Static.",
"homepage": "https://wp2static.com",
"license": "UNLICENSE",
"authors": [
{
"name": "Leon Stafford",
"email": "[email protected]",
"homepage": "https://ljs.dev"
}
],
"name": "twardoch/wp2static-addon-copy",
"description": "Copy to Folder Add-on for WP2Static.",
"homepage": "https://github.com/twardoch/wp2static-addon-copy",
"license": "UNLICENSE",
"authors": [{
"name": "Adam Twardoch",
"email": "[email protected]",
"homepage": "https://twardoch.github.io"
}],
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/leonstafford/wp2static-addon-s3/issues",
"issues": "https://github.com/twardoch/wp2static-addon-copy/issues",
"forum": "https://wp2static.com/community",
"docs": "https://wp2static.com/documentation",
"source": "https://github.com/leonstafford/wp2static-addon-s3"
"source": "https://github.com/twardoch/wp2static-addon-copy"
},
"repositories": [
],
"repositories": [],
"require": {
"php": ">=7.3",
"aws/aws-sdk-php": "^3.166.1"
"php": ">=7.3"
},
"require-dev": {
"phpstan/phpstan": "*",
Expand All @@ -37,13 +33,13 @@
},
"autoload": {
"psr-4": {
"WP2StaticS3\\": "src/"
"WP2StaticCopy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PHPStan\\WordPress\\": "tests/phpstan/",
"WP2StaticS3\\": "src/"
"WP2StaticCopy\\": "src/"
}
},
"config": {
Expand All @@ -70,4 +66,4 @@
],
"build": "/bin/sh tools/build_release.sh"
}
}
}
Loading