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
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