Skip to content

Commit

Permalink
chore: bump version to 1.0
Browse files Browse the repository at this point in the history
This is to mark the plugin as feature ready, it is not a breaking change. Future releases will follow SemVer closely.
  • Loading branch information
lucguerraz committed Jan 22, 2025
1 parent 634e86e commit b0f0543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This repository provides the latest versions of the WPML plugins. If you want a
"url": "https://wpml.org/?download=6088&version=1.0.0"
},
"require": {
"lucguerraz/wpml-installer": "^0.1",
"lucguerraz/wpml-installer": "^1.0",
"composer/installers": "~1.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lucguerraz/wpml-installer",
"description": "A composer plugin to make installing wpml.org plugins with composer easy. Your subscription info will be read from environment variables, will only be transmitted to WPML and will not be displayed in composer.lock.",
"version": "0.1",
"version": "1.0",
"type": "composer-plugin",
"keywords": [
"wpml", "wordpress", "multilingual", "wp", "composer"
Expand Down

0 comments on commit b0f0543

Please sign in to comment.