Changeset 2853262
- Timestamp:
- 01/24/2023 04:02:28 AM (3 years ago)
- Location:
- copycraft
- Files:
-
- 11 edited
- 1 copied
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
tags/0.2.1 (copied) (copied from copycraft/trunk)
-
tags/0.2.1/copycraft.php (modified) (2 diffs)
-
tags/0.2.1/languages/copycraft.pot (modified) (3 diffs)
-
tags/0.2.1/readme.txt (modified) (4 diffs)
-
trunk/copycraft.php (modified) (2 diffs)
-
trunk/languages/copycraft.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copycraft/tags/0.2.1/copycraft.php
r2849598 r2853262 2 2 /** 3 3 * Plugin Name: CopyCraft 4 * Plugin URI: http ://copycraft.ai4 * Plugin URI: https://copycraft.ai 5 5 * Description: AI-powered compelling product descriptions for your WooCommerce products using OpenAI GPT-3. 6 6 * Author: Tectalic … … 8 8 * Text Domain: copycraft 9 9 * Domain Path: /languages 10 * Version: 0.2 10 * Version: 0.2.1 11 * WC requires at least: 7.0 12 * WC tested up to: 7.3 11 13 */ 12 14 -
copycraft/tags/0.2.1/languages/copycraft.pot
r2849598 r2853262 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: CopyCraft 0.2 \n"5 "Project-Id-Version: CopyCraft 0.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/copycraft\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-01- 17T06:38:07+00:00\n"12 "POT-Creation-Date: 2023-01-24T03:55:40+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" … … 24 24 25 25 #. Plugin URI of the plugin 26 msgid "http ://copycraft.ai"26 msgid "https://copycraft.ai" 27 27 msgstr "" 28 28 -
copycraft/tags/0.2.1/readme.txt
r2849598 r2853262 1 1 === CopyCraft: AI-Powered WooCommerce Product Descriptions Using OpenAI GPT-3 === 2 2 Contributors: jamescollins, om4csaba, OM4 3 Donate link: http ://copycraft.ai3 Donate link: https://copycraft.ai 4 4 Tags: WooCommerce, AI, OpenAI, GPT-3, Copywriting 5 Requires at least: 5.9 .06 Tested up to: 6.1 .05 Requires at least: 5.9 6 Tested up to: 6.1 7 7 Requires PHP: 7.4 8 Stable tag: 0.2 8 Stable tag: 0.2.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Screenshots == 37 37 38 1. The plugin's main settings page.39 2. The WooCommerce Edit Product screen with the CopyCraft button.40 3. An example of a product description generated by the plugin.38 1. The WooCommerce Edit Product screen with the CopyCraft button. 39 2. An example of a product description generated by the plugin. 40 3. The plugin's main settings page. 41 41 42 42 == Frequently Asked Questions == … … 54 54 OpenAI's GPT-3 API is used to generate the product descriptions. We also plan on supporting OpenAI's ChatGPT in the future. 55 55 56 = I get an error when attempting to generate a product description = 57 58 An "An unexpected error occurred. Please try again." error message typically indicates that there is a temporary outage with OpenAI. You can keep an eye on OpenAI's service availability here: [https://status.openai.com](https://status.openai.com). 59 56 60 = Is the plugin compatible with other e-commerce platforms besides WooCommerce? = 57 61 58 62 Currently, the plugin is only compatible with WooCommerce. However, we are considering adding support for other platforms in the future. 59 63 64 = I found a bug. How can I contribute a patch or bug fix? = 65 66 We'd love you to fork our [Github Repository](https://github.com/OM4/CopyCraft/) and send us a pull request. 67 68 Alternatively, you can report a bug on our [Issue Tracker](https://github.com/OM4/CopyCraft/issues). 69 70 = I have an idea or feature suggestion = 71 72 Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your feature request. 73 60 74 == Changelog == 75 76 = 0.2.1 = 77 * Mark as compatible with WordPress 6.1.x. 78 * Improve FAQs. 61 79 62 80 = 0.2 = … … 71 89 == Upgrade Notice == 72 90 91 = 0.2.1 = 92 * Compatibility with WordPress 6.1.x, improved FAQs. 93 73 94 = 0.2 = 74 95 * Add support for global store-wide product attributes. -
copycraft/trunk/copycraft.php
r2849598 r2853262 2 2 /** 3 3 * Plugin Name: CopyCraft 4 * Plugin URI: http ://copycraft.ai4 * Plugin URI: https://copycraft.ai 5 5 * Description: AI-powered compelling product descriptions for your WooCommerce products using OpenAI GPT-3. 6 6 * Author: Tectalic … … 8 8 * Text Domain: copycraft 9 9 * Domain Path: /languages 10 * Version: 0.2 10 * Version: 0.2.1 11 * WC requires at least: 7.0 12 * WC tested up to: 7.3 11 13 */ 12 14 -
copycraft/trunk/languages/copycraft.pot
r2849598 r2853262 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: CopyCraft 0.2 \n"5 "Project-Id-Version: CopyCraft 0.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/copycraft\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-01- 17T06:38:07+00:00\n"12 "POT-Creation-Date: 2023-01-24T03:55:40+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" … … 24 24 25 25 #. Plugin URI of the plugin 26 msgid "http ://copycraft.ai"26 msgid "https://copycraft.ai" 27 27 msgstr "" 28 28 -
copycraft/trunk/readme.txt
r2849598 r2853262 1 1 === CopyCraft: AI-Powered WooCommerce Product Descriptions Using OpenAI GPT-3 === 2 2 Contributors: jamescollins, om4csaba, OM4 3 Donate link: http ://copycraft.ai3 Donate link: https://copycraft.ai 4 4 Tags: WooCommerce, AI, OpenAI, GPT-3, Copywriting 5 Requires at least: 5.9 .06 Tested up to: 6.1 .05 Requires at least: 5.9 6 Tested up to: 6.1 7 7 Requires PHP: 7.4 8 Stable tag: 0.2 8 Stable tag: 0.2.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 36 36 == Screenshots == 37 37 38 1. The plugin's main settings page.39 2. The WooCommerce Edit Product screen with the CopyCraft button.40 3. An example of a product description generated by the plugin.38 1. The WooCommerce Edit Product screen with the CopyCraft button. 39 2. An example of a product description generated by the plugin. 40 3. The plugin's main settings page. 41 41 42 42 == Frequently Asked Questions == … … 54 54 OpenAI's GPT-3 API is used to generate the product descriptions. We also plan on supporting OpenAI's ChatGPT in the future. 55 55 56 = I get an error when attempting to generate a product description = 57 58 An "An unexpected error occurred. Please try again." error message typically indicates that there is a temporary outage with OpenAI. You can keep an eye on OpenAI's service availability here: [https://status.openai.com](https://status.openai.com). 59 56 60 = Is the plugin compatible with other e-commerce platforms besides WooCommerce? = 57 61 58 62 Currently, the plugin is only compatible with WooCommerce. However, we are considering adding support for other platforms in the future. 59 63 64 = I found a bug. How can I contribute a patch or bug fix? = 65 66 We'd love you to fork our [Github Repository](https://github.com/OM4/CopyCraft/) and send us a pull request. 67 68 Alternatively, you can report a bug on our [Issue Tracker](https://github.com/OM4/CopyCraft/issues). 69 70 = I have an idea or feature suggestion = 71 72 Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your feature request. 73 60 74 == Changelog == 75 76 = 0.2.1 = 77 * Mark as compatible with WordPress 6.1.x. 78 * Improve FAQs. 61 79 62 80 = 0.2 = … … 71 89 == Upgrade Notice == 72 90 91 = 0.2.1 = 92 * Compatibility with WordPress 6.1.x, improved FAQs. 93 73 94 = 0.2 = 74 95 * Add support for global store-wide product attributes.
Note: See TracChangeset
for help on using the changeset viewer.