We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52d602 commit bc1aa86Copy full SHA for bc1aa86
views/relnotes.php
@@ -1,13 +1,20 @@
1
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access pages directly. ?>
2
3
+<h3>v2.0.1</h3>
4
+<ul>
5
+ <li>Added: Override files feature again</li>
6
+ <li>Added: Validate URL function callback ( <code>cs_validate_url</code> )</li>
7
+ <li>Fixed: Multiple given post formats metabox hide/show issue.</li>
8
+</ul>
9
+
10
<h3>v2.0</h3>
11
<ul>
- <li>Premium version release</li>
12
+ <li>Premium version release.</li>
13
</ul>
14
15
16
<h3>v1.0</h3>
17
- <li>Initial release</li>
18
+ <li>Initial release.</li>
19
20
0 commit comments