Skip to content

Commit

Permalink
fix: typo in namespaces. bump version.
Browse files Browse the repository at this point in the history
build:  [skip-ci]
  • Loading branch information
lots0logs committed Aug 14, 2020
1 parent 14290ef commit 6144209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.",
"type": "library",
"license": "GPL-v2-or-later",
"version": "1.1.0",
"version": "1.1.1",
"authors": [
{
"name": "Elegant Themes",
Expand Down
2 changes: 1 addition & 1 deletion src/Post/BaseObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ET\DBO\Post\Post;
namespace ET\DBO\Post;

use function et_;
use WP_Post_Type;
Expand Down
2 changes: 1 addition & 1 deletion src/Post/CustomPostType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ET\DBO\Post\Post;
namespace ET\DBO\Post;


abstract class CustomPostType extends BaseObject {
Expand Down
2 changes: 1 addition & 1 deletion src/Post/CustomTaxonomy.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ET\DBO\Post\Post;
namespace ET\DBO\Post;

use WP_Error, WP_Term;

Expand Down

0 comments on commit 6144209

Please sign in to comment.