Skip to content

Releases: alicolville/shortcode-variables

4.2.1.1

20 Dec 10:16
2113a58
Compare
Choose a tag to compare

(Version number fix. Ignore)

4.2.1

19 Dec 13:31
5cda77b
Compare
Choose a tag to compare

(Version number fix. Ignore)

4.2

19 Dec 12:36
5cda77b
Compare
Choose a tag to compare
4.2

4.1.7

10 Dec 10:03
db22927
Compare
Choose a tag to compare
  • Improvement: Added additional security checks to Ajax handlers.

4.1.6

15 Nov 13:49
8384dea
Compare
Choose a tag to compare

New Feature: Extended [sv slug="sc-db-value-by-id"] shortcode to include the new argument "key-query-string". This allows a key to be read from the matching querystring value.

4.1.5

02 Jul 07:57
ace57df
Compare
Choose a tag to compare
  • Maintenance: Added a nonce to the main admin Add/Edit UI screen. Although the form was on an admin screen and not exposed to the public, it doesn't hurt to add a nonce as well. Thanks Benedictus Jovan (aillesiM).

4.1.4

20 Jun 13:27
1fe22ed
Compare
Choose a tag to compare
  • Maintenance: Updated tested with WP 6.5 note.

4.1.3

08 Feb 09:02
33a1e06
Compare
Choose a tag to compare
  • Bug fix: Fixed incorrect reference to ws_ls_to_bool() with sh_cd_to_bool()

4.1.2

07 Feb 16:27
b1f32b9
Compare
Choose a tag to compare
  • Improvement: By default, the shortcode [sv slug="sc-db-value-by-id"] shall be disabled unless explicitly enabled in WP Admin.
  • Improvement: Added the setting ''"sc-db-value-by-id" shortcode enabled?' to enable the shortcode [sv slug="sc-db-value-by-id"].
  • Improvement: Added filter "disable-ss-sc-db-value-by-id" to hard disable the shortcode [sv slug="sc-db-value-by-id"].

4.1.1

04 Dec 12:14
0236ad2
Compare
Choose a tag to compare
  • Improvement: Dropped the database table prefix from the shortcode [sv slug="sc-db-value-by-id"] e.g. instead of specifying "users" table, it would now be "wp_users" (i.e. if a WP table, specify the prefix)