Skip to content

Releases: pixelwatt/method-generator

v1.3.9

17 Feb 16:38
v1.3.9
a236b0f
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.9

v1.3.8

22 Jul 08:33
v1.3.8
Compare
Choose a tag to compare

Implemented Method v1.3.8 changes.

v1.3.7

20 May 22:27
v1.3.7
2149c31
Compare
Choose a tag to compare

This release implements Method v1.3.7 changes and includes minor code optimizations.

Changes:

  • ( build/ ) Now pointing to v1.3.7 commit (generated with this release of Generator)
  • ( njk/assets/lib/admin-customization.php ) Added wrap to hide format tags dialogue markup while admin js is loading.
  • ( njk/templates/_globals-defaults.html ) Added new variable, css_prefix, for specifying a prefix to use in theme.scss when referencing theme css classes and css ids
  • ( njk/templates/_globals-defaults.html ) The "method_1400_600" custom image size name is now generated using the code_prefix variable (so now a custom code_prefix value will be reflected in this name)
  • ( njk/templates/_globals-defaults.html ) The CSS classes for full_width_outer_col and full_width_container are now prefixed with the value of the code_prefix variable
  • ( new file: njk/templates/theme.scss ) A njk template for theme.scss was added so that the correct full width container class name is generated

v1.3.6

08 Apr 09:08
v1.3.6
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Now pointing to v1.3.6 commit
  • Implemented Method v1.3.6 revisions to njk templates (see release notes: https://github.com/pixelwatt/method/blob/v1.3.6/CHANGELOG)
  • Added ability to specify theme license (by way of Velpeo's pull request), and added to style.css
  • Changed the theme_license global to "GNU General Public License v2 or later" (mirroring Automattic)
  • Added new bool to globals: require_method_alerts (if true, the custom theme build will require Method Alerts to be installed - https://github.com/pixelwatt/method-alerts)
  • Added new bool to globals: require_elliston (if true, the custom theme build will require Elliston to be installed - https://github.com/theboldagency/elliston)

v1.3.5

02 Nov 21:54
v1.3.5
2c4cd94
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.5

v1.3.4

25 Sep 09:05
v1.3.4
12ca640
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.4, which adds a filter and action to allow for easily adding custom format tags, and adds an optional $fallback argument to the get_meta(), get_loaded_meta(), and get_option() methods.
  • ( njk/assets/lib/admin-customization.php ) Implemented the 'method_after_tags_dialog_html' action in the prefix_admin_footer_function() function.

v1.3.3

16 Aug 22:11
v1.3.3
a564f4d
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.3.
  • ( gulpfile.js ) Implemented a fix so that custom builds should no longer contain dev folders, and should contain the .gitignore file.

v1.3.2

16 Jul 08:56
v1.3.2
8bef502
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.2.
  • ( njk/templates/_globals-defaults.html ) Updated the version number for 1.3.2, and changed the login logo height to account for the new login logo.
  • ( README.md ) Replaced documentation with wiki link.

v1.3.1

30 Jun 18:13
v1.3.1
6de095a
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to Method v1.3.1, which includes several third-party library updates.

v1.3.0

24 May 09:46
v1.3.0
d89aa28
Compare
Choose a tag to compare

This release supports Method v1.3.0, which implements the ability to build layouts inside template files while using layout class methods and components as needed.