Skip to content

Commit

Permalink
Version bump to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswintle committed Jul 20, 2024
1 parent 1916f39 commit 1e3c06d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-admin",
"version": "1.15.1",
"version": "1.15.2",
"main": "Gruntfile.js",
"author": "Ross Wintle",
"scripts": {
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: magicroundabout
Donate link: https://ko-fi.com/magicroundabout
Tags: menu, commands, shortcuts
Requires at least: 4.9
Tested up to: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.15.1
Stable tag: 1.15.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -184,6 +184,11 @@ If you're reading this then you've probably already done step 1. So what are you

== Changelog ==

= 1.15.2 =

* [Enhancement] List table keyboard shortcuts now work on the "Add New Plugin" screen.
* [Enhancement] List table keyboard shortcuts now scroll the selected element into view.

= 1.15.1 =

* Incorporates all changes from versions up to 1.15.1 of the browser extension.
Expand Down
4 changes: 2 additions & 2 deletions turbo-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://rosswintle.uk/
* Text Domain: turbo-admin
* Domain Path: /languages
* Version: 1.15.1
* Version: 1.15.2
*
* @package Turbo_Admin
*/
Expand Down Expand Up @@ -162,7 +162,7 @@ function show_profile_fields($user)
<span class="description"><?php _e(
'Please enter the keyboard shortcut you want to use to activate the Turbo Admin command palette.<br>
Do not choose a keyboard combination that your browser already uses.', 'turbo_admin'
) ?></span>
) ?></span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 1e3c06d

Please sign in to comment.