Skip to content

Commit 444a961

Browse files
committed
Minor README update for release notes
1 parent 9948934 commit 444a961

2 files changed

Lines changed: 24 additions & 13 deletions

File tree

readme.txt

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: soliddigital,lukechinworth,peterajtai
33
Tags: elementor, dynamic tags, jet engine, macros
44
Tested up to: 6.7.1
5-
Stable tag: 1.6.0
5+
Stable tag: 1.6.1
66
Requires PHP: 7.0
77
License: GPLv2
88

@@ -53,37 +53,48 @@ The code is managed on [github](https://github.com/SolidDigital/solid-dynamics),
5353

5454
== Changelog ==
5555

56-
= 2024-11-23: 1.6.0 =
56+
= 1.6.0 =
57+
2024-11-23
5758
- Feature: `Widget Usage`
5859

59-
= 2023-04-08: 1.5.0 =
60+
= 1.5.0 =
61+
2023-04-08
6062
- Feature: add `Disable Users REST API`
6163
- Feature: add `Post Field` dynamic tag.
6264

63-
= 2022-12-09: 1.3.4 =
65+
= 1.3.4 =
66+
2022-12-09
6467
- Fix fatal error on get_class call.
6568

66-
= 2022-12-09: 1.3.3 =
69+
= 1.3.3 =
70+
2022-12-09
6771
- Add support for term and user meta to list pluck tag.
6872

69-
= 2022-12-05: 1.3.2 =
73+
= 1.3.2 =
74+
2022-12-05
7075
- Add support for wp_options to list pluck tag.
7176

72-
= 2022-11-01: 1.3.0 =
77+
= 1.3.0 =
78+
2022-11-01
7379
- Feature: add settings: Disable 404 permalink guessing; Hide the page title from the Hello Elementor theme; Wrap Elementor content with `main#content`; Make Elementor fade in entrance animations more subtle.
7480

75-
= 2022-09-02: 1.2.0 =
81+
= 1.2.0 =
82+
2022-09-02
7683
- Feature: add settings page with option to remove elementor's "back to wp editor" button.
7784

78-
= 2022-08-13: 1.1.3 =
85+
= 1.1.3 =
86+
2022-08-13
7987
- Bug fix: Do not try to load JetEngine if plugin is not preseent
8088

81-
= 2022-08-09: 1.1.2 =
89+
= 1.1.2 =
90+
2022-08-09
8291
- Bug fix: Escape custom callback output with wp_kses_post since it could include html.
8392
- Bug fix: Escape the menu output with esc_html since it should only be comma-separated ids.
8493

85-
= 2022-03-16: 1.1.0 =
94+
= 1.1.0 =
95+
2022-03-16
8696
- Feature: Add menu dynamic tag.
8797

88-
= 2021-06-15: 1.0.0 =
98+
= 1.0.0 =
99+
2021-06-15
89100
- Feature: Initial release

solid-dynamics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: Solid Dynamics
55
* Description: Helpful utilities for Elementor, Jet Engine, and beyond.
6-
* Version: 1.6.0
6+
* Version: 1.6.1
77
* Author: Solid Digital
88
* Author URI: https://www.soliddigital.com
99
* License: GPLv2

0 commit comments

Comments
 (0)