Skip to content

Commit a628829

Browse files
committed
text domain, slug updated
1 parent 94d638e commit a628829

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The following software is required to develop using CBXTaxonomy:
1212

1313
## Installation
1414

15-
1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxwptaxonomy/releases)
15+
1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxtaxonomy/releases)
1616
2. WordPress has clear documentation about [how to install a plugin](https://codex.wordpress.org/Managing_Plugins)
1717
3. After install activate the plugin "CBX Taxonomy" through the 'Plugins' menu in WordPress
1818
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
1919

2020
## Licence
2121

22-
[MIT](https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt)
22+
[MIT](https://github.com/codeboxrcodehub/cbxtaxonomy/blob/master/LICENSE.txt)

cbxtaxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @wordpress-plugin
1616
* Plugin Name: CBX Taxonomy
17-
* Plugin URI: https://wordpress.org/plugins/cbxtaxonomy
17+
* 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.
1919
* Version: 1.0.1
2020
* Requires at least: 5.3
@@ -23,7 +23,7 @@
2323
* Author URI: https://codeboxr.com
2424
* License: GPL-2.0+
2525
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
26-
* Text Domain: cbxwptaxonomy
26+
* Text Domain: cbxtaxonomy
2727
* Domain Path: /languages
2828
*/
2929

includes/CBXTaxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public function plugin_row_meta( $links_array, $plugin_file_name, $plugin_data,
108108
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
109109
}
110110

111-
$links_array[] = '<a target="_blank" style="color:#005ae0 !important; font-weight: bold;" href="https://github.com/codeboxrcodehub/cbxwptaxonomy" aria-label="' . esc_attr__( 'Github Repo', 'cbxwptaxonomy' ) . '">' . esc_html__( 'Github Repo', 'cbxwptaxonomy' ) . '</a>';
112-
$links_array[] = '<a target="_blank" style="color:#005ae0 !important; font-weight: bold;" href="https://github.com/codeboxrcodehub/cbxwptaxonomy/releases" aria-label="' . esc_attr__( 'Download', 'cbxwptaxonomy' ) . '">' . esc_html__( 'Download Latest', 'cbxwptaxonomy' ) . '</a>';
111+
$links_array[] = '<a target="_blank" style="color:#005ae0 !important; font-weight: bold;" href="https://github.com/codeboxrcodehub/cbxtaxonomy" aria-label="' . esc_attr__( 'Github Repo', 'cbxtaxonomy' ) . '">' . esc_html__( 'Github Repo', 'cbxtaxonomy' ) . '</a>';
112+
$links_array[] = '<a target="_blank" style="color:#005ae0 !important; font-weight: bold;" href="https://github.com/codeboxrcodehub/cbxtaxonomy/releases" aria-label="' . esc_attr__( 'Download', 'cbxtaxonomy' ) . '">' . esc_html__( 'Download Latest', 'cbxtaxonomy' ) . '</a>';
113113
}
114114

115115
return $links_array;

includes/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct() {
1212
public function update_checker() {
1313
$updater = new PDUpdater( CBXTAXONOMY_ROOT_PATH . 'cbxtaxonomy.php' );
1414
$updater->set_username( 'codeboxrcodehub' );
15-
$updater->set_repository( 'cbxwptaxonomy' );
15+
$updater->set_repository( 'cbxtaxonomy' );
1616
$updater->authorize( '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' );
1717
$updater->initialize();
1818
}//end method update_checker

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Requires at least: 5.3
44
Tested up to: 6.7.2
55
Stable tag: 1.0.1
66
License: MIT
7-
License URI: https://github.com/codeboxrcodehub/cbxwptaxonomy/blob/master/LICENSE.txt
7+
License URI: https://github.com/codeboxrcodehub/cbxtaxonomy/blob/master/LICENSE.txt
88

99
WordPress helper plugin for creating custom taxonomy (category, tag) inside WordPress
1010

@@ -22,7 +22,7 @@ The following software is required to develop using CBXTaxonomy:
2222

2323
== Installation ==
2424

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

0 commit comments

Comments
 (0)