Releases: saltnpixels/ignition
Added images to webpack and updated menus
See changelog
Revamped to use Webpack
Completely revamped from the ground up.
Now uses webpack and modules
see changelog
Release for WP 5.4
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
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
After this ACF Sections will be removed and you can continue using the ACF Blocks with Gutenberg.
Fixed Relative urls
Now that css is put into the dist folder, relative urls in css were not working. This fixes that.
Major Overhaul of Archive Pages
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
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
Just some tiny changes and some comment fixes
Page Fix
Fixed page/content.php