Skip to content

Releases: dreamsicle-io/wp-theme-assets

0.0.4

24 Apr 21:41
Compare
Choose a tag to compare

Changes

  • Updates assets structure boilerplate.
  • JS Test Module will now log the file it's coming from in the console.
  • README now suggests hooking the initialization of WP_Theme_Assets php class at priority 0 to ensure the class's methods can also hook to after_setup_theme.

0.0.3

11 Apr 20:52
Compare
Choose a tag to compare

Changes

  • Simplifies WP_Theme_Assets php class's initialization to a single line.

0.0.2

11 Apr 19:09
Compare
Choose a tag to compare

Changes

  • Fixes static method bug on WP_Theme_Assets php class.
  • README now suggests initialization of WP_Theme_Assets php class in object context; static methods and hooks were getting ugly.

0.0.1 - Initial Public Release

10 Apr 21:05
Compare
Choose a tag to compare
  • 0.0.1 is the Initial Public Release of wp-theme-assets