Changeset 3341164
- Timestamp:
- 08/07/2025 04:09:07 PM (7 months ago)
- Location:
- solid-dynamics
- Files:
-
- 6 edited
- 1 copied
-
tags/1.11.0 (copied) (copied from solid-dynamics/trunk)
-
tags/1.11.0/classes/display-condition-solid-dynamics-macro.php (modified) (1 diff)
-
tags/1.11.0/readme.txt (modified) (2 diffs)
-
tags/1.11.0/solid-dynamics.php (modified) (1 diff)
-
trunk/classes/display-condition-solid-dynamics-macro.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/solid-dynamics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solid-dynamics/tags/1.11.0/classes/display-condition-solid-dynamics-macro.php
r3305250 r3341164 104 104 105 105 return; 106 case 'get': 107 return $_GET[$field]; 106 108 // TODO: add option 107 109 // case 'option': -
solid-dynamics/tags/1.11.0/readme.txt
r3305250 r3341164 3 3 Tags: elementor, dynamic tags, jet engine, macros 4 4 Tested up to: 6.8.1 5 Stable tag: 1.1 0.05 Stable tag: 1.11.0 6 6 Requires PHP: 7.0 7 7 License: GPLv2 … … 69 69 70 70 == Changelog == 71 72 = 1.11.0 = 73 2025-08-07 74 - Add get param to display condition macro. 71 75 72 76 = 1.10.0 = -
solid-dynamics/tags/1.11.0/solid-dynamics.php
r3305250 r3341164 4 4 * Plugin Name: Solid Dynamics 5 5 * Description: Helpful utilities for Elementor, Jet Engine, and beyond. 6 * Version: 1.1 0.06 * Version: 1.11.0 7 7 * Author: Solid Digital 8 8 * Author URI: https://www.soliddigital.com -
solid-dynamics/trunk/classes/display-condition-solid-dynamics-macro.php
r3305250 r3341164 104 104 105 105 return; 106 case 'get': 107 return $_GET[$field]; 106 108 // TODO: add option 107 109 // case 'option': -
solid-dynamics/trunk/readme.txt
r3305250 r3341164 3 3 Tags: elementor, dynamic tags, jet engine, macros 4 4 Tested up to: 6.8.1 5 Stable tag: 1.1 0.05 Stable tag: 1.11.0 6 6 Requires PHP: 7.0 7 7 License: GPLv2 … … 69 69 70 70 == Changelog == 71 72 = 1.11.0 = 73 2025-08-07 74 - Add get param to display condition macro. 71 75 72 76 = 1.10.0 = -
solid-dynamics/trunk/solid-dynamics.php
r3305250 r3341164 4 4 * Plugin Name: Solid Dynamics 5 5 * Description: Helpful utilities for Elementor, Jet Engine, and beyond. 6 * Version: 1.1 0.06 * Version: 1.11.0 7 7 * Author: Solid Digital 8 8 * Author URI: https://www.soliddigital.com
Note: See TracChangeset
for help on using the changeset viewer.