Skip to content

Releases: gnowland/wp-jet-fuel

1.2.0

29 Sep 16:03
Compare
Choose a tag to compare

CHANGELOG

  • Added "Remove Comments Fields" which accepts the following 'field' arguments as an array:
    • 'author'
    • 'email'
    • 'url'

1.1.1

27 Sep 06:53
Compare
Choose a tag to compare

Patch resolves the following:

  • Removed erroneous xdebug_break(); (oops)
  • Add sanitization callback to Admin Favicon customizer setting

1.1.0

21 Sep 20:34
Compare
Choose a tag to compare

CHANGELOG:

  • Added custom image sizes to WP Media Modal size select dropdown

1.0.0

20 Sep 10:35
Compare
Choose a tag to compare

First stable release! The entire underlying framework has been rewritten from the ground up with a OOP PHP Class system, and each module can now be activated individually from within the theme by calling jetfuel('name',['option']);. I'm really excited to push this out there, hopefully it helps other people as much as it does me! Feedback (and pull requests) appreciated!

v0.1.0

23 Aug 18:47
Compare
Choose a tag to compare

Initial release