Skip to content

Commit

Permalink
誤ってアップデートされないようにテスト用にバージョンダウン
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Dec 15, 2023
1 parent a44db7c commit 05dc68b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lightning-g3-evergreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://vektor-inc.co.jp
* Text Domain: lightning-g3-evergreen
* Domain Path: /languages
* Version: 0.2.4
* Version: 0.0.4
*
* @package LIGHTNING_G3_EVERGREEN
*/
Expand All @@ -17,7 +17,7 @@
/**
* TGM
*/
require dirname( __FILE__ ) . '/inc/tgm-plugin-activation/config.php';
require __DIR__ . '/inc/tgm-plugin-activation/config.php';

/**
* Composer autoload
Expand All @@ -31,7 +31,7 @@
/**
* Plugin Updater
*/
if ( class_exists('YahnisElsts\PluginUpdateChecker\v5\PucFactory') ){
if ( class_exists( 'YahnisElsts\PluginUpdateChecker\v5\PucFactory' ) ) {
$myUpdateChecker = YahnisElsts\PluginUpdateChecker\v5\PucFactory::buildUpdateChecker( // phpcs:ignore.
'https://vws.vektor-inc.co.jp/updates/?action=get_metadata&slug=lightning-g3-evergreen',
__FILE__,
Expand Down Expand Up @@ -70,12 +70,12 @@
/**
* Load Block Patterns
*/
require dirname( __FILE__ ) . '/inc/patterns-data/class-register-patterns-from-json.php';
require __DIR__ . '/inc/patterns-data/class-register-patterns-from-json.php';

/**
* Load Preset Patterns
*/
require dirname( __FILE__ ) . '/presets.php';
require __DIR__ . '/presets.php';

/**
* Set Lightning Design Skin
Expand Down

0 comments on commit 05dc68b

Please sign in to comment.