-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
47 lines (31 loc) · 1.32 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== CBX Taxonomy ===
Contributors: codeboxr, manchumahara
Requires at least: 5.3
Tested up to: 6.8
Stable tag: 1.0.4
License: MIT
License URI: https://github.com/codeboxrcodehub/cbxtaxonomy/blob/master/LICENSE.txt
WordPress helper plugin for creating custom taxonomy (category, tag) inside WordPress
== Description ==
Open source plugin for creating category and tag. In this plugin we have used custom table for creating the categories and tags so that it uses less resource.
Software requirements
The following software is required to develop using CBXTaxonomy:
* PHP version 8.2 or newer
== Installation ==
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxtaxonomy/releases)
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
3. After install activate the plugin "CBX Taxonomy" through the 'Plugins' menu in WordPress
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
== Changelog ==
= 1.0.4 =
* [fixed] SQL error for default value bug fixed
= 1.0.3 =
* Minor changes, disabled/commented the unit testing feature call.
= 1.0.2 =
* Custom plugin checker added
* Core refactored
= 1.0.1 =
* Added language file
* Added repo info url in plugin listing in dashboard
= 1.0.0 =
* First public release