Skip to content

Commit

Permalink
Rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Jan 12, 2023
1 parent daf0b07 commit e72db8b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dss-jobbnorge",
"version": "1.0.7",
"description": "WordPress Jobbnorge Block",
"version": "1.0.8",
"description": "Jobbnorge Block for WordPress Gutenberg",
"author": "Per Søderlind <[email protected]>",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/dss-web/dss-jobbnorge-block",
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Jobbnorge Block ===
=== WP Jobbnorge Block ===
Contributors: PerS, dssweb
Tags: block
Tested up to: 6.1
Requires at least: 5.9
Requires PHP: 7.4
Stable tag: 1.0.7
Stable tag: 1.0.8
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -33,9 +33,13 @@ You'll find the block in the "widget" category, look for "Jobbnorge".

== Frequently Asked Questions ==

= Where's the block? =

The block is in the "widget" category, look for "Jobbnorge".

= Jobbnorge RSS feed URL? =

The URL should look like this, replace 123456789 with your id value: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1`
The URL should look like this, replace 123456789 with your id: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1`

== Screenshots ==

Expand All @@ -45,6 +49,10 @@ The URL should look like this, replace 123456789 with your id value: `https://ww

== Changelog ==

= 1.0.8 =

* Rename plugin.

= 1.0.7 =

* Initial Release
24 changes: 0 additions & 24 deletions src/save.js

This file was deleted.

File renamed without changes.

0 comments on commit e72db8b

Please sign in to comment.