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 #133 from Codeinwp/development
Browse files Browse the repository at this point in the history
Remove SDK
  • Loading branch information
rodica-andronache authored Jul 9, 2020
2 parents 935ea3e + 6ea5451 commit db88263
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ dist
artifact
composer.json
composer.lock
themeisle.enc
vendor
themeisle.enc
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,5 @@
"issues": "https://github.com/Codeinwp/oblique/issues",
"source": "https://github.com/Codeinwp/oblique"
},
"type": "wordpress-theme",
"require": {
"codeinwp/themeisle-sdk": "master"
},
"autoload": {
"files": [
"vendor/codeinwp/themeisle-sdk/load.php"
]
}
}
"type": "wordpress-theme"
}
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.19' );
define( 'OBLIQUE_VERSION', '2.0.20' );

/**
* Themeisle SDK filter.
Expand Down
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.19",
"version": "2.0.20",
"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.19
Version: 2.0.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oblique
Expand Down

0 comments on commit db88263

Please sign in to comment.