Skip to content

1.7.7

Compare
Choose a tag to compare
@tannerdolby tannerdolby released this 29 Apr 03:16
· 44 commits to master since this release

What's New?

  • Adds minified parameter which will return the minified output.
  • Realized position of {% metagen ... %} in the current line will affect the output of the shortcode, to avoid having to "dance" with keeping the other tags indented the same as the original metagen call, I let the user be in control and place {% metagen %} calls where they want the first tag to appear and the rest will be indented by 1 tab. All tags but the first tag will be indented by 1 tab and separated by a newline.
  • The above is more preferred than adding a newline to have all tags indented by 1 tab regardless of where metagen is used on the calling line.

Full Changelog: v1.7.4...v1.7.7