Skip to content

Commit 4057394

Browse files
committed
version 1.0.4 released
1 parent d864aa7 commit 4057394

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cbxtaxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: CBX Taxonomy
1717
* Plugin URI: https://github.com/codeboxrcodehub/cbxtaxonomy
1818
* Description: Custom taxonomy system for custom table/custom object types. This feature plugin is required for ComfortResume, ComfortJob and others plugins.
19-
* Version: 1.0.3
19+
* Version: 1.0.4
2020
* Requires at least: 5.3
2121
* Requires PHP: 8.2
2222
* Author: Codeboxr
@@ -35,7 +35,7 @@
3535
use Cbx\Taxonomy\CBXTaxonomyHelper;
3636

3737
defined( 'CBXTAXONOMY_PLUGIN_NAME' ) or define( 'CBXTAXONOMY_PLUGIN_NAME', 'cbxtaxonomy' );
38-
defined( 'CBXTAXONOMY_PLUGIN_VERSION' ) or define( 'CBXTAXONOMY_PLUGIN_VERSION', '1.0.3' );
38+
defined( 'CBXTAXONOMY_PLUGIN_VERSION' ) or define( 'CBXTAXONOMY_PLUGIN_VERSION', '1.0.4' );
3939
defined( 'CBXTAXONOMY_BASE_NAME' ) or define( 'CBXTAXONOMY_BASE_NAME', plugin_basename( __FILE__ ) );
4040
defined( 'CBXTAXONOMY_ROOT_PATH' ) or define( 'CBXTAXONOMY_ROOT_PATH', plugin_dir_path( __FILE__ ) );
4141
defined( 'CBXTAXONOMY_ROOT_URL' ) or define( 'CBXTAXONOMY_ROOT_URL', plugin_dir_url( __FILE__ ) );

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: codeboxr, manchumahara
33
Requires at least: 5.3
44
Tested up to: 6.8
5-
Stable tag: 1.0.3
5+
Stable tag: 1.0.4
66
License: MIT
77
License URI: https://github.com/codeboxrcodehub/cbxtaxonomy/blob/master/LICENSE.txt
88

@@ -29,6 +29,9 @@ The following software is required to develop using CBXTaxonomy:
2929

3030

3131
== Changelog ==
32+
= 1.0.4 =
33+
* [fixed] SQL error for default value bug fixed
34+
3235
= 1.0.3 =
3336
* Minor changes, disabled/commented the unit testing feature call.
3437

0 commit comments

Comments
 (0)