Changeset 3421544
- Timestamp:
- 12/17/2025 05:41:43 AM (4 months ago)
- Location:
- magic-import-document-extractor/trunk
- Files:
-
- 3 edited
-
admin/class-admin.php (modified) (2 diffs)
-
magic-import-document-extractor.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-import-document-extractor/trunk/admin/class-admin.php
r3420470 r3421544 346 346 $license_active = $this->is_license_active(); 347 347 $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/'; 349 349 ?> 350 350 <div class="mil-howto-wrapper"> … … 404 404 </a> 405 405 </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>407 406 </ul> 408 407 </div> -
magic-import-document-extractor/trunk/magic-import-document-extractor.php
r3420671 r3421544 4 4 * Plugin URI: https://magicimport.ai 5 5 * Description: AI-powered document extraction with 10 free uploads per month. Upgrade for more. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Magic Import 8 8 * License: GPL-2.0+ … … 22 22 * Current plugin version. 23 23 */ 24 define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_VERSION', '1.0. 1');24 define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_VERSION', '1.0.4'); 25 25 define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_PLUGIN_DIR', plugin_dir_path(__FILE__)); 26 26 define('MAGIC_IMPORT_DOCUMENT_EXTRACTOR_PLUGIN_URL', plugin_dir_url(__FILE__)); -
magic-import-document-extractor/trunk/readme.txt
r3420730 r3421544 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 [youtube https://www.youtube.com/watch?v=DOoytKJscps] 16 15 17 **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 layouts26 * Server-side processing infrastructure27 * API costs are incurred for each document processed28 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 34 18 35 19 = Key Features = … … 60 44 For increased monthly processing, upgrade to Magic Import Pro. 61 45 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 64 46 == WordPress 6.9 AI Integration == 65 47 … … 224 206 * Terms of Service: https://magicimport.ai/terms 225 207 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 231 209 232 210 == Screenshots == … … 243 221 == Changelog == 244 222 223 = 1.0.4 = 224 * Added: Promo video embedded at the top of the plugin listing to highlight core workflow 225 245 226 = 1.0.3 = 246 227 * Fix: Skip file input fields during auto-fill to prevent errors
Note: See TracChangeset
for help on using the changeset viewer.