Skip to content

Releases: gnowland/wp-jet-fuel

v2.6.1

23 Nov 14:35
7ae00b8
Compare
Choose a tag to compare

FIXED:

  • Inability to select "Uncategorized" on new-post

v2.6.0

19 Nov 15:58
ad7d157
Compare
Choose a tag to compare

ADDED

  • Deselect Uncategorized (Default Category). Works with WP v5+ Block (Gutenberg) Editor see example video.

    jetfuel('deselect-uncategorized');
    

v2.5.2

18 Nov 12:29
2749529
Compare
Choose a tag to compare

IMPROVEMENTS

  • Improved hide archive title function

v2.5.1

27 Oct 11:00
c4f945f
Compare
Choose a tag to compare

FIXES

  • jetfuel('change-post-url', $param(string)); default use slug (not full permalink)

v2.5.0

27 Oct 10:32
b66e179
Compare
Choose a tag to compare

ADDITIONS

  • jetfuel('change-post-url', $param(string)); to append provided prefix to Posts permalinks

v2.4.1

20 Oct 09:46
1297a5a
Compare
Choose a tag to compare

MODIFICATIONS

  • Don't override logo margin in Customize Login module

v2.4.0

17 Oct 10:02
a1a148c
Compare
Choose a tag to compare

ADDITIONS

  • jetfuel('show-ip', $param(string)); to show the server IP address in the WP Admin footer (default: SERVER_ADDR).
    • ProTip: for servers behind a firewall or in a Docker container, use: jetfuel('show-ip', 'HTTP_X_FORWARDED_FOR');

UPDATES

  • Improved various code comments/notes

v2.3.0

01 Oct 19:31
81cc28f
Compare
Choose a tag to compare

FIXES

  • login_headertitle deprecation

ADDITIONS

  • allow specification of login logo css styles array in jetfuel('customize-login', $config(array["css-style" => "value"]));

v2.2.1

01 Oct 13:27
2ab2be5
Compare
Choose a tag to compare
  • Added WordPress-friendly readme.txt
  • Fixed plugin version number

v2.2.0

01 Oct 12:34
8462db9
Compare
Choose a tag to compare
  • Allow addition of indeterminate number of separators in jetfuel('reorder-menu', $menu_order); by passing separator- prefixed strings (e.g. $menu_order = ['separator-example1', 'separator-example2'];)