Changeset 3442012
- Timestamp:
- 01/18/2026 04:43:16 PM (2 months ago)
- Location:
- creation-genius
- Files:
-
- 36 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/css (added)
-
tags/1.0.5/assets/css/admin.css (added)
-
tags/1.0.5/assets/css/frontend.css (added)
-
tags/1.0.5/assets/images (added)
-
tags/1.0.5/assets/images/logo.png (added)
-
tags/1.0.5/assets/images/logo.svg (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/admin.js (added)
-
tags/1.0.5/assets/js/deactivation.js (added)
-
tags/1.0.5/assets/js/frontend.js (added)
-
tags/1.0.5/assets/js/preview-render.js (added)
-
tags/1.0.5/class-creation-genius.php (added)
-
tags/1.0.5/creation-genius.php (added)
-
tags/1.0.5/frontend.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/modules (added)
-
tags/1.0.5/modules/analytics.php (added)
-
tags/1.0.5/modules/api-handler.php (added)
-
tags/1.0.5/modules/database.php (added)
-
tags/1.0.5/modules/error-reporter.php (added)
-
tags/1.0.5/modules/post-manager.php (added)
-
tags/1.0.5/modules/recommendation-engine.php (added)
-
tags/1.0.5/modules/site-analyzer.php (added)
-
tags/1.0.5/modules/template-manager.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/views (added)
-
tags/1.0.5/views/analytics.php (added)
-
tags/1.0.5/views/create-post.php (added)
-
tags/1.0.5/views/dashboard.php (added)
-
tags/1.0.5/views/new-post.php (added)
-
tags/1.0.5/views/settings.php (added)
-
tags/1.0.5/views/templates-simple.php (added)
-
tags/1.0.5/views/templates.php (added)
-
tags/1.0.5/views/welcome.php (added)
-
trunk/creation-genius.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
creation-genius/trunk/creation-genius.php
r3441990 r3442012 3 3 * Plugin Name: Creation Genius 4 4 * Plugin URI: https://creationgenius.com 5 * Description: AI-powered content generation plugin for WordPress with integration to Creation Genius backend.6 * Version: 1.0. 45 * Description: Supercharge your WordPress with Creation Genius: The ultimate AI content engine for generating SEO-optimized blog posts, articles, and reviews in seconds. 6 * Version: 1.0.5 7 7 * Author: Creation Genius AI 8 8 * Author URI: https://creationgenius.com/about-us/ … … 22 22 23 23 // Define plugin constants 24 define('CREATION_GENIUS_VERSION', '1.0. 4');24 define('CREATION_GENIUS_VERSION', '1.0.5'); 25 25 define('CREATION_GENIUS_PLUGIN_DIR', plugin_dir_path(__FILE__)); 26 26 define('CREATION_GENIUS_PLUGIN_URL', plugin_dir_url(__FILE__)); -
creation-genius/trunk/readme.txt
r3441990 r3442012 1 === Creation Genius ===1 === Creation Genius - AI Content Generator & SEO Writer === 2 2 Contributors: paisowala 3 Tags: ai, content , seo, blog, writing3 Tags: ai, content generator, seo, blog writer, article writer, chatgpt, writing assistant 4 4 Requires at least: 6.2 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 AI-powered content generation plugin for WordPress with integration to Paisowala's Creation Genius backend.11 Transform your content strategy with Creation Genius. Generate high-quality, SEO-ready articles, blog posts, and product reviews instantly using advanced AI. 12 12 13 13 == Description == 14 14 15 Creation Genius empowers your WordPress site with AI-driven content creation capabilities. Connect seamlessly to the Creation Genius backend to generate high-quality blog posts, articles, and more directly from your dashboard. 15 **Struggling to Keep Your Blog Active?** 16 17 We know the pain. You want to rank higher on Google and engage your audience, but researching, writing, and formatting high-quality articles takes hours. Most AI tools just give you raw text that you still have to copy, paste, format, and optimize manually. 18 19 **Meet Your New AI Co-Pilot** 20 21 Creation Genius is the only AI content engine that lives *inside* your WordPress dashboard. It doesn't just write text; it understands your website. By analyzing your existing content, "About Us" pages, and writing style, it generates articles that fit your brand perfectly—complete with proper formatting, categories, and tags. 22 23 **Fact-Accurate & Reliable Content** 24 25 Unlike generic AI that can hallucinate, Creation Genius uses a specific **fact-verification pipeline** to ensure the information used in your articles is accurate, reliable, and up-to-date. We prioritize quality and truth, so you can publish with confidence. 26 27 **Instant, Free, and Seamless** 28 29 Forget complicated setups. Creation Genius offers **instant onboarding**. Just click "Connect" in the settings, and you're ready to generate unlimited content for free (for a limited time). No credit cards, no manual API keys—just pure productivity. 30 31 == Key Features == 32 33 * **🚀 Precision AI Controls:** Easily set your **tone**, **audience demographics**, and even specific **topics to include or exclude**. This ensures your content is relevant, unique, and perfectly tailored to your readers. 34 * **📂 Multifaceted Content Formats:** Whether you need a deep-dive **Article**, a step-by-step **How-to Guide**, a high-converting **Landing Page**, or a comprehensive **FAQ** section, our engine handles it all in seconds. 35 * **🧠 Site-Wide Context & Memory:** The plugin learns from your site’s color scheme, formatting style, and founder details to create content that feels authentically yours. 36 * **💡 Smart Topic Recommendations:** Stuck for ideas? Our engine analyzes your niche and your site's history to suggest winning topics likely to perform well. 37 * **⚡ Native WordPress Integration:** The AI automatically handles the boring stuff: assigning relevant **WP Tags**, selecting the correct **WP Category**, and writing an **SEO-friendly Meta Description**. 38 * **🎯 SEO Optimized:** Content is structured with proper H1-H6 tags and keyword placement to help you rank better from day one. 16 39 17 40 == Installation == 18 41 19 1. Upload the plugin files to the `/wp-content/plugins/creation-genius` directory, or install the plugin through the WordPress plugins screen directly. 20 2. Activate the plugin through the 'Plugins' screen in WordPress. 21 3. Navigate to 'Creation Genius' -> 'Settings' to configure your API connection. 42 1. **Download & Install:** 43 * Go to `Plugins > Add New` in your WordPress dashboard. 44 * Search for "Creation Genius" or upload the plugin zip file. 45 * Click **Install Now** and then **Activate**. 46 47 2. **Instant Connect:** 48 * Navigate to the **Creation Genius > Settings** menu. 49 * Click the **"Connect"** button. 50 * That's it! Your site is now authenticated and ready to generate content. 51 52 3. **Start Creating:** 53 * Go to **New Post**, pick a topic or use a recommendation, and hit **Generate**. 22 54 23 55 == Frequently Asked Questions == 24 56 25 = Do I need an API key? = 57 = Is Creation Genius free? = 58 Yes! We are currently in a completely free public beta. You can generate unlimited content to test the full power of our engine without any cost. 26 59 27 Yes, you need to connect to the Creation Genius backend server which will authenticate your domain. 60 = How is this better than using ChatGPT, Claude, or Gemini directly? = 61 Great question. While those tools are amazing, they are "general purpose" chat bots. 62 * **WP Native:** They don't know your WordPress categories or tags. We automatically assign them. 63 * **Context Aware:** They don't know your specific site history or "About Us" details unless you paste them in every time. We learn it once and apply it everywhere. 64 * **Accuracy:** We use a specialized pipeline to ensure information is fact-accurate and reliable for your niche. 65 * **SEO:** We automatically generate the Meta Description field and use SEO-friendly structures that bots can't inject into your site. 66 67 = Do I need to pay for an API Key? = 68 No. Our onboarding is instant and free. You simply click "Connect" inside the plugin, and we handle the authentication securely in the background. 69 70 = Does it work with page builders like Elementor or Divi? = 71 Yes! Creation Genius generates standard WordPress posts and pages. Once the content is created, you can edit it with any page builder of your choice. 72 73 = Is the content unique? = 74 Absolutely. Our AI engine generates unique content for every request, even for the same topic. We recommend always reviewing and adding your personal touch before publishing. 28 75 29 76 == External Services == 30 77 31 T his plugin relies on the Creation Genius API (https://creationgenius.com/) to provide AI content generation features.78 To function, this plugin connects to the Creation Genius Cloud Platform. 32 79 33 * **Service:** Creation Genius API 34 * **Feature:** Generates content structure, text, and metadata based on user prompts. 35 * **Data Sent:** Post titles, keywords, content settings, and site metadata (URL, name) for context. 36 * **Terms of Service:** [https://creationgenius.com/terms](https://creationgenius.com/terms) 37 * **Privacy Policy:** [https://creationgenius.com/privacy](https://creationgenius.com/privacy) 80 * **Service:** Creation Genius API (https://creationgenius.com/) 81 * **Purpose:** Processes your prompts and generates text content. 82 * **Data Shared:** 83 * Your prompt text (topics, keywords). 84 * Site metadata (URL, language, active theme info) for context. 85 * Plugin settings (tone, length preferences). 86 * **Privacy:** We respect your data. Your content is yours. We do not use your generated content to train our public models. 87 * **Terms:** [Terms of Service](https://creationgenius.com/terms) 88 * **Policy:** [Privacy Policy](https://creationgenius.com/privacy) 38 89 39 90 == Changelog == 40 91 92 = 1.0.5 = 93 * Improved documentation and readme with multifaceted content formats. 94 * Enhanced SEO descriptions and fact-accuracy pipeline mentions. 95 * Added precision AI controls (audience, demographics, include/exclude topics). 96 * Updated plugin header information. 97 98 = 1.0.4 = 99 * Initial stable release. 100 * Added compliance with WordPress directory guidelines. 101 * Fixed security escaping and sanitization. 102 41 103 = 1.0.0 = 42 * Initialrelease.104 * Beta release.
Note: See TracChangeset
for help on using the changeset viewer.