From 3940a7475f233d804ac22e856094b85ea9b8c7c6 Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Mon, 8 May 2023 10:32:33 -0300 Subject: [PATCH] Updated changelog and license --- .github/workflows/ci.yml | 20 ++++++++++---------- CHANGELOG.md | 3 +++ LICENSE | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37730e5..7f0475b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP Extension Cache id: cache-env @@ -46,7 +46,7 @@ jobs: key: php74-ext-cache-${{ hashFiles('.github/workflows/ci.yml') }} - name: Cache PHP Extensions - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }} @@ -59,14 +59,14 @@ jobs: extensions: ${{ env.php_extensions }} ini-values: log_errors=On, error_log="${{github.workspace}}/artifacts/php_errors.log" coverage: none - tools: composer:v1 + tools: composer:v2 - name: Get composer cache directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-ss5-php81-${{ hashFiles('**/composer.json') }}-${{ hashFiles('.github/workflows/ci.yml') }} @@ -112,7 +112,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP Extension Cache id: cache-env @@ -123,7 +123,7 @@ jobs: key: php80-ext-cache-${{ hashFiles('.github/workflows/ci.yml') }} - name: Cache PHP Extensions - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }} @@ -143,7 +143,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-ss411-php80-${{ hashFiles('**/composer.json') }}-${{ hashFiles('.github/workflows/ci.yml') }} @@ -182,7 +182,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP Extension Cache id: cache-env @@ -193,7 +193,7 @@ jobs: key: php74-ext-cache-${{ hashFiles('.github/workflows/ci.yml') }} - name: Cache PHP Extensions - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.cache-env.outputs.dir }} key: ${{ steps.cache-env.outputs.key }} @@ -213,7 +213,7 @@ jobs: run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-phpcs-${{ hashFiles('.github/workflows/ci.yml') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a2c06..8eb5a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.2.0](https://github.com/UndefinedOffset/SortableGridField/tree/2.2.0) (2023-05-08) +[Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.1.0...2.2.0) + ## [2.1.0](https://github.com/UndefinedOffset/SortableGridField/tree/2.1.0) (2022-07-06) [Full Changelog](https://github.com/UndefinedOffset/SortableGridField/compare/2.0.9...2.1.0) diff --git a/LICENSE b/LICENSE index 1cfc315..b2dc091 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022, Ed Chipman +Copyright (c) 2023, Ed Chipman All rights reserved. Redistribution and use in source and binary forms, with or without modification,