Skip to content

Commit

Permalink
Merge branch 'release-2.8.1' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetyped committed Mar 10, 2020
2 parents 461d6ba + c661ac4 commit 23c6d74
Show file tree
Hide file tree
Showing 15 changed files with 557 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/0_support-ticket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Support Ticket
about: Get support for an issue you are experiencing
title: "[Support] "
labels: support
assignees: ''

---

## Description of Problem



## Details

* URL of Page exhibiting problem:
* Browser(s) exhibiting problem (Firefox, Chrome, etc.):
* Version of SLB Installed:
* Other plugins installed:
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/1_feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Enhance! Suggest an idea for SLB.
title: "[Request] "
labels: enhancement
assignees: ''

---

## Description of feature



## This feature would be used to



## If you added this feature, I would:

a) Eat my hat
b) Jump for joy
c) Shave my cat
d) All of the above
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feedback
about: Share your feedback
title: "[Feedback] "
labels: feedback
assignees: ''

---


3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
.sass-cache
node_modules/
node_modules/
vendor/
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= 2.8.1 =

* Update: PHP 5.6 Compatibility
* Add: PHPCS configuration
* Add: GitHub Issue templates

= 2.8.0 =

* Update: WordPress 5.3+ required.
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"wp-coding-standards/wpcs": "^2.2",
"phpcompatibility/phpcompatibility-wp": "*"
}
}
Loading

0 comments on commit 23c6d74

Please sign in to comment.