Changeset 3195679
- Timestamp:
- 11/24/2024 04:06:14 AM (16 months ago)
- Location:
- solid-dynamics
- Files:
-
- 4 edited
- 1 copied
-
tags/1.6.1 (copied) (copied from solid-dynamics/trunk)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
tags/1.6.1/solid-dynamics.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.6.1/readme.txt
r3195678 r3195679 3 3 Tags: elementor, dynamic tags, jet engine, macros 4 4 Tested up to: 6.7.1 5 Stable tag: 1.6. 05 Stable tag: 1.6.1 6 6 Requires PHP: 7.0 7 7 License: GPLv2 … … 54 54 == Changelog == 55 55 56 = 2024-11-23: 1.6.0 = 56 = 1.6.0 = 57 2024-11-23 57 58 - Feature: `Widget Usage` 58 59 59 = 2023-04-08: 1.5.0 = 60 = 1.5.0 = 61 2023-04-08 60 62 - Feature: add `Disable Users REST API` 61 63 - Feature: add `Post Field` dynamic tag. 62 64 63 = 2022-12-09: 1.3.4 = 65 = 1.3.4 = 66 2022-12-09 64 67 - Fix fatal error on get_class call. 65 68 66 = 2022-12-09: 1.3.3 = 69 = 1.3.3 = 70 2022-12-09 67 71 - Add support for term and user meta to list pluck tag. 68 72 69 = 2022-12-05: 1.3.2 = 73 = 1.3.2 = 74 2022-12-05 70 75 - Add support for wp_options to list pluck tag. 71 76 72 = 2022-11-01: 1.3.0 = 77 = 1.3.0 = 78 2022-11-01 73 79 - 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. 74 80 75 = 2022-09-02: 1.2.0 = 81 = 1.2.0 = 82 2022-09-02 76 83 - Feature: add settings page with option to remove elementor's "back to wp editor" button. 77 84 78 = 2022-08-13: 1.1.3 = 85 = 1.1.3 = 86 2022-08-13 79 87 - Bug fix: Do not try to load JetEngine if plugin is not preseent 80 88 81 = 2022-08-09: 1.1.2 = 89 = 1.1.2 = 90 2022-08-09 82 91 - Bug fix: Escape custom callback output with wp_kses_post since it could include html. 83 92 - Bug fix: Escape the menu output with esc_html since it should only be comma-separated ids. 84 93 85 = 2022-03-16: 1.1.0 = 94 = 1.1.0 = 95 2022-03-16 86 96 - Feature: Add menu dynamic tag. 87 97 88 = 2021-06-15: 1.0.0 = 98 = 1.0.0 = 99 2021-06-15 89 100 - Feature: Initial release -
solid-dynamics/tags/1.6.1/solid-dynamics.php
r3195678 r3195679 4 4 * Plugin Name: Solid Dynamics 5 5 * Description: Helpful utilities for Elementor, Jet Engine, and beyond. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Solid Digital 8 8 * Author URI: https://www.soliddigital.com -
solid-dynamics/trunk/readme.txt
r3195678 r3195679 3 3 Tags: elementor, dynamic tags, jet engine, macros 4 4 Tested up to: 6.7.1 5 Stable tag: 1.6. 05 Stable tag: 1.6.1 6 6 Requires PHP: 7.0 7 7 License: GPLv2 … … 54 54 == Changelog == 55 55 56 = 2024-11-23: 1.6.0 = 56 = 1.6.0 = 57 2024-11-23 57 58 - Feature: `Widget Usage` 58 59 59 = 2023-04-08: 1.5.0 = 60 = 1.5.0 = 61 2023-04-08 60 62 - Feature: add `Disable Users REST API` 61 63 - Feature: add `Post Field` dynamic tag. 62 64 63 = 2022-12-09: 1.3.4 = 65 = 1.3.4 = 66 2022-12-09 64 67 - Fix fatal error on get_class call. 65 68 66 = 2022-12-09: 1.3.3 = 69 = 1.3.3 = 70 2022-12-09 67 71 - Add support for term and user meta to list pluck tag. 68 72 69 = 2022-12-05: 1.3.2 = 73 = 1.3.2 = 74 2022-12-05 70 75 - Add support for wp_options to list pluck tag. 71 76 72 = 2022-11-01: 1.3.0 = 77 = 1.3.0 = 78 2022-11-01 73 79 - 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. 74 80 75 = 2022-09-02: 1.2.0 = 81 = 1.2.0 = 82 2022-09-02 76 83 - Feature: add settings page with option to remove elementor's "back to wp editor" button. 77 84 78 = 2022-08-13: 1.1.3 = 85 = 1.1.3 = 86 2022-08-13 79 87 - Bug fix: Do not try to load JetEngine if plugin is not preseent 80 88 81 = 2022-08-09: 1.1.2 = 89 = 1.1.2 = 90 2022-08-09 82 91 - Bug fix: Escape custom callback output with wp_kses_post since it could include html. 83 92 - Bug fix: Escape the menu output with esc_html since it should only be comma-separated ids. 84 93 85 = 2022-03-16: 1.1.0 = 94 = 1.1.0 = 95 2022-03-16 86 96 - Feature: Add menu dynamic tag. 87 97 88 = 2021-06-15: 1.0.0 = 98 = 1.0.0 = 99 2021-06-15 89 100 - Feature: Initial release -
solid-dynamics/trunk/solid-dynamics.php
r3195678 r3195679 4 4 * Plugin Name: Solid Dynamics 5 5 * Description: Helpful utilities for Elementor, Jet Engine, and beyond. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Solid Digital 8 8 * Author URI: https://www.soliddigital.com
Note: See TracChangeset
for help on using the changeset viewer.