Skip to content

Commit

Permalink
Merge pull request #14 from bootscore/v5.1.1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
crftwrk authored Aug 26, 2023
2 parents b133938 + a1006d4 commit f4c7f6f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 - 2022 The bootScore Contributors
Copyright (c) 2021 - 2023 The bootScore Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
// silence is golden
// silence is golden
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*Plugin Name: bS Preloader
Plugin URI: https://bootscore.me/plugins/bs-preloader/
Description: This plugin adds a preloader to bootScore
Version: 5.1.0
Version: 5.1.1
Tested up to: 6.3
Requires at least: 5.0
Requires PHP: 5.6
Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Contributors: Bastian Kreiter, Kemal Sulic

Requires at least: 4.5
Tested up to: 6.2.2
Stable tag: 5.1.1
Tested up to: 6.3
Requires at least: 5.0
Requires PHP: 5.6
Stable tag: 5.1.0
License: MIT License
License URI: https://github.com/bootscore/bs-preloader/blob/main/LICENSE

This plugin adds a preloader to bootScore theme, Copyright 2021 - 2022 The bootScore Contributors.
This plugin adds a preloader to bootScore theme, Copyright 2021 - 2023 The bootScore Contributors.


== Credits ==
Expand All @@ -33,6 +33,11 @@ Override plugin template by creating a folder your-theme/bs-preloader-main and p

== Changelog ==

= 5.1.1 - August 26 2023 =

* [IMPROVEMENT] Deny direct access #12
* [UPDATE] Plugin checker 5.2 #13

= 5.1.0 - June 08 2023 =

* [FEATURE] Add composer.json
Expand Down
6 changes: 3 additions & 3 deletions update/plugin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name" : "bS Preloader",
"version" : "5.1.0",
"download_url" : "https://github.com/bootscore/bs-preloader/releases/download/v5.1.0/bs-preloader-main.zip",
"version" : "5.1.1",
"download_url" : "https://github.com/bootscore/bs-preloader/releases/download/v5.1.1/bs-preloader-main.zip",
"sections" : {
"description" : "Add composer.json"
"description" : "Deny direct access"
}
}

0 comments on commit f4c7f6f

Please sign in to comment.