Skip to content

Commit

Permalink
Release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Oct 10, 2024
1 parent 77b8a1f commit ee1b940
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 21 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## [2.0.0] - 2024-10-10

* SatisPress now requires PHP 8+.
* Updated Composer dependencies. The latest versions of PSR packages and the Pimple container may prevent conflicts with other plugins.
* Added return type hints for classes implementing `ArrayAccess`. This prevents errors in PHP 8+.
* Fixed a fatal error in the Envato integration. See [#182]. Props [@BjornKraft](https://github.com/BjornKraft)
* Added `satispress_debug_mode` filter to prevent exceptions from being thrown in the request handler. See [#211].
* Fixed output of `code` tags in the admin.
* Prevented errors when header names aren't strings. See [#192].
* Fixed formatting of the authors array in `package.json`. See [#185]. Props [@NielsdeBlaauw](https://github.com/NielsdeBlaauw)
* Added the package name to the information displayed on the Repository tab in the admin. See [#191]. Props [@tyrann0us](https://github.com/tyrann0us)
* Fixed numerous WPCS warnings and errors after updating to WPCS 3.

## [1.0.4] - 2022-05-02

* Allowed SatisPress dependencies to require `composer/installers` version 1 or 2. Props [@LucasDemea](https://github.com/LucasDemea)
Expand Down Expand Up @@ -124,7 +137,8 @@ Major changes include:
* [Capabilities](docs/security.md#capabilities) were added for viewing and downloading packages, as well as managing SatisPress options. Only administrators have access by default.
* The storage layer was abstracted to make it swappable.

[Unreleased]: https://github.com/cedaro/satispress/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/cedaro/satispress/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/cedaro/satispress/compare/v1.0.4...v2.0.0
[1.0.4]: https://github.com/cedaro/satispress/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/cedaro/satispress/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/cedaro/satispress/compare/v1.0.1...v1.0.2
Expand Down
38 changes: 22 additions & 16 deletions languages/satispress.pot
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
# Copyright (C) 2022 Cedaro
# Copyright (C) 2024 Cedaro
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: SatisPress 1.0.4\n"
"Project-Id-Version: SatisPress 2.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/satispress\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-05-02T15:48:24+00:00\n"
"POT-Creation-Date: 2024-10-10T17:20:20+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: satispress\n"

#. Plugin Name of the plugin
#: satispress.php
#: src/Integration/Members.php:44
#: src/Screen/Settings.php:76
#: src/Screen/Settings.php:77
msgid "SatisPress"
msgstr ""

#. Plugin URI of the plugin
#: satispress.php
msgid "https://github.com/cedaro/satispress"
msgstr ""

#. Description of the plugin
#: satispress.php
msgid "Generate a Composer repository from installed WordPress plugins and themes."
msgstr ""

#. Author of the plugin
#: satispress.php
msgid "Cedaro"
msgstr ""

#. Author URI of the plugin
#: satispress.php
msgid "https://www.cedaro.com/"
msgstr ""

#. translators: %s: documentation URL
#: src/functions.php:155
#: src/functions.php:157
msgid "SatisPress is missing required dependencies. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferer\">Learn more.</a>"
msgstr ""

Expand Down Expand Up @@ -146,6 +151,7 @@ msgid "The name of the package."
msgstr ""

#: src/REST/InstalledPackagesController.php:209
#: src/REST/PackagesController.php:128
#: src/REST/PackagesController.php:509
msgid "The package slug."
msgstr ""
Expand Down Expand Up @@ -262,6 +268,7 @@ msgstr ""

#: assets/js/components/access-table.js:35
#: assets/js/components/api-key-form.js:25
#: assets/js/components/package-table.js:31
msgid "Name"
msgstr ""

Expand Down Expand Up @@ -315,41 +322,40 @@ msgstr ""
msgid "Close package inserter"
msgstr ""

#: assets/js/components/package-table.js:31
#: assets/js/components/package-table.js:35
msgid "Homepage"
msgstr ""

#: assets/js/components/package-table.js:35
#: assets/js/components/package-table.js:39
msgid "Authors"
msgstr ""

#: assets/js/components/package-table.js:39
#: assets/js/components/package-table.js:43
msgid "Releases"
msgstr ""

#: assets/js/components/package-table.js:45
#: assets/js/components/package-table.js:49
msgid "Package Type"
msgstr ""

#. translators: %s: version number
#: assets/js/components/release-actions.js:20
#: assets/js/components/release-actions.js:21
msgid "Download %s"
msgstr ""

#. translators: %s: <code>composer.json</code>
#: assets/js/components/release-actions.js:23
msgid "Copy and paste into %s"
#: assets/js/components/release-actions.js:24
msgid "Copy and paste into <code>composer.json</code>"
msgstr ""

#: assets/js/components/release-actions.js:31
#: assets/js/components/release-actions.js:34
msgid "Download URL"
msgstr ""

#: assets/js/components/release-actions.js:44
#: assets/js/components/release-actions.js:47
msgid "Require"
msgstr ""

#: assets/js/components/release-actions.js:60
#: assets/js/components/release-actions.js:63
msgid "CLI Command"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satispress",
"version": "1.0.4",
"version": "2.0.0",
"description": "Generate a Composer repository from installed WordPress plugins and themes.",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions satispress.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
* Plugin Name: SatisPress
* Plugin URI: https://github.com/cedaro/satispress
* Description: Generate a Composer repository from installed WordPress plugins and themes.
* Version: 1.0.4
* Version: 2.0.0
* Author: Cedaro
* Author URI: https://www.cedaro.com/
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: satispress
* Domain Path: /languages
* Requires PHP: 7.0
* Requires PHP: 8.0
* Network: true
* GitHub Plugin URI: cedaro/satispress
* Release Asset: true
Expand All @@ -37,7 +37,7 @@
*
* @var string
*/
const VERSION = '1.0.4';
const VERSION = '2.0.0';

// Load the Composer autoloader.
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down

0 comments on commit ee1b940

Please sign in to comment.