Plugin Directory

Changeset 3421544


Ignore:
Timestamp:
12/17/2025 05:41:43 AM (4 months ago)
Author:
magicimport
Message:

Added: Promo video embedded at the top of the plugin listing to highlight core workflow

Location:
magic-import-document-extractor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • magic-import-document-extractor/trunk/admin/class-admin.php

    r3420470 r3421544  
    346346        $license_active = $this->is_license_active();
    347347        $docs_url = 'https://magicimport.ai/features';
    348         $contact_url = 'https://magicimport.ai/features';
     348        $contact_url = 'https://wordpress.org/support/plugin/magic-import-document-extractor/';
    349349        ?>
    350350        <div class="mil-howto-wrapper">
     
    404404                            </a>
    405405                        </li>
    406                         <li><?php esc_html_e('Share this tab with editors so they can embed the shortcode without needing admin access.', 'magic-import-document-extractor'); ?></li>
    407406                    </ul>
    408407                </div>
  • magic-import-document-extractor/trunk/magic-import-document-extractor.php

    r3420671 r3421544  
    44 * Plugin URI: https://magicimport.ai
    55 * Description: AI-powered document extraction with 10 free uploads per month. Upgrade for more.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: Magic Import
    88 * License: GPL-2.0+
     
    2222 * Current plugin version.
    2323 */
    24 define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_VERSION', '1.0.1');
     24define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_VERSION', '1.0.4');
    2525define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2626define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_PLUGIN_URL', plugin_dir_url(__FILE__));
  • magic-import-document-extractor/trunk/readme.txt

    r3420730 r3421544  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1313== Description ==
    1414
     15[youtube https://www.youtube.com/watch?v=DOoytKJscps]
     16
    1517**Magic Import Document Extractor** brings the power of AI-driven document extraction to your WordPress site. No technical knowledge required!
    16 
    17 **⚠️ IMPORTANT: External Service Required**
    18 
    19 This plugin connects to the Magic Import API at https://magicimport.ai to process documents using artificial intelligence. Documents are uploaded to our servers, processed, and deleted immediately. See the "External Services" section below for complete details.
    20 
    21 **Why an External Service?**
    22 
    23 Document processing requires:
    24 * AI models (Claude AI, Google Gemini)
    25 * Google Document AI for complex PDF layouts
    26 * Server-side processing infrastructure
    27 * API costs are incurred for each document processed
    28 
    29 These AI processing capabilities cannot be performed locally by a WordPress plugin.
    30 
    31 By using this plugin, you agree to our [Terms of Service](https://magicimport.ai/terms) and [Privacy Policy](https://magicimport.ai/privacy).
    32 
    33 
    3418
    3519= Key Features =
     
    6044For increased monthly processing, upgrade to Magic Import Pro.
    6145
    62 **External Service Disclosure:** This plugin connects to the Magic Import cloud API at [https://magicimport.ai](https://magicimport.ai) to process document uploads. See the "External Services" section below for the full disclosure.
    63 
    6446== WordPress 6.9 AI Integration ==
    6547
     
    224206* Terms of Service: https://magicimport.ai/terms
    225207
    226 == Videos ==
    227 
    228 See Magic Import in action - 28 fields filled in 10 seconds:
    229 
    230 [youtube https://www.youtube.com/watch?v=Q0vdoKAuZdQ]
     208
    231209
    232210== Screenshots ==
     
    243221== Changelog ==
    244222
     223= 1.0.4 =
     224* Added: Promo video embedded at the top of the plugin listing to highlight core workflow
     225
    245226= 1.0.3 =
    246227* Fix: Skip file input fields during auto-fill to prevent errors
Note: See TracChangeset for help on using the changeset viewer.