Skip to content

Releases: saltnpixels/ignition

Added images to webpack and updated menus

01 Jul 18:10
Compare
Choose a tag to compare

Revamped to use Webpack

16 Jun 20:39
Compare
Choose a tag to compare

Completely revamped from the ground up.
Now uses webpack and modules
see changelog

Release for WP 5.4

01 Apr 18:50
Compare
Choose a tag to compare

No more old ACF sections.
A few new functions.
Better Gutenberg Styling to match Gutenberg on the back end.

Final Release With Old ACF Sections

26 Mar 13:56
Compare
Choose a tag to compare

This release is the last one to have classic sections as well as the ability to set a page as an archive.
That feature has been removed and now instead one should use the theme settings page to create more settings pages for each post type.

Small fixes before major release

24 Mar 21:23
Compare
Choose a tag to compare

After this ACF Sections will be removed and you can continue using the ACF Blocks with Gutenberg.

Fixed Relative urls

20 Mar 14:24
Compare
Choose a tag to compare

Now that css is put into the dist folder, relative urls in css were not working. This fixes that.

Major Overhaul of Archive Pages

19 Mar 14:15
Compare
Choose a tag to compare

ignition has been changing rapidly to work better with Gutenberg and to streamline the way you work.
Documentation is still being written.
Check the changelog to see all changes.
Here are some big ones:

  • Ignition is getting easier to plug and play blocks and extra functionality. You can simply create sass, js, and php files anywhere and they will be included automatically where needed. Files that you want added to custom.js can be in one of 3 places.
    • Inside the js/custom folder like always
    • inside template-parts, but it must start with an underscore _file.js
    • inside inc folder, but it too must start with an underscore _file.js
  • Any php files that start with an underscore found in template-parts folder or inc folder will be automatically included in functions.php for you. You don't need to go including them with include().
  • Now all build files are not included in the theme. Instead they get created when you run npm start and are put in a 'dist' folder. This will allow for building and deploying better and keeps the repo clean.
  • Added ability to have scripts added to dist folder without being part of custom.js file (just dont add an underscore to your js file and it will be output into the dist folder as a separate file).
  • New Ability: Theme Options Page! Now you can manage extra theme options and create post type option pages for each post type and change some other things via the theme options page.

NOTE: The old way of making archive pages will be removed soon, as well as the classic editor group fields (header and page sections), as you should now be using blocks.

Added ability to add js and scss files into template-parts

05 Nov 15:12
Compare
Choose a tag to compare

BIG Changes. Now you can add JS and sass files within the template-parts folder. These files will get added into the assets folder automagically and then compile.
With these changes, a few files were added, removed or moved around.

  • Re added support for internationalization.
  • Moved around some sass files and sass content:
    • added articles.scss for all article styles. This replaces archives.scss
    • moved some styles into template-parts/post/post.scss from articles.scss
    • Added global/defaults.scss with some site defaults taken from other sass files.
    • removed headers.scss and footers.scss because the content from those is now in defaults.scss.
  • Added ability to show ign_loop function as opposed to the long conditionals. Easily allows routing to the right content without a lot of lines by using the ign_loop function

Small changes for a more stable Release

27 Sep 19:07
Compare
Choose a tag to compare

Just some tiny changes and some comment fixes

Page Fix

27 Sep 18:52
Compare
Choose a tag to compare

Fixed page/content.php