Skip to content

Commit a35f33e

Browse files
committed
readme updated
1 parent 767dd16 commit a35f33e

File tree

1 file changed

+7
-45
lines changed

1 file changed

+7
-45
lines changed

README.txt

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,34 @@
1-
=== CBX PhpSpreadSheet Library ===
1+
=== CBX Taxonomy Library ===
22
Contributors: codeboxr, manchumahara
33
Requires at least: 3.5
44
Tested up to: 6.4.3
55
Stable tag: 1.0.5
66
License: MIT
7-
License URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt
7+
License URI: https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt
88

9-
Open source PhpSpreadSheet php library released as wordpress plugin to use easily
9+
Open source Taxonomy plugin
1010

1111
== Description ==
1212

13-
A pure [PHP library for reading and writing spreadsheet files](https://phpspreadsheet.readthedocs.io)
14-
15-
From Codeboxr we wrapped the library as wordpress plugin to easy distribute as wordpress plugin. WordPress now doesn't allow this type library as
16-
plugin but providing a large php package with plugin makes the plugin heavy and troublesome for updates. We hosted this in github so that user can download and later
17-
update easily.
13+
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.
1814

1915
Software requirements
2016

21-
The following software is required to develop using PhpSpreadsheet:
17+
The following software is required to develop using CBXTaxonomy:
2218

2319
* PHP version 7.4 or newer
24-
* PHP extension php_zip enabled
25-
* PHP extension php_xml enabled
26-
* PHP extension php_gd2 enabled (if not compiled in)
27-
28-
29-
The plugin check php version, php_zip, php_xml and php_gd2 library compatible or installed or not, based on success it activated.
30-
31-
How to use:
32-
33-
`
34-
if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ) ) {
35-
//Include PHPExcel
36-
require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' );
3720

38-
//now take instance
39-
$objPHPExcel = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
4021

41-
//do whatever you need to do
42-
}
43-
`
4422

4523
== Installation ==
4624

47-
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases)
25+
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxwptaxonomy/releases)
4826
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
49-
3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress
27+
3. After install activate the plugin "CBX Taxonomy Library" through the 'Plugins' menu in WordPress
5028
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
5129

5230

5331
== Changelog ==
5432

55-
= 1.0.5 =
56-
* Dependency vendor packages updated to latest
57-
* Github.com based updater
58-
59-
= 1.0.4 =
60-
* Updated the phpspreadsheet package to latest V1.29.0
61-
62-
= 1.0.3 =
63-
* Updated the phpspreadsheet package to latest V1.21.0
64-
65-
= 1.0.2 =
66-
* Updated the phpspreadsheet package to latest V1.21.0
67-
68-
= 1.0.1 =
69-
* Updated the phpspreadsheet package to latest
70-
7133
= 1.0.0 =
7234
* First public release

0 commit comments

Comments
 (0)