Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Nov 6, 2019
1 parent 3d0bf6d commit a71e4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-graphql-polylang.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/valu-digital/wp-graphql-polylang
* Description: Exposes Polylang languages and translations in the GraphQL schema
* Author: Esa-Matti Suuronen, Valu Digital Oy
* Version: 0.2.1
* Version: 0.3.0
* Author URI: https://valu.fi/
*
* @package wp-graphql-polylang
Expand All @@ -16,4 +16,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

\WPGraphQL\Extensions\Polylang\Loader::init();
\WPGraphQL\Extensions\Polylang\Loader::init();

0 comments on commit a71e4ac

Please sign in to comment.