Updated name.
This commit is contained in:
parent
6bfca04ac3
commit
bc8d6370ce
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Plugin Name: Magic Decks and Cards
|
* Plugin Name: MTG4WP
|
||||||
* Plugin URI: https://github.com/daneholmes/Magic-Decks-and-Cards
|
* Plugin URI: https://git.daneholmes.com/dane/MTG4WP
|
||||||
* Description: A plugin for displaying Magic: The Gathering© cards on WordPress
|
* Description: A plugin for displaying Magic: The Gathering© cards on WordPress
|
||||||
* Requires at least: 6.1
|
* Requires at least: 6.1
|
||||||
* Requires PHP: 7.0
|
* Requires PHP: 7.0
|
||||||
@ -10,9 +10,9 @@
|
|||||||
* Author URI: https://daneholmes.com
|
* Author URI: https://daneholmes.com
|
||||||
* License: GPL-3.0-only
|
* License: GPL-3.0-only
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
* Text Domain: mtg-decks-and-cards
|
* Text Domain: MTG4WP
|
||||||
*
|
*
|
||||||
* @package magic-decks-and-cards
|
* @package MTG4WP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('ABSPATH')) {
|
if (!defined('ABSPATH')) {
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "magic-decks-and-cards",
|
"name": "MTG4WP",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A plugin for displaying Magic: The Gathering© decks and card tooltips on WordPress using Gutenberg Blocks and shortcodes.",
|
"description": "A plugin for displaying Magic: The Gathering© decks and card tooltips on WordPress using Gutenberg Blocks and shortcodes.",
|
||||||
"author": "Dane Holmes",
|
"author": "Dane Holmes",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"homepage": "https://github.com/daneholmes/Magic-Decks-and-Cards",
|
"homepage": "https://git.daneholmes.com/dane/MTG4WP",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "wp-scripts build",
|
"build": "wp-scripts build",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Magic Decks and Cards
|
# MTG4WP
|
||||||
Contributors: Dane Holmes
|
Contributors: Dane Holmes
|
||||||
Tags: block
|
Tags: block
|
||||||
Tested up to: 6.5.3
|
Tested up to: 6.5.3
|
||||||
@ -10,11 +10,11 @@ A plugin for displaying Magic: The Gathering© decks and card tooltips on WordPr
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Magic Decks and Cards adds a block to the Gutenberg Editor called "Deck." The Deck block allows you to create and display Magic: The Gathering© decks by adding card names and/or set and collector numbers. After adding your desired cards, the plugin does all the work, organizing the cards by type and displaying your deck on your website compactly and comprehensively. Additionally, it adds a shortcode which adds a tooltip with the card when the user hovers or clicks on the card.
|
MTG4WP adds a block to the Gutenberg Editor called "Deck." The Deck block allows you to create and display Magic: The Gathering© decks by adding card names and/or set and collector numbers. After adding your desired cards, the plugin does all the work, organizing the cards by type and displaying your deck on your website compactly and comprehensively. Additionally, it adds a shortcode which adds a tooltip with the card when the user hovers or clicks on the card.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Upload the plugin files to the `/wp-content/plugins/mtg-tools` directory, or install the plugin through the WordPress plugins screen directly.
|
1. Upload the plugin files to the `/wp-content/plugins/mtg4wp` directory, or install the plugin through the WordPress plugins screen directly.
|
||||||
2. Activate the plugin through the 'Plugins' screen in WordPress
|
2. Activate the plugin through the 'Plugins' screen in WordPress
|
||||||
|
|
||||||
## Frequently Asked Questions
|
## Frequently Asked Questions
|
||||||
@ -59,7 +59,7 @@ I believe all of them.
|
|||||||
|
|
||||||
## Notices
|
## Notices
|
||||||
|
|
||||||
Magic Decks and Cards is unofficial Fan Content permitted under the [Fan Content Policy](https://company.wizards.com/en/legal/fancontentpolicy). Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
|
MTG4WP is unofficial Fan Content permitted under the [Fan Content Policy](https://company.wizards.com/en/legal/fancontentpolicy). Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user