diff --git a/.travis.yml b/.travis.yml index 8bd5579..851dc3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_deploy: - composer install --no-dev --optimize-autoloader - cd ../ - zip -9 -ry $TRAVIS_BUILD_DIR/$TRAVIS_PROJECT_SLUG-$TRAVIS_TAG.zip $TRAVIS_PROJECT_SLUG - -x *.git* *resources/assets/\* *node_modules/\* *tests/\* *.editorconfig* *.gitattributes* + -x *.git* *assets/\* *node_modules/\* *tests/\* *.editorconfig* *.gitattributes* *.github* *.gitignore* *.travis.yml* *package-lock.json* *phpcs.xml* *webpack.mix.js* *yarn.lock* - cd $TRAVIS_BUILD_DIR diff --git a/README.md b/README.md index 93df057..42383b1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Requires at least:** 4.9.1 **Tested up to:** 4.9.1 -**Stable tag:** 1.0.0-alpha6 +**Stable tag:** 1.0.0-beta.1 **License:** GNU General Public License v2 or later **License URI:** LICENSE @@ -32,6 +32,9 @@ TK. ## Changelog +### 1.0.0-beta.1 + +* Many changes; rebuilt on \_s. ### 1.0.0-alpha6 * **[FEATURE]** Add Per Soderlind's WCAG validator to customizer. diff --git a/assets/scripts/customizer.js b/assets/scripts/customizer.js index b241489..63086fe 100644 --- a/assets/scripts/customizer.js +++ b/assets/scripts/customizer.js @@ -1,5 +1,9 @@ import $ from 'jquery'; wp.customize( 'blogname', value => { - value.bind( to => $( '.brand a' ).text( to ) ); + value.bind( to => $( '.home .entry-title' ).text( to ) ); +} ); + +wp.customize( 'blogdescription', value => { + value.bind( to => $( '.home .entry-description' ).text( to ) ); } ); diff --git a/assets/scripts/routes/catalog.js b/assets/scripts/routes/catalog.js index 6cf86a0..9632429 100644 --- a/assets/scripts/routes/catalog.js +++ b/assets/scripts/routes/catalog.js @@ -4,110 +4,296 @@ const Isotope = require( 'isotope-layout' ); export default { init() { // JavaScript to be fired on the catalog page + ( function () { + // Get all the