Skip to content

Commit

Permalink
Merge pull request #1405 from publishpress/release-v3.10.2
Browse files Browse the repository at this point in the history
Release v3.10.2
  • Loading branch information
olatechpro authored May 30, 2023
2 parents 3101fcc + 0b2188b commit 852ae31
Show file tree
Hide file tree
Showing 52 changed files with 18,898 additions and 17,310 deletions.
25 changes: 25 additions & 0 deletions .builder-post-rsync-filters-post
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- composer.json
- composer.lock
- vendor/bin
- vendor/publishpress/vendor-locator-series/composer.json
- vendor/publishpress/wordpress-banners/.gitattributes
- vendor/publishpress/wordpress-version-notices/.gitignore
- vendor/publishpress/wordpress-version-notices/README.md
- vendor/publishpress/wordpress-version-notices/bin
- vendor/publishpress/wordpress-version-notices/codeception.dist.yml
- vendor/publishpress/wordpress-version-notices/codeception.yml
- vendor/publishpress/wordpress-version-notices/tests
- vendor/publishpress/publishpress-instance-protection/.gitignore
- vendor/publishpress/publishpress-instance-protection/.gitattributes
- vendor/publishpress/publishpress-instance-protection/.git
- vendor/sabre/vobject/.gitignore
- vendor/sabre/vobject/README.md
- vendor/sabre/vobject/bin
- vendor/sabre/vobject/composer.json
- vendor/sabre/vobject/tests
- vendor/symfony/polyfill-ctype/README.md
- vendor/woocommerce/action-scheduler/README.md
- vendor/woocommerce/action-scheduler/changelog.txt
- vendor/pimple/pimple/ext/pimple/.gitignore
- vendor/pimple/pimple/.gitignore
- vendor/psr/container/.gitignore
36 changes: 22 additions & 14 deletions .builder-rsync-filters
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
- *.code-workspace
- .babelrc
- .builder-post-rsync-filters-post
- .builder-rsync-filters
- .distignore
- .env.testing
- .env.testing.dist
- .env.testing.linux.dist
- .env.testing.mac.dist
- .eslintrc.js
Expand All @@ -16,16 +19,24 @@
- .phplint.yml
- .vscode
- .wordpress-org
- /dev-workspace
- /dist
- /version.txt
- /webpack.config.js
- /yarn.lock
- CONTRIBUTING.md
- Gruntfile.js
- README-build.md
- README.md
- RoboFile.php
- assets/jsx
- assets_wp
- bin
- builder
- builder.yml
- builder.yml.dist
- codeception.dist.yml
- cs
- cypress
- cypress.json
- jest.config.ts
Expand All @@ -35,36 +46,33 @@
- package-lock.json
- package.json
- phpcs.xml
- phpunit.xml
- psalm.xml
- ray-dist.php
- ray.php
- screenshot-*.png
- scripts
- tailwind.config.js
- tests
- vendor
- vendor/bin
- vendor/pimple/pimple/.gitignore
- vendor/pimple/pimple/.php_cs.dist
- vendor/pimple/pimple/CHANGELOG
- vendor/pimple/pimple/README.rst
- vendor/pimple/pimple/composer.json
- vendor/pimple/pimple/ext
- vendor/pimple/pimple/phpunit.xml.dist
- vendor/pimple/pimple/src/Pimple/Tests
- vendor/psr/container/.gitignore
- vendor/psr/container/composer.json
- vendor/publishpress/wordpress-reviews/phpcs.xml.dist
- vendor/publishpress/wordpress-version-notices/.gitignore
- vendor/publishpress/wordpress-version-notices/README.md
- vendor/publishpress/wordpress-version-notices/bin
- vendor/publishpress/wordpress-version-notices/codeception.dist.yml
- vendor/publishpress/wordpress-version-notices/codeception.yml
- vendor/publishpress/wordpress-version-notices/tests
- vendor/symfony/polyfill-ctype/composer.json
- webpack.config.js
- webpack.mix.js
- .env.testing
- .env.testing.dist
- CONTRIBUTING.md
- assets_wp
- phpunit.xml
- vendor/bin
- vendor/pimple/pimple/CHANGELOG
- vendor/pimple/pimple/README.rst
- vendor/pimple/pimple/composer.json
- vendor/pimple/pimple/ext
- vendor/pimple/pimple/phpunit.xml.dist
- vendor/pimple/pimple/src/Pimple/Tests
- vendor/psr/container/composer.json
- vendor/symfony/polyfill-ctype/composer.json
1 change: 0 additions & 1 deletion builder.yml.dist

This file was deleted.

128 changes: 0 additions & 128 deletions builder/docker/Dockerfile

This file was deleted.

8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@
}
},
"scripts": {
"build": "builder/docker/scripts/build build",
"build-unpacked": "builder/docker/scripts/build build-dir",
"build": "/project/dev-workspace/docker/scripts/ppbuild build",
"build:dir": "/project/dev-workspace/docker/scripts/ppbuild build-dir",
"build:clean": "/project/dev-workspace/docker/scripts/ppbuild clean",
"get-version": "/project/dev-workspace/docker/scripts/ppbuild version",
"post-install-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths \"../../automattic/vipwpcs,../../phpcompatibility/php-compatibility,../../sirbrillig/phpcs-variable-analysis,../../wp-coding-standards/wpcs,../../publishpress/publishpress-phpcs-standards/standards/PublishPressStandards\""
],
Expand All @@ -76,7 +78,7 @@
]
},
"extra": {
"plugin-name": "publishpress",
"plugin-name": "publishpress-planner",
"plugin-slug": "publishpress",
"plugin-folder": "publishpress"
}
Expand Down
Loading

0 comments on commit 852ae31

Please sign in to comment.