File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 22Contributors: joostdevalk, aristath, filipi
33Tags: options, database, cleanup
44Requires at least: 6.7
5- Tested up to: 6.9
5+ Tested up to: 7.0
66Requires PHP: 7.4
7- Stable tag: 1.5.1
7+ Stable tag: 1.6.0
88License: GPL3+
99License 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
You can’t perform that action at this time.
0 commit comments