Skip to content

Commit

Permalink
Release 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Jan 7, 2022
1 parent 53d2b98 commit 60b780c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [Unreleased]

## [1.0.2] - 2021-7-27
## [1.0.3] - 2022-01-07

* Added a search field in the package selector sidebar. Props [@DavidSingh3](https://github.com/DavidSingh3)
* Added support for composer/installers 2.0+ for packages served by SatisPress. Props [@tyrann0us](https://github.com/tyrann0us)
* Added support for PHP 8.

## [1.0.2] - 2021-07-27

* Fixed a parse error in the Envato Market integration.
* Skipped releases without a SemVer compliant version string in the Composer repository transformer to prevent fatal errors. [See #160](https://github.com/cedaro/satispress/issues/160). Props [@DavidSingh3](https://github.com/DavidSingh3)
Expand Down Expand Up @@ -35,14 +41,14 @@

* There weren't any changes in this release. The version number was bumped to allow Composer to install updates from the previously botched release process.

## [0.7.0] - 2021-1-28
## [0.7.0] - 2021-01-28

* Introduced validators to prevent invalid artifacts from being cached when downloaded from the vendor.
* Introduced adapters for downloading artifacts from vendors that use a non-standard update process.
* Added a field to the SatisPress package list screen to copy the CLI command for requiring a package in `composer.json`.
* Fixed a bug with the logger not logging messages above the specified log level.

## [0.6.0] - 2021-1-11
## [0.6.0] - 2021-01-11

* Added the `satispress_package_download_url` filter. This can be used to ignore update requests from vendors with custom update routines that cause invalid artifacts to be downloaded.
* Created missing artifacts from source for the currently installed version of a package when viewing the `packages.json` endpoint. This allows updates made through FTP, git, or the admin UI to be archived automatically and included in `packages.json` without having to perform any additional manual steps. See [#131](https://github.com/cedaro/satispress/issues/131)
Expand Down Expand Up @@ -113,7 +119,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.2...HEAD
[Unreleased]: https://github.com/cedaro/satispress/compare/v1.0.3...HEAD
[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
[1.0.1]: https://github.com/cedaro/satispress/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cedaro/satispress/compare/v0.7.2...v1.0.0
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
},
"config": {
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"prefer-stable": true,
"repositories": {
Expand Down
21 changes: 13 additions & 8 deletions languages/satispress.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2021 Cedaro
# Copyright (C) 2022 Cedaro
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: SatisPress 1.0.2\n"
"Project-Id-Version: SatisPress 1.0.3\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: 2021-07-27T17:18:30+00:00\n"
"POT-Creation-Date: 2022-01-07T18:01:37+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: satispress\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -293,20 +293,25 @@ msgstr ""
msgid "Create API Key"
msgstr ""

#: assets/js/components/package-selector.js:37
#: assets/js/components/package-selector.js:39
msgid "Plugins"
msgstr ""

#: assets/js/components/package-selector.js:42
#: assets/js/components/package-selector.js:44
msgid "Themes"
msgstr ""

#: assets/js/components/package-selector.js:69
#: assets/js/components/package-selector.js:77
#: assets/js/components/package-selector.js:79
msgid "Search"
msgstr ""

#: assets/js/components/package-selector.js:89
#: assets/js/repository.js:44
msgid "Manage Packages"
msgstr ""

#: assets/js/components/package-selector.js:71
#: assets/js/components/package-selector.js:91
msgid "Close package inserter"
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.2",
"version": "1.0.3",
"description": "Generate a Composer repository from installed WordPress plugins and themes.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions satispress.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: SatisPress
* Plugin URI: https://github.com/cedaro/satispress
* Description: Generate a Composer repository from installed WordPress plugins and themes.
* Version: 1.0.2
* Version: 1.0.3
* Author: Cedaro
* Author URI: https://www.cedaro.com/
* License: GPL-2.0-or-later
Expand All @@ -37,7 +37,7 @@
*
* @var string
*/
const VERSION = '1.0.2';
const VERSION = '1.0.3';

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

0 comments on commit 60b780c

Please sign in to comment.