Changeset 3368953
- Timestamp:
- 09/27/2025 06:21:56 PM (6 months ago)
- Location:
- graded-cards-system/trunk
- Files:
-
- 2 edited
-
graded-cards-system.php (modified) (1 diff)
-
readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
graded-cards-system/trunk/graded-cards-system.php
r3365939 r3368953 1 1 <?php 2 2 /** 3 * Plugin Name: Graded Cards System 3 * Plugin Name: Graded Cards System: Collector's Database, Seller Tools & Certificate Lookup 4 4 * 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. 6 6 * Version: 2.2 7 7 * 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 === 2 2 Contributors: webvinestudio 3 Tags: graded card s, sports cards, trading cards, card database, certificate lookup3 Tags: graded card system, certificate lookup, graded sports cards, trading card database, graded collectibles manager, trading cards, sports cards, card database, psa, bgs, sgc 4 4 Requires at least: 5.8 5 Tested up to: 6.8 5 Tested up to: 6.8.2 6 6 Requires PHP: 7.4 7 7 Stable tag: 2.2 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 A simple and effective system for managing and displaying your collection of graded sports and trading cards.11 A simple and **effective system for collectors** to manage, display, and verify their **graded cards** (PSA, BGS, SGC) with a **certificate lookup** feature. 12 12 13 13 == Description == 14 14 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.15 The **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. 16 16 17 Core Features: 17 **Key Features for Collectors and Hobby Shops:** 18 18 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. 28 25 29 26 == Installation == 30 27 31 Upload the graded-cards-system folder to the /wp-content/plugins/directory.28 Upload the graded-cards-system folder to the `/wp-content/plugins/` directory. 32 29 33 30 Activate the plugin through the 'Plugins' menu in WordPress. … … 37 34 (Optional) Navigate to "Graded Cards > Settings" to choose your default collection display style. 38 35 39 Use the shortcodes [graded_cards_search] and [graded_cards_list]on any page or post.36 Use the shortcodes `[graded_cards_search]` and `[graded_cards_list]` on any page or post. 40 37 41 38 == Frequently Asked Questions == … … 43 40 = Can I use this for any type of graded card? = 44 41 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.42 Yes! 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. 46 43 47 44 = Will this slow down my website? = … … 51 48 = What happens to my cards if I delete the plugin? = 52 49 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. 54 51 55 52 == Screenshots == … … 59 56 The frontend card search result, displaying card details. 60 57 61 The responsive grid display for the [graded_cards_list]shortcode.58 The responsive grid display for the `[graded_cards_list]` shortcode. 62 59 63 60 The new Settings page for choosing a default list layout. 64 61 65 The table layout view for the [graded_cards_list]shortcode.62 The table layout view for the `[graded_cards_list]` shortcode. 66 63 67 64 == Changelog == … … 69 66 = 2.2 = 70 67 71 Security Fix: Added a nonce check to the [graded_cards_search]shortcode form to prevent unauthorized requests.68 Security Fix: Added a nonce check to the `[graded_cards_search]` shortcode form to prevent unauthorized requests. 72 69 73 Security Fix: The do _action hook for saving a card now passes a sanitized data array instead of the raw $_POSTvariable.70 Security Fix: The do\_action hook for saving a card now passes a sanitized data array instead of the raw `$_POST` variable. 74 71 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.72 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. 76 73 77 74 Code Quality: Added explicit sanitization for all inputs to comply with WordPress.org standards. 78 75 79 Tweak: Added phpcs:ignorecomments to address safe-use warnings for database table variables.76 Tweak: Added `phpcs:ignore` comments to address safe-use warnings for database table variables. 80 77 81 78 Tweak: Updated plugin version to 2.2. … … 93 90 Feature: Added a new "Settings" page under "Graded Cards". 94 91 95 Feature: Added an option on the Settings page to choose a default layout (Grid or Table) for the [graded_cards_list]shortcode.92 Feature: Added an option on the Settings page to choose a default layout (Grid or Table) for the `[graded_cards_list]` shortcode. 96 93 97 Feature: The [graded_cards_list]shortcode now supports a responsive table layout in addition to the grid view.94 Feature: The `[graded_cards_list]` shortcode now supports a responsive table layout in addition to the grid view. 98 95 99 96 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.