Skip to content

Commit

Permalink
Merge pull request #9761 from awesomemotive/release/3.3.4
Browse files Browse the repository at this point in the history
Adding Release 3.3.4 changes
  • Loading branch information
cklosowski authored Sep 19, 2024
2 parents a58152a + b26719d commit 8bbd2be
Show file tree
Hide file tree
Showing 93 changed files with 3,994 additions and 4,438 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,8 @@ module.exports = function ( grunt ) {

// Build task(s).
grunt.registerTask( 'prep', [ 'clean', 'force:checktextdomain' ] );
grunt.registerTask( 'build', [ 'clean', 'pro', 'lite' ] );
grunt.registerTask( 'pro', [ 'copy:pro', 'compress:pro' ] );
grunt.registerTask( 'lite', [ 'copy:lite', 'replace:pro' ] );
grunt.registerTask( 'repo', [ 'clean:repo', 'copy:repo', 'replace:repo' ] );
};
30 changes: 0 additions & 30 deletions bin/update-blocks.sh

This file was deleted.

11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"issues": "https://easydigitaldownloads.com/support"
},
"config": {
"platform-check": false,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
"platform-check": false
},
"require": {
"nesbot/carbon": "^2.69.0",
Expand All @@ -24,11 +21,7 @@
"yoast/phpunit-polyfills": "^1.0.5",
"yoast/wp-test-utils": "^1.0",
"codedungeon/phpunit-result-printer": "dev-master",
"coenjacobs/mozart": "dev-master",
"wp-coding-standards/wpcs": "dev-develop",
"squizlabs/php_codesniffer": "^3.7.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.4"
"coenjacobs/mozart": "^0.7.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 8bbd2be

Please sign in to comment.