-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
93 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,56 @@ | ||
# simple-metadata-relation | ||
# Simple Metadata Relation | ||
|
||
* Contributors: @colomet, @davideC00 | ||
* Donate link: https://opencollective.com/mylanguageskills | ||
* Tags: wordpress, simple metadata, metadata, relation | ||
* Requires at least: 4.9.6 | ||
* Tested up to: 5.2.2 | ||
* Requires PHP: 7.0 | ||
* Stable tag: 1.0 | ||
* License: GNU 3.0 | ||
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html | ||
* Gutenberg: compatible | ||
|
||
## Description | ||
This addon defines the relationship between the content and other content, if any. | ||
|
||
## Installation | ||
1. Clone (or copy) this repository to the /wp-content/plugins/ directory. | ||
2. Activate the plugin through the 'Plugins' screen in WordPress. | ||
|
||
## Frequently Asked Questions | ||
1. If i don't need to use all the fields of the plugin, can i leave them empty? Yes, you can leaves them empty. If one field is empty the link will not appear in the frontend. | ||
|
||
## Requirements | ||
Plugin works with: | ||
|
||
- ![PHP](https://img.shields.io/badge/PHP-7.2.X-blue.svg) | ||
- ![WordPress](https://img.shields.io/badge/WordPress-4.9.8-blue.svg) | ||
|
||
## Disclaimers | ||
The Simple Metadata Relation plugin is supplied "as is" and all use is at your own risk. | ||
|
||
## Roadmap | ||
|
||
## Changelog | ||
Take a look at detailed changelog [here](/doc/CHANGELOG.md) | ||
|
||
|
||
### 1.0 | ||
* Initial release | ||
* Resources | ||
* Bibliography | ||
* json-ld metadata | ||
|
||
|
||
## Credits | ||
|
||
Here's a link to [WordPress](https://wordpress.org/) | ||
|
||
Here's a llink to [PressBooks](https://pressbooks.org/get-involved/) | ||
|
||
Here's a link to [Markdown's Syntax Documentation](https://daringfireball.net/projects/markdown/syntax) | ||
|
||
--- | ||
|
||
[Up](/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
# 1.0 | ||
|
||
* Metaboxes | ||
* **Added** Bibliography | ||
* **Added** Citations | ||
|
||
* **Added** Resources | ||
* **Added** Activities | ||
* **Added** Exercises | ||
* **Added** Audios | ||
* **Added** Videos | ||
|
||
* Properties | ||
* Resources | ||
* **Added** hasPart | ||
* Bibliography | ||
* **Added** citation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters