Skip to content

Commit 95ebc41

Browse files
committed
🔖 Prepare version 1.5.0
1 parent cc0cc7b commit 95ebc41

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ We usually only support the latest major version.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 1.2.x | :white_check_mark: |
10-
| < 1.2 | :x: |
9+
| 1.5.x | :white_check_mark: |
10+
| < 1.5 | :x: |
1111

1212
## How can I report security bugs?
1313

block-control.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
/*
55
Plugin Name: Block Control
66
Description: Control the visibility of your Gutenberg blocks by conditions.
7-
Version: 1.4.1
7+
Version: 1.5.0
88
Author URI: https://epiph.yt/en/
99
Author: Epiphyt
1010
Domain Path: /languages
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212
License: GPL2
1313
Requires at least: 6.2
1414
Requires PHP: 5.6
15-
Tested up to: 6.7
15+
Tested up to: 6.8
1616
Text Domain: block-control
1717
1818
Block Control is free software: you can redistribute it and/or modify

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: epiphyt, kittmedia, krafit
33
Tags: gutenberg, block, conditional, visibility, block editor
44
Requires at least: 6.2
5-
Stable tag: 1.4.1
6-
Tested up to: 6.7
5+
Stable tag: 1.5.0
6+
Tested up to: 6.8
77
Requires PHP: 5.6
88
License: GPL2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -22,6 +22,7 @@ You can hide blocks based on:
2222
* User roles
2323
* Page types
2424
* Posts of the current post type
25+
* Page number in numbered pages (in archives and search results)
2526

2627
Additionally, you can set an inline formatting to display certain text only for screen readers.
2728

@@ -74,6 +75,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
7475

7576
== Changelog ==
7677

78+
= 1.5.0 =
79+
* Added: Option to hide based on a numbered page (e.g. in archives)
80+
7781
= 1.4.1 =
7882
* We added an indeterminate visual display of the "All" checkbox, e.g. while selecting posts.
7983
* We fixed displaying post type visibility settings inside the site editor.

0 commit comments

Comments
 (0)