File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
* Plugin Name: CBX Taxonomy
17
17
* Plugin URI: https://github.com/codeboxrcodehub/cbxtaxonomy
18
18
* 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
20
20
* Requires at least: 5.3
21
21
* Requires PHP: 8.2
22
22
* Author: Codeboxr
35
35
use Cbx \Taxonomy \CBXTaxonomyHelper ;
36
36
37
37
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 ' );
39
39
defined ( 'CBXTAXONOMY_BASE_NAME ' ) or define ( 'CBXTAXONOMY_BASE_NAME ' , plugin_basename ( __FILE__ ) );
40
40
defined ( 'CBXTAXONOMY_ROOT_PATH ' ) or define ( 'CBXTAXONOMY_ROOT_PATH ' , plugin_dir_path ( __FILE__ ) );
41
41
defined ( 'CBXTAXONOMY_ROOT_URL ' ) or define ( 'CBXTAXONOMY_ROOT_URL ' , plugin_dir_url ( __FILE__ ) );
Original file line number Diff line number Diff line change 2
2
Contributors: codeboxr, manchumahara
3
3
Requires at least: 5.3
4
4
Tested up to: 6.8
5
- Stable tag: 1.0.3
5
+ Stable tag: 1.0.4
6
6
License: MIT
7
7
License URI: https://github.com/codeboxrcodehub/cbxtaxonomy/blob/master/LICENSE.txt
8
8
@@ -29,6 +29,9 @@ The following software is required to develop using CBXTaxonomy:
29
29
30
30
31
31
== Changelog ==
32
+ = 1.0.4 =
33
+ * [fixed] SQL error for default value bug fixed
34
+
32
35
= 1.0.3 =
33
36
* Minor changes, disabled/commented the unit testing feature call.
34
37
You can’t perform that action at this time.
0 commit comments