Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbisson committed Jul 9, 2024
1 parent e69d4cc commit a1454ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikipediapreview-wordpress",
"version": "1.13.0",
"version": "1.14.0",
"description": "WordPress plugin for Wikipedia Preview",
"main": "init.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: wikimediafoundation
Donate link: https://donate.wikimedia.org/wiki/Ways_to_Give
Tags: wikipedia, facts, popup, card, wiki
Stable tag: 1.13.0
Stable tag: 1.14.0
Tested up to: 6.6
License: MIT
License URI: https://github.com/wikimedia/wikipedia-preview/blob/main/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions wikipediapreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/wikimedia/wikipedia-preview
* Description: Provide context to your readers by displaying a Wikipedia article preview when a reader clicks or hovers over a word or concept.
* Text Domain: wikipedia-preview
* Version: 1.13.0
* Version: 1.14.0
* Requires at least: 6.1
* Requires PHP: 5.6.39
* Author: Wikimedia Foundation
Expand All @@ -13,7 +13,7 @@
* License URI: https://github.com/wikimedia/wikipedia-preview/blob/main/LICENSE
*/

DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.13.0' );
DEFINE( 'WIKIPEDIA_PREVIEW_PLUGIN_VERSION', '1.14.0' );

function get_public_post_types() {
$post_types = get_post_types( array(), 'objects' );
Expand Down

0 comments on commit a1454ea

Please sign in to comment.