Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Nov 3, 2019
1 parent 9413836 commit ff147d3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 2.0.0
## 2.0.1 - 2019-11-03

### Fixed
* Button text color.

## 2.0.0 - 2019-11-03

### Fixed
* Removed underline for featured-image links.
Expand Down
12 changes: 3 additions & 9 deletions assets/css/core/links.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/core/links.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions assets/css/core/links.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// stylelint-disable no-descending-specificity
a,
a:visited {
a {
color: var(--lc, #0f5e97);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
// text-decoration-thickness: 2px;
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @since 1.0
*/
define( 'GRIDD_VERSION', '2.0.0' );
define( 'GRIDD_VERSION', '2.0.1' );

/**
* Gracefully fail if the user is on an old PHP version
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: Ari Stathopoulos
* Author URI: https://wplemon.com/
* Description: Built with Accessibility, performance and SEO in mind, the Gridd theme features a unique layout builder allowing you to create any kind of layout with ease.
* Version: 2.0.0
* Version: 2.0.1
* License: GNU General Public License v2.0 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: gridd
Expand Down

0 comments on commit ff147d3

Please sign in to comment.