Skip to content

Commit

Permalink
Update readmes and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Aug 3, 2022
1 parent 61fad0a commit c7bfc70
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[Block Visibility](https://wordpress.org/plugins/block-visibility/) allows you to dynamically control which blocks are visible on your WordPress website and who can see them, which includes the ability to schedule blocks.

Built for the new Block (Gutenberg) Editor, this plugin was designed to work with **any** WordPress block. This includes blocks natively provided by WordPress as well as third-party blocks.
Built for the Block (Gutenberg) Editor, this plugin was designed to work with **any** WordPress block. This includes blocks natively provided by WordPress as well as third-party blocks.

To get started with Block Visibility, watch the [Plugin Overview](https://www.youtube.com/watch?v=CW1L4vBpXjw) demo video.

Expand All @@ -17,7 +17,7 @@ To get started with Block Visibility, watch the [Plugin Overview](https://www.yo

## Installation

1. Make sure you are running the latest version of WordPress (5.5+) and you are using the Block Editor
1. Make sure you are running the latest version of WordPress and you are using the Block Editor
2. Download Block Visibility from the [WordPress plugin directory](https://wordpress.org/plugins/block-visibility/).

## Development
Expand Down
2 changes: 1 addition & 1 deletion block-visibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Block Visibility
* Plugin URI: https://www.blockvisibilitywp.com/
* Description: Provides visibility controls and scheduling functionality to all WordPress blocks.
* Version: 2.4.2
* Version: 2.4.3
* Requires at least: 5.5
* Requires PHP: 5.6
* Author: Nick Diego
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block-visibility",
"version": "2.4.2",
"version": "2.4.3",
"description": "Provides visibility controls and scheduling functionality to all WordPress blocks.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
Expand Down
16 changes: 11 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: visibility, dynamic content, conditional content, conditional
Requires at least: 5.5
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 2.4.2
Stable tag: 2.4.3
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -92,7 +92,7 @@ While there are countless applications for conditional blocks, here are a few ex
* Restrict content so it’s only visible to your customers, members or subscribers.
* Display messaging to logged-out users encouraging them to subscribe to your blog.
* Create unique marketing campaigns using query string parameters to display personalized messaging ([See it in action](https://www.blockvisibilitywp.com?bv_query=example))
* Conditionally display elements in the Full Site Editor using advanced visibility logic.
* Conditionally display elements in the Site Editor using advanced visibility logic.
* Increase visitor engagement and conversions with dynamic content and personalization.

=== Why Choose Block Visibility? ===
Expand Down Expand Up @@ -196,8 +196,8 @@ Yup, this plugin is not theme-specific. You just need to be running the latest v
= Will more conditional visibility controls be added in the future? =
Yes, and if you have a specific idea of what you would like to see, please submit a feature request in the plugin support forum on WordPress.org.

= Does this plugin work with the Full Site Editing and block-based themes? =
As of version 1.4.0, Block Visibility is supported in the Site Editor, which is provided by Full Site Editing. Note that you will currently need the Gutenberg plugin and a Full Site Editing theme to make use of this functionality. Full Site Editing is still very much in development and you may find bugs or compatibility issues when using this plugin in the Site Editor. If you do, please let us know in the plugin support forum. We are committed to ensuring 100% compatibility by the time Full Site Editing is included in WordPress core.
= Does this plugin work with Full Site Editing? =
As of version 1.4.0, Block Visibility is supported in the Site Editor, which is available when using a block theme. We are committed to ensuring 100% compatibility with all Full Site Editing features. If you find bugs or compatibility issues, please let us know in the plugin support forum.

= Does Block Visibility work with Elementor and other page builders? =
No. Block Visibility was designed specifically for the WordPress Block Editor (Gutenberg) and therefore does not work on pages that are controlled by the Elementor editor or another page builder. As long as you are editing native WordPress “block” content, Block Visibility will work.
Expand All @@ -209,6 +209,12 @@ The **one exception** to this is the Screen Size block controls. Visibility by s

== Changelog ==

= 2.4.3 - 2022-08-02 =

**Fixed**

* Fixed incorrect filter attribute in WP Fusion visibility test.

= 2.4.2 - 2022-05-09 =

**Fixed**
Expand Down Expand Up @@ -576,7 +582,7 @@ This is an unfortunate issue that will occur only once. We apologize for any inc

**Added**

* Preliminary compatibility with Full Site Editing (Requires the Gutenberg plugin and a theme that is Full Site Editing compatible)
* Preliminary compatibility with Full Site Editing features
* Hooks and slots to support the upcoming Pro add-on

**Changed**
Expand Down

0 comments on commit c7bfc70

Please sign in to comment.