Plugin Directory

Changeset 3368953


Ignore:
Timestamp:
09/27/2025 06:21:56 PM (6 months ago)
Author:
webvinestudio
Message:

Meta Data Optimization only

Location:
graded-cards-system/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • graded-cards-system/trunk/graded-cards-system.php

    r3365939 r3368953  
    11<?php
    22/**
    3  * Plugin Name: Graded Cards System
     3 * Plugin Name: Graded Cards System: Collector's Database, Seller Tools & Certificate Lookup
    44 * Plugin URI:  https://webvinemarketing.com/graded-cards-system/
    5  * Description: A plugin to manage and display graded cards with a searchable database.
     5 * Description: A complete **graded card system** for collectors and sellers to manage their **sports cards** and **trading cards** with **certificate lookup** and **database** display features.
    66 * Version:     2.2
    77 * Author:      Web Vine Marketing
  • graded-cards-system/trunk/readme.txt

    r3365939 r3368953  
    1 === Graded Cards System ===
     1=== Graded Cards System: Collector's Database & Certificate Lookup ===
    22Contributors: webvinestudio
    3 Tags: graded cards, sports cards, trading cards, card database, certificate lookup
     3Tags: graded card system, certificate lookup, graded sports cards, trading card database, graded collectibles manager, trading cards, sports cards, card database, psa, bgs, sgc
    44Requires at least: 5.8
    5 Tested up to: 6.8
     5Tested up to: 6.8.2
    66Requires PHP: 7.4
    77Stable tag: 2.2
     
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 A simple and effective system for managing and displaying your collection of graded sports and trading cards.
     11A simple and **effective system for collectors** to manage, display, and verify their **graded cards** (PSA, BGS, SGC) with a **certificate lookup** feature.
    1212
    1313== Description ==
    1414
    15 Graded Cards System provides an easy way for collectors to manage their graded card collections directly within WordPress. Add your cards with their certificate numbers, grades, and images, then display them on your site using simple shortcodes. A built-in search allows visitors to quickly verify a card's certificate number against your database. This plugin is perfect for individual collectors, hobby shop owners, or anyone looking to create a digital portfolio of their graded cards from services like PSA, BGS, SGC, and more.
     15The **Graded Cards System** provides a powerful, yet easy way for **collectors** to manage their **graded card collections** directly within WordPress. This is a complete solution for building a digital portfolio, adding instant credibility, and allowing visitors to verify card details.
    1616
    17 Core Features:
     17**Key Features for Collectors and Hobby Shops:**
    1818
    19 Easy Card Management: A simple admin interface to add, view, and delete your graded cards.
    20 
    21 Media Uploader Integration: Use the native WordPress Media Uploader for a seamless image-adding experience.
    22 
    23 Certificate Search: Use the [graded_cards_search] shortcode to add a search bar that lets users verify certificate numbers.
    24 
    25 Display Your Collection: Use the [graded_cards_list] shortcode to display your entire collection in a beautiful, responsive grid or a clean table layout.
    26 
    27 Lightweight & Efficient: Built to be fast and not slow down your website.
     19* **Easy Card Management:** A simple admin interface to add, view, and delete your **graded cards** with details like **certificate numbers**, grades, and images.
     20* **Certificate Lookup Search:** Use the `[graded_cards_search]` shortcode to add a dedicated search bar that allows users to **verify certificate numbers** instantly against your database.
     21* **Display Your Collection:** Use the `[graded_cards_list]` shortcode to showcase your entire **trading card** or **sports card** collection in a beautiful, responsive grid or a clean table layout.
     22* **Service Compatible:** Perfect for cards graded by services like **PSA, BGS, SGC**, and others.
     23* **Media Uploader Integration:** Uses the native WordPress Media Uploader for a seamless image-adding experience.
     24* **Lightweight & Efficient:** Built to be fast and not slow down your website.
    2825
    2926== Installation ==
    3027
    31 Upload the graded-cards-system folder to the /wp-content/plugins/ directory.
     28Upload the graded-cards-system folder to the `/wp-content/plugins/` directory.
    3229
    3330Activate the plugin through the 'Plugins' menu in WordPress.
     
    3734(Optional) Navigate to "Graded Cards > Settings" to choose your default collection display style.
    3835
    39 Use the shortcodes [graded_cards_search] and [graded_cards_list] on any page or post.
     36Use the shortcodes `[graded_cards_search]` and `[graded_cards_list]` on any page or post.
    4037
    4138== Frequently Asked Questions ==
     
    4340= Can I use this for any type of graded card? =
    4441
    45 Yes! While designed with sports cards in mind, you can use it for any collectible that has a certificate number and a grade, such as Pokémon cards, Magic: The Gathering, etc.
     42Yes! While designed with **sports cards** and **trading cards** in mind, you can use this for any collectible that has a **certificate number** and a grade, such as Pokémon cards, Magic: The Gathering, Funko Pops, etc.
    4643
    4744= Will this slow down my website? =
     
    5148= What happens to my cards if I delete the plugin? =
    5249
    53 Important: Deleting the plugin via the WordPress admin dashboard will permanently remove the custom database table and all of your card data. This action cannot be undone. If you want to keep your card data in the database, you should deactivate the plugin instead of deleting it.
     50**Important:** Deleting the plugin via the WordPress admin dashboard will permanently remove the custom database table and all of your card data. This action cannot be undone. If you want to keep your card data in the database, you should deactivate the plugin instead of deleting it.
    5451
    5552== Screenshots ==
     
    5956The frontend card search result, displaying card details.
    6057
    61 The responsive grid display for the [graded_cards_list] shortcode.
     58The responsive grid display for the `[graded_cards_list]` shortcode.
    6259
    6360The new Settings page for choosing a default list layout.
    6461
    65 The table layout view for the [graded_cards_list] shortcode.
     62The table layout view for the `[graded_cards_list]` shortcode.
    6663
    6764== Changelog ==
     
    6966= 2.2 =
    7067
    71 Security Fix: Added a nonce check to the [graded_cards_search] shortcode form to prevent unauthorized requests.
     68Security Fix: Added a nonce check to the `[graded_cards_search]` shortcode form to prevent unauthorized requests.
    7269
    73 Security Fix: The do_action hook for saving a card now passes a sanitized data array instead of the raw $_POST variable.
     70Security Fix: The do\_action hook for saving a card now passes a sanitized data array instead of the raw `$_POST` variable.
    7471
    75 Code Quality: Replaced all gcp_ and gcs_ function, hook, and CSS class prefixes with the more unique gcsys_ prefix to prevent conflicts and ensure full compatibility with the Pro add-on.
     72Code Quality: Replaced all `gcp_` and `gcs_` function, hook, and CSS class prefixes with the more unique `gcsys_` prefix to prevent conflicts and ensure full compatibility with the Pro add-on.
    7673
    7774Code Quality: Added explicit sanitization for all inputs to comply with WordPress.org standards.
    7875
    79 Tweak: Added phpcs:ignore comments to address safe-use warnings for database table variables.
     76Tweak: Added `phpcs:ignore` comments to address safe-use warnings for database table variables.
    8077
    8178Tweak: Updated plugin version to 2.2.
     
    9390Feature: Added a new "Settings" page under "Graded Cards".
    9491
    95 Feature: Added an option on the Settings page to choose a default layout (Grid or Table) for the [graded_cards_list] shortcode.
     92Feature: Added an option on the Settings page to choose a default layout (Grid or Table) for the `[graded_cards_list]` shortcode.
    9693
    97 Feature: The [graded_cards_list] shortcode now supports a responsive table layout in addition to the grid view.
     94Feature: The `[graded_cards_list]` shortcode now supports a responsive table layout in addition to the grid view.
    9895
    9996== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.