Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelopez committed Feb 25, 2018
2 parents 5b5c7f6 + c2e66fe commit 64dd93b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Enupal Translate Changelog

## 1.0.0 - 2018-03-24
## 1.0.0 - 2018-02-24
### Added
- Initial release
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enupal/translate",
"description": "Translate your website templates and plugins into multiple languages. Bulk translation with Google Translate or Yandex.",
"version": "1.0.2",
"version": "1.0.0",
"type": "craft-plugin",
"autoload": {
"psr-4": {
Expand All @@ -11,13 +11,13 @@
"minimum-stability": "dev",
"require": {
"beeyev/yandex-translate": "dev-master",
"stichoza/google-translate-php": "~3.2",
"viniciusgava/google-translate-api": "2.0.1"
"stichoza/google-translate-php": "3.2.13",
"viniciusgava/google-translate-api": "2.0.2"
},
"authors": [
{
"name": "Enupal",
"homepage": "http://enupal.com/"
"homepage": "http://enupal.com/en"
}
],
"support": {
Expand All @@ -28,10 +28,8 @@
"extra": {
"name": "Enupal Translate",
"handle": "enupal-translate",
"version": "1.0.0",
"schemaVersion": "1.0.0",
"hasSettings": true,
"hasCpSection": true,
"developer": "Enupal",
"class": "enupal\\translate\\Translate",
"components": {
Expand Down

0 comments on commit 64dd93b

Please sign in to comment.