Skip to content

Commit

Permalink
Merge branch 'release-2.9.0' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetyped committed Aug 27, 2022
2 parents 23c6d74 + 4d79ccf commit 7e4bdba
Show file tree
Hide file tree
Showing 50 changed files with 14,625 additions and 8,260 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true

[*.{php,css,js,html}]
indent_style = tab
insert_final_newline = true

[package*.json]
indent_size = 2
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/0_support-ticket.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
name: Support Ticket
about: Get support for an issue you are experiencing
title: "[Support] "
title: ""
labels: support
assignees: ''

---

## Description of Problem


(Clearly describe the issue you are experiencing here, and fill in the necessary details below)

## Details

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

---

## Description of feature


(Describe your feature or idea here)

## This feature would be used to


(Describe usage here)

## If you added this feature, I would:

Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Feedback & Support
url: https://github.com/archetyped/simple-lightbox/wiki/Feedback-&-Support
about: How to share feedback and get support for Simple Lightbox
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feedback
about: Share your feedback
title: "[Feedback] "
title: "[Feedback]: "
labels: feedback
assignees: ''

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.ds_store
.vscode
.sass-cache
node_modules/
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ module.exports = function(grunt) {
grunt.loadTasks('grunt');

// Default Tasks
grunt.registerTask('build', ['phplint', 'jshint:all', 'uglify', 'sass']);
grunt.registerTask('build', ['jshint:all', 'uglify', 'sass']);
grunt.registerTask('watch_all', ['watch:js', 'watch:sass']);
};
};
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
= 2.9.0 =

* Add: Support WebP image format
* Add: Support AVIF image format
* Add: Documentation link to readme file
* Optimize: Code cleanup/refactoring
* Optimize: WPCS validation (Phase 1)
* Optimize: Activate links after all other filters
* Optimize: Plugin metadata retrieval
* Update: Confirm WordPress 6.0 compatibility
* Update: Build dependencies
* Update: GitHub issue templates

= 2.8.1 =

* Update: PHP 5.6 Compatibility
Expand Down
2 changes: 1 addition & 1 deletion client/js/prod/lib.admin.js

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

2 changes: 1 addition & 1 deletion client/js/prod/lib.core.js

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

2 changes: 1 addition & 1 deletion client/js/prod/lib.view.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7e4bdba

Please sign in to comment.