-
Master branch is the latest dev branch. use release tags for more stable versions of this software.
-
This is still in Alpha phase.
-
Added using cdnjs.com and using wp_enqueue() function in functions.php
-
JS code in source/js/magnific-popup.custom.js
-
Needs refactoring & to be packaged as a proper module.
-
JS code in source/js/custom.js #Custom Tabs Module
-
CSS/SCSS code in source/scss/custom.scss #Custom Tabs Module
-
Configure webpack to output
main.js
into/assets/js/
folder. -
Concat & minify js files.
-
Concat & minify css files.
-
Auto resizing of images.
-
Configure babel and other JS utilities for better browser support of ES6
-
Minor readme.adoc updates
-
Switching to laravel-mix instead of vanilla webpack config.
-
Moving all resources from
source/
tosrc/
.
-
Setup webpack & yarn for easier assets management
-
Split source files such as JS, CSS & SCSS files & moved them to
/source/
folder. -
Configured webpack to output file into
/assets/{css,js,images}
, excluding main.js which is still at/assets/main.js
. - == Version Numbers Major.Minor.Patches -
master branch for development
-
tags minor versions mark "stable" version for alpha releases.