Skip to content

Commit 3260a65

Browse files
committed
Fix README formatting
1 parent b78d1f0 commit 3260a65

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

readme.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,18 @@ After activation, navigate to Appearance > Duplicate Menu to create a copy of an
2626

2727
### Changelog
2828

29-
<dl>
29+
#### 0.2.1
30+
- Change capability to <code>edit_theme_options</code>
31+
- Added some inline documentation
32+
- Fixed link in readme
33+
- Updated screenshot
3034

31-
<dt>0.2.1</dt>
32-
<dd>Change capability to <code>edit_theme_options</code></dd>
33-
<dd>Added some inline documentation</dd>
34-
<dd>Fixed link in readme</dd>
35-
<dd>Updated screenshot</dd>
35+
#### 0.2
36+
- Added <code>duplicate_menu_item</code> action, allowing devs to bolt on custom functionality
3637

37-
<dt>0.2</dt>
38-
<dd>Added <code>duplicate_menu_item</code> action, allowing devs to bolt on custom functionality</dd>
38+
#### 0.1.1
39+
- Removed anonymous function call to support PHP <5.3 installs
40+
- Added link to GitHub, please contribute!
3941

40-
<dt>0.1.1</dt>
41-
<dd>Removed anonymous function call to support PHP &lt;5.3 installs</dd>
42-
<dd>Added link to GitHub, please contribute!</dd>
43-
44-
<dt>0.1</dt>
45-
<dd>Initial release</dd>
46-
47-
</dl>
42+
#### 0.1
43+
- Initial release

0 commit comments

Comments
 (0)