Skip to content

Commit 8ce8615

Browse files
Merge branch 'release/1.8.1'
2 parents 0b920d0 + 0cc11ce commit 8ce8615

File tree

3 files changed

+582
-579
lines changed

3 files changed

+582
-579
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Create GitHub release
2525
uses: softprops/action-gh-release@v2
2626
with:
27-
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
27+
files: ${{github.workspace}}/${{ secrets.SLUG }}.zip

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: bracketspace, Kubitomakita
33
Tags: note, notes, post notes, info, post info
44
Requires at least: 6.0
55
Tested up to: 6.8
6-
Stable tag: 1.8.0
6+
Stable tag: 1.8.1
77
Requires PHP: 7.0
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -70,6 +70,9 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo
7070

7171
== Changelog ==
7272

73+
= 1.8.1 =
74+
* [Fixed] Added null coalescing operators to prevent PHP warnings when settings array keys don't exist.
75+
7376
= 1.8.0 =
7477
* [Changed] Removed local translation files in favor of GlotPress repository.
7578
* [Changed] Coding standards to PSR-12.

0 commit comments

Comments
 (0)