From d40ce659a30ca76f7492c4920557046897189bb1 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 27 Jan 2022 15:26:34 -0700 Subject: [PATCH 1/3] add distignore --- .distignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .distignore diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..3d80d25 --- /dev/null +++ b/.distignore @@ -0,0 +1,4 @@ +.gitignore +.wordpress-org +.distignore +.github \ No newline at end of file From f63edc70ea18590743b4bb9cd44e33e11ec4f287 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 27 Jan 2022 15:31:23 -0700 Subject: [PATCH 2/3] add a github action that should, theoretically, deploy to wp.org --- .github/workflows/deploy.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..4f3f8f3 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,16 @@ +name: Deploy to WordPress.org +on: + push: + tags: + - "*" +jobs: + tag: + name: New tag + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: WordPress Plugin Deploy + uses: 10up/action-wordpress-plugin-deploy@stable + env: + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} \ No newline at end of file From 75f4968eb3a9126d568a1f5442f157e64a2759ea Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 27 Jan 2022 15:32:50 -0700 Subject: [PATCH 3/3] bump versions --- book-review-library.php | 2 +- readme.txt | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/book-review-library.php b/book-review-library.php index 882ed58..06ff7fa 100644 --- a/book-review-library.php +++ b/book-review-library.php @@ -10,7 +10,7 @@ * Plugin Name: Book Review Library * Plugin URI: http://museumthemes.com/book-review-library/ * Description: A book cataloguing and review system designed with bookophiles and librarians in mind. - * Version: 1.4.20 + * Version: 1.4.22 * Author: Chris Reynolds * Author URI: http://chrisreynolds.io * License: GPL3 diff --git a/readme.txt b/readme.txt index 45cf862..33aee3b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: jazzs3quence Donate link: https://paypal.me/jazzsequence Tags: book, book review, library, librarian, reading level, custom post type Requires at least: 3.6 -Tested up to: 5.0 -Stable tag: 1.4.21 +Tested up to: 5.9 +Stable tag: 1.4.22 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -151,13 +151,11 @@ Workaround: If you must have books sorted by author *last name*, you can add the 7. Book Reviews admin page -== Upgrade Notice == - -= 1.4.19 = -* This update fixes a bug with WordPress 4.6. All users should upgrade to this version prior to updating WordPress. - == Changelog == += 1.4.22 = +* tested up to WordPress 5.9 + = 1.4.21 = * tested up to WordPress 5.0