Skip to content

Commit

Permalink
Merge pull request #210 from pluginever/release/1.3.6
Browse files Browse the repository at this point in the history
Prepare release version 1.3.6
  • Loading branch information
kawsarahmedr authored Aug 14, 2024
2 parents dea4d3a + b01f27e commit 3412332
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion .assets/js/wp-content-pilot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* WP Content Pilot Admin
* https://www.pluginever.com
* https://pluginever.com
*
* Copyright (c) 2019 pluginever
* Licensed under the GPLv2+ license.
Expand Down
3 changes: 0 additions & 3 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ release-test.sh
composer.json
composer.lock
gulpfile.js
/vendor

# Build related files
build
src
/src/
19 changes: 1 addition & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"minimum-stability": "dev",
"repositories": [],
"require-dev": {
"byteever/byteever-sniffs": "dev-master",
"coenjacobs/mozart": "^0.7.1"
"byteever/byteever-sniffs": "dev-master"
},
"autoload": {},
"config": {
Expand All @@ -21,26 +20,10 @@
}
},
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-update-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"phpcs": "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v",
"phpcbf": "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"
},
"extra": {
"mozart": {
"dep_namespace": "WPContentPilot\\",
"dep_directory": "/lib/",
"classmap_directory": "/lib/classes/",
"classmap_prefix": "WPContentPilot_",
"delete_vendor_directories": true,
"packages": []
}
},
"require": {
"php": ">=8.0",
Expand Down
Loading

0 comments on commit 3412332

Please sign in to comment.