Skip to content

Commit f9973b0

Browse files
committed
update readme
1 parent 59e2387 commit f9973b0

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

readme.txt

Lines changed: 8 additions & 2 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.8.1
5-
Stable tag: 1.9.2
5+
Stable tag: 1.10.0
66
Requires PHP: 7.0
77
License: GPLv2
88

@@ -27,12 +27,13 @@ Solid Dynamics also provides several dynamic tags under the "Solid Dynamics" sec
2727
- `Parent Meta`: Retrieves the meta value of the parent post based on the entered meta key.
2828
- `List Pluck`: Pluck `field` off each item in `list` (`src` meta or option), and join with `sep`.
2929
- `Post Field`: Retrieves custom post field by name.
30+
- `Post Type Label`: Retrieves post type label.
3031

3132
Elementor Display Conditions
3233

3334
Solid Dynamics also provides several display conditions for Elementor:
3435

35-
- `Solid Dynamics Macro`: access post or user data, e.g. `post|post_content`, `user|user_email`, or call any function `function|get_current_user_id`. The result is passed to boolval to show the widget.
36+
- `Solid Dynamics Macro`: access post or user data, e.g. `post|post_content`, `user|user_email`, or call any function `function|get_current_user_id`. The result can be checked directly or compared against a value.
3637

3738
Settings
3839

@@ -68,6 +69,11 @@ The code is managed on [github](https://github.com/SolidDigital/solid-dynamics),
6869

6970
== Changelog ==
7071

72+
= 1.10.0 =
73+
2025-06-02
74+
- Add dynamic tag to get post type label.
75+
- Add compare option to display condition.
76+
7177
= 1.9.2 =
7278
2025-05-27
7379
Add compare select to display conditions macro.

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.9.2
6+
* Version: 1.10.0
77
* Author: Solid Digital
88
* Author URI: https://www.soliddigital.com
99
* License: GPLv2

0 commit comments

Comments
 (0)