Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #127 from Codeinwp/development
Browse files Browse the repository at this point in the history
Updated the generate task
  • Loading branch information
rodica-andronache authored Nov 26, 2018
2 parents 8588793 + 8639c47 commit d1f12e6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package Oblique
*/

define( 'OBLIQUE_VERSION', '2.0.17' );
define( 'OBLIQUE_VERSION', '2.0.18' );

/**
* Themeisle SDK filter.
Expand Down
8 changes: 8 additions & 0 deletions grunt/aliases.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Check code of the theme
check:
- 'phpcbf'
- 'makepot'
- 'travis'
generate:
description: 'Generic task.'
tasks: []
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oblique",
"nicename": "Oblique",
"version": "2.0.17",
"version": "2.0.18",
"description": "Oblique theme",
"category": "themes",
"repository": {
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 @@ Theme URI: http://themeisle.com/themes/oblique
Author: Themeisle
Author URI: http://themeisle.com/
Description: Oblique is a creative masonry theme that works great for fashion or general bloggers. Amongst the features you will find a a parallax header image, full color control with unlimited color variations, easy access to all Google Fonts, responsive design etc.
Version: 2.0.17
Version: 2.0.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oblique
Expand Down
1 change: 1 addition & 0 deletions themeisle-hash.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"404.php":"b947f288f9bd42f2fcbf0325eb8941fc","archive.php":"836f34fde300d58216ea65c3c5642589","comments.php":"3e235562482b26a26fe89b1944d6db63","content-none.php":"c13ae06588fc4c7e82b24ad761209029","content-page.php":"8c22b380ad97785cc299198818705f21","content-search.php":"d98193e2c9d2f954fbb8612fef6f35b0","content-single.php":"000205daed66e35b9e4d5515bffda7b8","content.php":"31eedd62d17427e1d2ec6dd747a55044","footer.php":"ef0f0723f67b3a01d0e84a8c589e9f3c","functions.php":"e3c3c7d2f37472dc5f31139e1e35730b","header.php":"529002a30d68d78350213fad37f7f7d3","index.php":"3be772d10ee6c5ad60cc390433873527","page.php":"93aa63e31ba1666b32d7342cbd0f1b38","search.php":"d0abbaac379664c3d2751e793a7e69c4","sidebar.php":"08de88c6e6acd40a659439ab6aa848e9","single.php":"7a99b6aa0589019cf2373d3dee632085","style.css":"220f2ef8f94f32074cdd7c265dc022f4"}

0 comments on commit d1f12e6

Please sign in to comment.