Skip to content
Merged

Release #1095

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/pr-announcer-docs.yml

This file was deleted.

95 changes: 45 additions & 50 deletions composer.lock

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

2 changes: 2 additions & 0 deletions inc/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ public static function register_conflicts( $conflicts_to_register = [] ) {
* @return array
*/
public static function add_settings( $data ): array {
$data = is_array( $data ) ? $data : [];

$saved_data = ( new Optml_Settings() )->get_raw_settings();
unset( $saved_data['service_data'] );
unset( $saved_data['api_key'] );
Expand Down
Loading
Loading