Skip to content

Commit 6537754

Browse files
committed
chore: updates plugin version to 1.0.5
Updates the plugin version number in the plugin file and plugin data file. This ensures the plugin is correctly identified as version 1.0.5.
1 parent 0ddd96f commit 6537754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.plugin-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.4",
2+
"version": "1.0.5",
33
"slug": "beapi-acf-palette"
44
}

beapi-acf-palette.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Be API - ACF Color Palette
4-
Version: 1.0.4
4+
Version: 1.0.5
55
Version Boilerplate: 3.5.0
66
Plugin URI: https://beapi.fr
77
Description: Add a new theme color palette selector field for Advanced Custom Fields.
@@ -35,7 +35,7 @@
3535
}
3636

3737
// Plugin constants
38-
define( 'BEAPI_ACF_PALETTE_VERSION', '1.0.4' );
38+
define( 'BEAPI_ACF_PALETTE_VERSION', '1.0.5' );
3939
define( 'BEAPI_ACF_PALETTE_VIEWS_FOLDER_NAME', 'beapi-acf-palette' );
4040

4141
// Plugin URL and PATH

0 commit comments

Comments
 (0)