Skip to content

Commit cd2fa8a

Browse files
authored
Merge pull request #70 from ProgressPlanner/filip/v1-6-0
v1.6.0
2 parents 92b0cb2 + 381997d commit cd2fa8a

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

aaa-option-optimizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: AAA Option Optimizer
88
* Plugin URI: https://progressplanner.com/plugins/aaa-option-optimizer/
99
* Description: Tracks autoloaded options usage and allows the user to optimize them.
10-
* Version: 1.5.1
10+
* Version: 1.6.0
1111
* License: GPL-3.0+
1212
* Author: Team Prospress Planner
1313
* Author URI: https://prospressplanner.com/

css/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
.aaa_option_table .actions .button span.dashicons, .aaa_option_table .button.dashicon span.dashicons {
3838
padding: 0;
3939
margin: 0 3px 0 0;
40-
vertical-align: middle;
4140
}
4241
.aaa_option_table td span.num {
4342
font-family: monospace;
@@ -153,4 +152,12 @@ div.dt-container .dt-input {
153152
display: flex;
154153
flex-direction: column;
155154
gap: 10px;
155+
}
156+
157+
/* Version 6.9 compatibility */
158+
.branch-6-9 {
159+
.aaa_option_table .actions .button span.dashicons,
160+
.aaa_option_table .button.dashicon span.dashicons {
161+
vertical-align: middle;
162+
}
156163
}

readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: joostdevalk, aristath, filipi
33
Tags: options, database, cleanup
44
Requires at least: 6.7
5-
Tested up to: 6.9
5+
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 1.5.1
7+
Stable tag: 1.6.0
88
License: GPL3+
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -54,9 +54,10 @@ Please do a pull request via GitHub on [this file](https://github.com/ProgressPl
5454

5555
== Changelog ==
5656

57-
= 1.5.2 =
57+
= 1.6.0
5858

5959
* Replace using 'all' filter for monitoring option usage with 'pre_option' filter for better performance.
60+
* Migrate tracked options data from a single wp_option to a custom database table for improved performance and reliability.
6061

6162
= 1.5.1 =
6263

0 commit comments

Comments
 (0)