Skip to content

Commit

Permalink
0000: Release 3.12.2 preparation
Browse files Browse the repository at this point in the history
Changes:
- Update global css styles file for button o-button-toggle class;
- Fix for slick dots container overlap;
- Changes to allow WP theme to control logo color.

#0000-Release
  • Loading branch information
Yauheni Kapliarchuk authored and Yauheni Kapliarchuk committed Aug 23, 2023
1 parent 88a6d9e commit 4573e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ A record of the changes made to `ALPS V3`.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.12.2]
- Update global css styles file for button o-button-toggle class. [#594](https://github.com/adventistchurch/alps/pull/594)
- Fix for slick dots container overlap. [#593](https://github.com/adventistchurch/alps/pull/593)
- Changes to allow WP theme to control logo color. [#592](https://github.com/adventistchurch/alps/pull/592)

## [3.12.1]
- Update build process for CDN (add build css for WP page builder editor).

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
* of /cdn/<major_version/<version>/ that contains the javascript and css.
*/
const major_version = "3";
const version = "3.12.1";
const version = "3.12.2";

/**
* Split SCSS files by theme
Expand Down

0 comments on commit 4573e16

Please sign in to comment.