Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
15 changes: 2 additions & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
/.git export-ignore
/.github export-ignore
/vendor/ export-ignore -diff
/node_modules export-ignore

/.distignore export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.plugin-data export-ignore
/.wp-env.json export-ignore
/composer.json export-ignore
/composer.lock export-ignore -diff
/CHANGELOG.md export-ignore
/grumphp.yml export-ignore
/LICENSE.md export-ignore
/package.json export-ignore
/package-lock.json export-ignore -diff
/phpcs.xml.dist export-ignore
/psalm.xml.dist export-ignore
/psalm.xml export-ignore
/README.md export-ignore
/webpack.config.js export-ignore
/yarn.lock export-ignore
2 changes: 1 addition & 1 deletion .plugin-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.5",
"version": "1.0.6",
"slug": "beapi-acf-palette"
}
4 changes: 2 additions & 2 deletions beapi-acf-palette.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Be API - ACF Color Palette
Version: 1.0.5
Version: 1.0.6
Version Boilerplate: 3.5.0
Plugin URI: https://beapi.fr
Description: Add a new theme color palette selector field for Advanced Custom Fields.
Expand Down Expand Up @@ -35,7 +35,7 @@
}

// Plugin constants
define( 'BEAPI_ACF_PALETTE_VERSION', '1.0.5' );
define( 'BEAPI_ACF_PALETTE_VERSION', '1.0.6' );
define( 'BEAPI_ACF_PALETTE_VIEWS_FOLDER_NAME', 'beapi-acf-palette' );

// Plugin URL and PATH
Expand Down
Loading