Skip to content

Commit 1008d0a

Browse files
committed
version 1.0.3 released
1 parent 2bcd6a6 commit 1008d0a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.2
19+
* Version: 1.0.3
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.2' );
38+
defined( 'CBXTAXONOMY_PLUGIN_VERSION' ) or define( 'CBXTAXONOMY_PLUGIN_VERSION', '1.0.3' );
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__ ) );

includes/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

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.2
5+
Stable tag: 1.0.3
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.3 =
33+
* Minor changes, disabled/commented the unit testing feature call.
34+
3235
= 1.0.2 =
3336
* Custom plugin checker added
3437
* Core refactored

0 commit comments

Comments
 (0)