Skip to content

Commit 93fb453

Browse files
committed
Get 2.0.1 release ready
1 parent 65929f4 commit 93fb453

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy to WordPress.org
33
on:
44
release:
55
types: [ released ]
6-
workflow_dispatch:
76

87
jobs:
98
release:
@@ -48,28 +47,22 @@ jobs:
4847
- name: Build assets for production
4948
run: npm run build
5049

51-
# - name: WordPress Plugin Deploy
52-
# id: deploy
53-
# uses: 10up/action-wordpress-plugin-deploy@stable
54-
# with:
55-
# generate-zip: true
56-
# env:
57-
# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
58-
# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
59-
# SLUG: wp-rollback
60-
61-
- name: Upload plugin artifact
62-
uses: actions/upload-artifact@v3
50+
- name: WordPress Plugin Deploy
51+
id: deploy
52+
uses: 10up/action-wordpress-plugin-deploy@stable
6353
with:
64-
name: wp-rollback
65-
path: wp-rollback
54+
generate-zip: true
55+
env:
56+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
57+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
58+
SLUG: wp-rollback
6659

67-
# - name: Upload release asset
68-
# uses: actions/upload-release-asset@v1
69-
# env:
70-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
# with:
72-
# upload_url: ${{ github.event.release.upload_url }}
73-
# asset_path: ${{github.workspace}}/wp-rollback.zip
74-
# asset_name: wp-rollback.zip
75-
# asset_content_type: application/zip
60+
- name: Upload release asset
61+
uses: actions/upload-release-asset@v1
62+
env:
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
with:
65+
upload_url: ${{ github.event.release.upload_url }}
66+
asset_path: ${{github.workspace}}/wp-rollback.zip
67+
asset_name: wp-rollback.zip
68+
asset_content_type: application/zip

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 4.8
55
Donate Link: https://givewp.com/
66
Tested up to: 6.5
77
Requires PHP: 7.4
8-
Stable tag: 2.0.0
8+
Stable tag: 2.0.1
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

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

107107
== Changelog ==
108108

109+
= 2.0.1 =
110+
* 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.
111+
109112
= 2.0.0 =
110113
* 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.
111114

wp-rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Rollback (or forward) any WordPress.org plugin, theme or block like a boss.
66
* Author: WP Rollback
77
* Author URI: https://wprollback.com/
8-
* Version: 2.0.0
8+
* Version: 2.0.1
99
* Text Domain: wp-rollback
1010
* Domain Path: /languages
1111
*

0 commit comments

Comments
 (0)