Skip to content

Commit

Permalink
Get 2.0.1 release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Dec 29, 2023
1 parent 65929f4 commit 93fb453
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
41 changes: 17 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy to WordPress.org
on:
release:
types: [ released ]
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -48,28 +47,22 @@ jobs:
- name: Build assets for production
run: npm run build

# - name: WordPress Plugin Deploy
# id: deploy
# uses: 10up/action-wordpress-plugin-deploy@stable
# with:
# generate-zip: true
# env:
# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
# SLUG: wp-rollback

- name: Upload plugin artifact
uses: actions/upload-artifact@v3
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
name: wp-rollback
path: wp-rollback
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: wp-rollback

# - name: Upload release asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: ${{github.workspace}}/wp-rollback.zip
# asset_name: wp-rollback.zip
# asset_content_type: application/zip
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/wp-rollback.zip
asset_name: wp-rollback.zip
asset_content_type: application/zip
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 4.8
Donate Link: https://givewp.com/
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -106,6 +106,9 @@ This is the first version of this plugin. It is a tool for your convenience. Rol

== Changelog ==

= 2.0.1 =
* Fix: Resolved an issue with the POT file not properly being generated at release. This resolves the issue with the new UI not being able to be translated.

= 2.0.0 =
* New: Introducing version 2.0! In this new version the UI is now better looking and snappier than ever. The branding has also been updated to look and feel more modern.

Expand Down
2 changes: 1 addition & 1 deletion wp-rollback.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Rollback (or forward) any WordPress.org plugin, theme or block like a boss.
* Author: WP Rollback
* Author URI: https://wprollback.com/
* Version: 2.0.0
* Version: 2.0.1
* Text Domain: wp-rollback
* Domain Path: /languages
*
Expand Down

0 comments on commit 93fb453

Please sign in to comment.