We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee5fb5 + 8c44566 commit 18507efCopy full SHA for 18507ef
src/AbstractEndpoint.php
@@ -46,8 +46,8 @@ public function create() {
46
* @since 0.1.0
47
*/
48
private function set_variables() {
49
- $this->namespace = apply_filters( Filters::API_NAMESPACE, 'leean', $this->endpoint );
50
- $this->version = apply_filters( Filters::API_VERSION, 'v1', $this->endpoint );
+ $this->namespace = apply_filters( Filters::API_NAMESPACE, 'lean', $this->endpoint );
+ $this->version = apply_filters( Filters::API_VERSION, 'v2', $this->endpoint );
51
}
52
53
/**
0 commit comments