Skip to content

Commit

Permalink
Merge pull request #2 from codeboxrcodehub/dev
Browse files Browse the repository at this point in the history
merge to master
  • Loading branch information
deepakdeb committed Mar 13, 2024
2 parents 5bfa2f8 + 945bfd4 commit 4c716e3
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 PhpSpreadsheet Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Open source Taxonomy plugin

## 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 7.4 or newer


## Installation

1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxwptaxonomy/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.

## Licence

[MIT](https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt)
34 changes: 34 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
=== CBX Taxonomy Library ===
Contributors: codeboxr, manchumahara
Requires at least: 3.5
Tested up to: 6.4.3
Stable tag: 1.0.5
License: MIT
License URI: https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt

Open source Taxonomy plugin

== 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 7.4 or newer



== Installation ==

1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxwptaxonomy/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.0 =
* First public release
2 changes: 1 addition & 1 deletion includes/CBXTaxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
//$this->unit_testing();
$this->load_orm();
$this->load_plugin_textdomain();
$this->hooks = new Hooks();
new Hooks();
}//end of method constructor

/**
Expand Down

0 comments on commit 4c716e3

Please sign in to comment.