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 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
3535use Cbx \Taxonomy \CBXTaxonomyHelper ;
3636
3737defined ( '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 ' );
3939defined ( 'CBXTAXONOMY_BASE_NAME ' ) or define ( 'CBXTAXONOMY_BASE_NAME ' , plugin_basename ( __FILE__ ) );
4040defined ( 'CBXTAXONOMY_ROOT_PATH ' ) or define ( 'CBXTAXONOMY_ROOT_PATH ' , plugin_dir_path ( __FILE__ ) );
4141defined ( 'CBXTAXONOMY_ROOT_URL ' ) or define ( 'CBXTAXONOMY_ROOT_URL ' , plugin_dir_url ( __FILE__ ) );
Original file line number Diff line number Diff line change 22Contributors: codeboxr, manchumahara
33Requires at least: 5.3
44Tested up to: 6.8
5- Stable tag: 1.0.3
5+ Stable tag: 1.0.4
66License: MIT
77License 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
You can’t perform that action at this time.
0 commit comments