Skip to content

Commit

Permalink
Bump version and add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
freibergergarcia committed Feb 10, 2024
1 parent f3f97b9 commit 5c62e6b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "freibergergarcia/custom-post-types-taxonomies",
"version": "0.1.0-alpha",
"version": "0.2.0",
"description": "Custom Post Types and Taxonomies",
"license": "GPL-2.0-only",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"plugin",
"post types",
"post type",
"taxonomy",
"taxonomies"
],
"authors": [
{
"name": "Bruno",
Expand Down
2 changes: 1 addition & 1 deletion custom-post-types-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @wordpress-plugin
* Plugin Name: Custom PTT
* Version: 0.1.0-alpha
* Version: 0.2.0
* Plugin URI: https://www.github.com/freibergergarcia/custom-post-types-taxonomies
* Description: Enhance your WordPress site with related post types and taxonomies functionality provided by the Custom PTT plugin.
* Author: Bruno Freiberger Garcia
Expand Down
2 changes: 1 addition & 1 deletion includes/Taxonomy/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Taxonomy implements Registerable {
* Register the taxonomy.
*
* @return void
* @since 0.1.0-alpha
* @since 0.1.0-alpha
*/
public function register(): void {
add_action( 'init', array( $this, 'register_taxonomy_on_init' ) );
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"email": "freibergergarcia@gmail.com",
"url": "https://github.com/freibergergarcia"
},
"keywords": [
"wordpress",
"plugin",
"post types",
"post type",
"taxonomy",
"taxonomies"
],
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.7",
Expand Down

0 comments on commit 5c62e6b

Please sign in to comment.