Skip to content

Commit

Permalink
Release 3.0.0 (#154)
Browse files Browse the repository at this point in the history
* Release 3.0.0
* General note about upgrading language packs.
* Changelog: Include support for JavaScript i18n
* Traduttore Registry now also requires PHP 7.1
  • Loading branch information
ocean90 authored and grappler committed Mar 15, 2019
1 parent 0e48cbf commit fa54753
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.0] - 2019-03-15
Due to the large number of changes in the release it is recommended to update all of the language packs. This can be done with the WP-CLI command `wp traduttore language-pack build --all`.
### Changed
* Heavy architectural changes to make the plugin more modular.
* All filters and actions now use `.` as the separator between the prefix and hook name instead of `_`.
Expand All @@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Support for GitLab repositories.
* Support for self-managed repositories (GitLab and others).
* New REST API route for incoming webhooks (`traduttore/v1/incoming-webhook`).
* Support for [JavaScript translations](https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/).
* Greatly improved [documentation](https://wearerequired.github.io/traduttore/).
* New WP-CLI commands:
* `wp traduttore info` for information about the Traduttore setup.
Expand Down Expand Up @@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release.

[Unreleased]: https://github.com/wearerequired/traduttore/compare/2.0.3...HEAD
[Unreleased]: https://github.com/wearerequired/traduttore/compare/3.0.0...HEAD
[3.0.0]: https://github.com/wearerequired/traduttore/compare/2.0.3...3.0.0
[2.0.3]: https://github.com/wearerequired/traduttore/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/wearerequired/traduttore/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/wearerequired/traduttore/compare/2.0.0...2.0.1
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To send Slack notifications, Traduttore requires a separate WordPress plugin. [L

### Server

Traduttore requires at least PHP 7.1, while the [Traduttore Registry](https://github.com/wearerequired/traduttore-registry) also supports PHP 7.0.
Traduttore requires at least PHP 7.1.

To download the latest code from your source code repositories, Traduttore requires the respective version control to be installed on the server. Depending on the projects it may be Git, Subversion or Mercurial.

Expand Down
4 changes: 2 additions & 2 deletions traduttore.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: Traduttore
* Plugin URI: https://github.com/wearerequired/traduttore/
* Description: Add WordPress.org-style language pack API to your GlotPress installation for your WordPress projects hosted on GitHub.
* Version: 3.0.0-alpha
* Version: 3.0.0
* Author: required
* Author URI: https://required.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: traduttore
* Domain Path: /languages
*
* Copyright (c) 2017-2018 required (email: info@required.ch)
* Copyright (c) 2017-2019 required (email: info@required.ch)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2 or, at
Expand Down

0 comments on commit fa54753

Please sign in to comment.