Skip to content

Commit

Permalink
Drop Soil plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed May 2, 2016
1 parent d21fb2c commit b9d2c0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ composer create-project wordplate/wordplate
- [WordPress Packagist](https://wpackagist.org/)
- [Laravel Elixir](https://laravel.com/docs/5.2/elixir)
- [Real GUIDs](https://github.com/wordplate/plate/blob/master/src/uuid.php)
- [Soil plugin](https://roots.io/plugins/soil/)

## Installation

Expand Down Expand Up @@ -87,10 +86,6 @@ Building your theme with WordPlate works like any other WordPress environment. P

[Plate](https://github.com/wordplate/plate) is a plugin with a bunch of defaults to help you make the most out of WordPress. It comes with handy features such as customizing the administrator dashboard. It is required by default. Please see [the documentation](https://github.com/wordplate/plate#readme) for more information.

#### Soil

[Soil](https://github.com/roots/soil) is a plugin which contains a collection of modules to apply theme-agnostic front-end modifications. Since it is such a good plugin WordPlate requires it by default. If you like it, we [encourage you to buy a license](https://roots.io/plugins/soil).

## Plugins

[WordPress Packagist](https://wpackagist.org/) comes straight out of the box with WordPlate. It mirrors the WordPress [plugin](https://plugins.svn.wordpress.org/) and [theme](https://themes.svn.wordpress.org/) directories as a Composer repository.
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"php": "^5.5.9 || ^7.0",
"wordplate/framework": "^4.0",
"wordplate/plate": "^2.0",
"wordplate/uuid": "^1.0",
"roots/soil": "^3.0"
"wordplate/uuid": "^1.0"
},
"repositories": [
{
Expand Down
43 changes: 0 additions & 43 deletions public/themes/wordplate/library/soil.php

This file was deleted.

0 comments on commit b9d2c0b

Please sign in to comment.