mesh-research/kcworks-on-wp

WordPress plugin for displaying bibliographies of works from KCWorks on WordPress pages, posts, and sites.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

pkg:composer/mesh-research/kcworks-on-wp

1.1.0 2025-11-18 22:01 UTC

This package is auto-updated.

Last update: 2025-11-18 22:06:02 UTC


README

=== KCWorks on WP ===
Tags:              block
Tested up to:      6.8.1
Stable tag:        1.1.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html

Display bibliographies from KCWorks on pages, posts, and sites

== Description ==

This is a WordPress plugin for displaying bibliographies of works from KCWorks
on WordPress pages, posts, and sites.

== Installation ==

Zip File / GitHub

Releases page on GitHub:
https://github.com/MESH-Research/kcworks-on-wp/releases

1. Visit this plugin's Releases page on GitHub.
2. Download the zip file of the latest stable release.
3. Visit the admin area of your WordPress installation.
4. On the Plugins screen, click the "Add New Plugin" button.
5. Click the "Upload Plugin" button.
6. Choose the zip file that was previously downloaded.
7. Click the "Install Now" button.

Composer

Package page on Packagist:
https://packagist.org/packages/mesh-research/kcworks-on-wp

1. Open a command line in your WordPress project's directory
2. Run `composer require mesh-research/kcworks-on-wp`
3. Run `composer install`
4. Navigate to the plugin directory (`/wp-content/plugins/kcworks-on-wp`)
5. Run `npm i`
6. Run `npm run build`

More information about using Composer:
https://getcomposer.org/doc/01-basic-usage.md#introduction
https://getcomposer.org/doc/03-cli.md#require-r

== Changelog ==

Visit GitHub tagged releases for changelog:
https://github.com/MESH-Research/kcworks-on-wp/tags

= 1.0.0 =
Project renamed from kcworks-wp-plugin to kcworks-on-wp

= 0.2.0 =
* Initial tagged release