Skip to content

Commit

Permalink
Merge pull request #64 from jazzsequence/add-deploy-to-wordpress-svn
Browse files Browse the repository at this point in the history
Add deploy to wordpress svn
  • Loading branch information
jazzsequence authored Jan 27, 2022
2 parents 5db0b7c + 75f4968 commit 6a8a8a6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitignore
.wordpress-org
.distignore
.github
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion book-review-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 5 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6a8a8a6

Please sign in to comment.