Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 11ce542

Browse files
chore: tweaks
1 parent 96d073f commit 11ce542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/models/custom_post/setting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ private function to_camel( $options ) {
471471
public function get_upgrade_methods() {
472472
return [
473473
[
474-
'version' => '4.0.0',
474+
'version' => '4.0.1',
475475
'callback' => function () {
476476
foreach ( $this->app->array->get( $this->get_list_data( null, false ), 'data' ) as $item ) {
477477
if ( isset( $item['function'] ) && ! isset( $item['timing_function'] ) ) {

0 commit comments

Comments
 (0)