Skip to content

Commit 3043cac

Browse files
committed
chore: incorporate v0.46.11 tag
# Conflicts: # data-machine-code.php
2 parents 57f3f9e + 151e83d commit 3043cac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data-machine-code.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
die;
1919
}
2020

21-
define('DATAMACHINE_CODE_VERSION', '0.46.11');
22-
define('DATAMACHINE_CODE_PATH', plugin_dir_path(__FILE__));
23-
define('DATAMACHINE_CODE_URL', plugin_dir_url(__FILE__));
21+
define( 'DATAMACHINE_CODE_VERSION', '0.46.11' );
22+
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
23+
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2424

2525
// PSR-4 Autoloading.
2626
require_once __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)