File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
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.2
19+ * Version: 1.0.3
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.2 ' );
38+ defined ( 'CBXTAXONOMY_PLUGIN_VERSION ' ) or define ( 'CBXTAXONOMY_PLUGIN_VERSION ' , '1.0.3 ' );
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 @@ -21,7 +21,7 @@ public function __construct() {
2121
2222 add_action ( 'init ' , [ $ taxonomy_helper , 'load_orm ' ] );
2323
24- $ this ->unit_testing ();//don't delete this
24+ // $this->unit_testing();//don't delete this
2525 }
2626
2727 /**
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.2
5+ Stable tag: 1.0.3
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.3 =
33+ * Minor changes, disabled/commented the unit testing feature call.
34+
3235= 1.0.2 =
3336* Custom plugin checker added
3437* Core refactored
You can’t perform that action at this time.
0 commit comments