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.1.2",
"version": "1.1.3",
"slug": "beapi-acf-palette"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing yet.

## [1.1.3] - 2026-07-08

- Add support for v3 theme json schema

## [1.1.2] - 2026-07-07

- Add support for PHP 8.4
Expand Down
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.1.2
Version: 1.1.3
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.1.2' );
define( 'BEAPI_ACF_PALETTE_VERSION', '1.1.3' );
define( 'BEAPI_ACF_PALETTE_VIEWS_FOLDER_NAME', 'beapi-acf-palette' );

// Plugin URL and PATH
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-palette",
"version": "1.1.2",
"version": "1.1.3",
"description": "Add a new theme color palette selector field for Advanced Custom Fields.",
"author": "Be API Technical team",
"license": "GPL-2.0-or-later",
Expand Down
Loading