Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Jan 22, 2023
1 parent 6a60965 commit a6a2e64
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 8 deletions.
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "dss/jobbnorge",
"version": "1.0.8",
"version": "1.0.9",
"title": "Jobbnorge",
"category": "widgets",
"icon": "people",
Expand Down
2 changes: 1 addition & 1 deletion build/init.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render', 'wp-url'), 'version' => 'a37106cb8629936db490');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-server-side-render', 'wp-url'), 'version' => 'e316a1e05803b7b7b1a5');
2 changes: 1 addition & 1 deletion build/init.js

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

4 changes: 2 additions & 2 deletions class-jobbnorge-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*/

declare( strict_types = 1 );
require_once ABSPATH . WPINC . '/class-simplepie.php';

defined( 'SIMPLE_NAMESPACE_JOBBNORGE' ) || define( 'SIMPLE_NAMESPACE_JOBBNORGE', 'https://export.jobbnorge.no/xml/' );

require_once ABSPATH . WPINC . '/class-simplepie.php';

if ( ! class_exists( 'Jobbnorge_Item' ) ) {

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-jobbnorge-block",
"version": "1.0.8",
"version": "1.0.9",
"description": "Jobbnorge Block for WordPress Gutenberg",
"author": "Per Søderlind <[email protected]>",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block
Tested up to: 6.1
Requires at least: 5.9
Requires PHP: 7.4
Stable tag: 1.0.8
Stable tag: 1.0.9
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -49,6 +49,10 @@ The URL should look like this, replace 123456789 with your id: `https://www.jobb

== Changelog ==

= 1.0.9 =

* Rename functions to avoid conflicts.

= 1.0.8 =

* Rename plugin.
Expand Down
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "dss/jobbnorge",
"version": "1.0.8",
"version": "1.0.9",
"title": "Jobbnorge",
"category": "widgets",
"icon": "people",
Expand Down

0 comments on commit a6a2e64

Please sign in to comment.