Skip to content

Commit

Permalink
Release version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ptesei committed Jun 24, 2024
1 parent 8eb8326 commit 6febafd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 36 deletions.
59 changes: 26 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Coverage directory used by tools like istanbul
coverage

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
build/

# Dependency directories
node_modules/
vendor/

# Optional npm cache directory
.npm
!package-lock.json

# Optional eslint cache
.eslintcache

# Output of `npm pack`
*.tgz

# Output of `wp-scripts plugin-zip`
*.zip

# dotenv environment variables file
.env
/.git
/.github
/.wordpress-org
/node_modules
/vendor
/src

.distignore
.editorconfig
.gitattributes
.gitignore
.plugin-data
.wp-env.json
CHANGELOG.md
composer.json
composer.lock
grumphp.yml
LICENSE.md
package.json
package-lock.json
phpcs.xml.dist
phpunit.xml.dist
psalm.xml.dist
README.md
webpack.config.js
yarn.lock
2 changes: 1 addition & 1 deletion build/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

$unique_id = wp_unique_id( 'p-' );
$class_options = $attributes['classOptions'] ?? '';
$additional_classes = $class_options . ' wp-block-navigation-item open-on-hover-click toto wp-block-navigation-submenu';
$additional_classes = $class_options . ' wp-block-navigation-item open-on-hover-click wp-block-navigation-submenu';

?>
<li <?php echo wp_kses_data( get_block_wrapper_attributes( [ 'class' => $additional_classes ] ) ); ?>>
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'mosne/dark-palette',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '1774c4632c31b2df193a07bd6e9698ddf31af05b',
'reference' => '8eb83268a5b619d75320f68bcf340fecaab610ad',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -22,7 +22,7 @@
'mosne/dark-palette' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '1774c4632c31b2df193a07bd6e9698ddf31af05b',
'reference' => '8eb83268a5b619d75320f68bcf340fecaab610ad',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 6febafd

Please sign in to comment.