-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
55 lines (37 loc) · 2.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=== Content Visibility Date and Time ===
Contributors: iamfriendly
Donate link: https://girlswhocode.com/
Tags: contentvisibility, block, content, visibility, date, time
Requires at least: 5.0
Tested up to: 6.1.1
Stable tag: 0.1.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A date and time add-on for [Content Visibility](https://wordpress.org/plugins/content-visibility/).
== Description ==
Need to show a content block between two dates? Or after a certain date and time? Or _until_ a particular date in the future? The Date and Time add-on for [Content Visbility](https://wordpress.org/plugins/content-visibility/) allows you to do just that!
## Development
Development is mostly done on [github](https://github.com/richardtape/content-visibility-date-and-time/issues/new) and releases are made there and here to the WordPress plugins directory.
== Frequently Asked Questions ==
= What's with the logo? =
It's a chameleon. A cool little creature which can change the way it appears - to make itself more or less visible. Seemed appropriate! Also, your suspicions are correct; a designer, I am not.
= Got a question? =
Let me know: [https://github.com/richardtape/content-visibility-date-and-time/issues/new](https://github.com/richardtape/content-visibility-date-and-time/issues/new)
== Screenshots ==
1. Showing the content visibility date and time controls in the content editor sidebar
== Changelog ==
= 0.1.3 =
* WP 6.1.1 compatibility.
* Fixed warning in widgets screen to do with loading the wrong editor.
* Fixed date popup not showing correctly due to changes in the underlying DateTime component. props kelvinxu.
= 0.1.2 =
* Added indicator to show when Date/Time rules are present for a block to make it easier to see when a block has rules.
* WP 5.8.0 compatibility.
= 0.1.1 =
* Updated tags to make addons more finadable from the core plugin.
* WP 5.7.0 compatibility.
= 0.1.0 =
* First public release. Set start and/or end times for when your content blocks will be shown.
== Upgrade Notice ==
None yet.