Plugin Directory

Changeset 3195679


Ignore:
Timestamp:
11/24/2024 04:06:14 AM (16 months ago)
Author:
soliddigital
Message:

Update to version 1.6.1 from GitHub

Location:
solid-dynamics
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • solid-dynamics/tags/1.6.1/readme.txt

    r3195678 r3195679  
    33Tags: elementor, dynamic tags, jet engine, macros
    44Tested up to: 6.7.1
    5 Stable tag: 1.6.0
     5Stable tag: 1.6.1
    66Requires PHP: 7.0
    77License: GPLv2
     
    5454== Changelog ==
    5555
    56 = 2024-11-23: 1.6.0 =
     56= 1.6.0 =
     572024-11-23
    5758- Feature: `Widget Usage`
    5859
    59 = 2023-04-08: 1.5.0 =
     60= 1.5.0 =
     612023-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 =
     662022-12-09
    6467- Fix fatal error on get_class call.
    6568
    66 = 2022-12-09: 1.3.3 =
     69= 1.3.3 =
     702022-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 =
     742022-12-05
    7075- Add support for wp_options to list pluck tag.
    7176
    72 = 2022-11-01: 1.3.0 =
     77= 1.3.0 =
     782022-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 =
     822022-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 =
     862022-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 =
     902022-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 =
     952022-03-16
    8696- Feature: Add menu dynamic tag.
    8797
    88 = 2021-06-15: 1.0.0 =
     98= 1.0.0 =
     992021-06-15
    89100- Feature: Initial release
  • solid-dynamics/tags/1.6.1/solid-dynamics.php

    r3195678 r3195679  
    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
  • solid-dynamics/trunk/readme.txt

    r3195678 r3195679  
    33Tags: elementor, dynamic tags, jet engine, macros
    44Tested up to: 6.7.1
    5 Stable tag: 1.6.0
     5Stable tag: 1.6.1
    66Requires PHP: 7.0
    77License: GPLv2
     
    5454== Changelog ==
    5555
    56 = 2024-11-23: 1.6.0 =
     56= 1.6.0 =
     572024-11-23
    5758- Feature: `Widget Usage`
    5859
    59 = 2023-04-08: 1.5.0 =
     60= 1.5.0 =
     612023-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 =
     662022-12-09
    6467- Fix fatal error on get_class call.
    6568
    66 = 2022-12-09: 1.3.3 =
     69= 1.3.3 =
     702022-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 =
     742022-12-05
    7075- Add support for wp_options to list pluck tag.
    7176
    72 = 2022-11-01: 1.3.0 =
     77= 1.3.0 =
     782022-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 =
     822022-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 =
     862022-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 =
     902022-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 =
     952022-03-16
    8696- Feature: Add menu dynamic tag.
    8797
    88 = 2021-06-15: 1.0.0 =
     98= 1.0.0 =
     992021-06-15
    89100- Feature: Initial release
  • solid-dynamics/trunk/solid-dynamics.php

    r3195678 r3195679  
    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
Note: See TracChangeset for help on using the changeset viewer.