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 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.2
19
+ * Version: 1.0.3
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.2 ' );
38
+ defined ( 'CBXTAXONOMY_PLUGIN_VERSION ' ) or define ( 'CBXTAXONOMY_PLUGIN_VERSION ' , '1.0.3 ' );
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 @@ -21,7 +21,7 @@ public function __construct() {
21
21
22
22
add_action ( 'init ' , [ $ taxonomy_helper , 'load_orm ' ] );
23
23
24
- $ this ->unit_testing ();//don't delete this
24
+ // $this->unit_testing();//don't delete this
25
25
}
26
26
27
27
/**
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.2
5
+ Stable tag: 1.0.3
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.3 =
33
+ * Minor changes, disabled/commented the unit testing feature call.
34
+
32
35
= 1.0.2 =
33
36
* Custom plugin checker added
34
37
* Core refactored
You can’t perform that action at this time.
0 commit comments