Plugin Directory

Changeset 2853262


Ignore:
Timestamp:
01/24/2023 04:02:28 AM (3 years ago)
Author:
om4
Message:

Update to version 0.2.1 from GitHub

Location:
copycraft
Files:
11 edited
1 copied

Legend:

Unmodified
Added
Removed
  • copycraft/tags/0.2.1/copycraft.php

    r2849598 r2853262  
    22/**
    33 * Plugin Name:     CopyCraft
    4  * Plugin URI:      http://copycraft.ai
     4 * Plugin URI:      https://copycraft.ai
    55 * Description:     AI-powered compelling product descriptions for your WooCommerce products using OpenAI GPT-3.
    66 * Author:          Tectalic
     
    88 * Text Domain:     copycraft
    99 * 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
    1113 */
    1214
  • copycraft/tags/0.2.1/languages/copycraft.pot

    r2849598 r2853262  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CopyCraft 0.2\n"
     5"Project-Id-Version: CopyCraft 0.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/copycraft\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    2424
    2525#. Plugin URI of the plugin
    26 msgid "http://copycraft.ai"
     26msgid "https://copycraft.ai"
    2727msgstr ""
    2828
  • copycraft/tags/0.2.1/readme.txt

    r2849598 r2853262  
    11=== CopyCraft: AI-Powered WooCommerce Product Descriptions Using OpenAI GPT-3 ===
    22Contributors: jamescollins, om4csaba, OM4
    3 Donate link: http://copycraft.ai
     3Donate link: https://copycraft.ai
    44Tags: WooCommerce, AI, OpenAI, GPT-3, Copywriting
    5 Requires at least: 5.9.0
    6 Tested up to: 6.1.0
     5Requires at least: 5.9
     6Tested up to: 6.1
    77Requires PHP: 7.4
    8 Stable tag: 0.2
     8Stable tag: 0.2.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Screenshots ==
    3737
    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.
     381. The WooCommerce Edit Product screen with the CopyCraft button.
     392. An example of a product description generated by the plugin.
     403. The plugin's main settings page.
    4141
    4242== Frequently Asked Questions ==
     
    5454OpenAI's GPT-3 API is used to generate the product descriptions. We also plan on supporting OpenAI's ChatGPT in the future.
    5555
     56= I get an error when attempting to generate a product description =
     57
     58An "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
    5660= Is the plugin compatible with other e-commerce platforms besides WooCommerce? =
    5761
    5862Currently, the plugin is only compatible with WooCommerce. However, we are considering adding support for other platforms in the future.
    5963
     64= I found a bug. How can I contribute a patch or bug fix? =
     65
     66We'd love you to fork our [Github Repository](https://github.com/OM4/CopyCraft/) and send us a pull request.
     67
     68Alternatively, 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
     72Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your feature request.
     73
    6074== Changelog ==
     75
     76= 0.2.1 =
     77* Mark as compatible with WordPress 6.1.x.
     78* Improve FAQs.
    6179
    6280= 0.2 =
     
    7189== Upgrade Notice ==
    7290
     91= 0.2.1 =
     92* Compatibility with WordPress 6.1.x, improved FAQs.
     93
    7394= 0.2 =
    7495* Add support for global store-wide product attributes.
  • copycraft/trunk/copycraft.php

    r2849598 r2853262  
    22/**
    33 * Plugin Name:     CopyCraft
    4  * Plugin URI:      http://copycraft.ai
     4 * Plugin URI:      https://copycraft.ai
    55 * Description:     AI-powered compelling product descriptions for your WooCommerce products using OpenAI GPT-3.
    66 * Author:          Tectalic
     
    88 * Text Domain:     copycraft
    99 * 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
    1113 */
    1214
  • copycraft/trunk/languages/copycraft.pot

    r2849598 r2853262  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CopyCraft 0.2\n"
     5"Project-Id-Version: CopyCraft 0.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/copycraft\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    2424
    2525#. Plugin URI of the plugin
    26 msgid "http://copycraft.ai"
     26msgid "https://copycraft.ai"
    2727msgstr ""
    2828
  • copycraft/trunk/readme.txt

    r2849598 r2853262  
    11=== CopyCraft: AI-Powered WooCommerce Product Descriptions Using OpenAI GPT-3 ===
    22Contributors: jamescollins, om4csaba, OM4
    3 Donate link: http://copycraft.ai
     3Donate link: https://copycraft.ai
    44Tags: WooCommerce, AI, OpenAI, GPT-3, Copywriting
    5 Requires at least: 5.9.0
    6 Tested up to: 6.1.0
     5Requires at least: 5.9
     6Tested up to: 6.1
    77Requires PHP: 7.4
    8 Stable tag: 0.2
     8Stable tag: 0.2.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636== Screenshots ==
    3737
    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.
     381. The WooCommerce Edit Product screen with the CopyCraft button.
     392. An example of a product description generated by the plugin.
     403. The plugin's main settings page.
    4141
    4242== Frequently Asked Questions ==
     
    5454OpenAI's GPT-3 API is used to generate the product descriptions. We also plan on supporting OpenAI's ChatGPT in the future.
    5555
     56= I get an error when attempting to generate a product description =
     57
     58An "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
    5660= Is the plugin compatible with other e-commerce platforms besides WooCommerce? =
    5761
    5862Currently, the plugin is only compatible with WooCommerce. However, we are considering adding support for other platforms in the future.
    5963
     64= I found a bug. How can I contribute a patch or bug fix? =
     65
     66We'd love you to fork our [Github Repository](https://github.com/OM4/CopyCraft/) and send us a pull request.
     67
     68Alternatively, 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
     72Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your feature request.
     73
    6074== Changelog ==
     75
     76= 0.2.1 =
     77* Mark as compatible with WordPress 6.1.x.
     78* Improve FAQs.
    6179
    6280= 0.2 =
     
    7189== Upgrade Notice ==
    7290
     91= 0.2.1 =
     92* Compatibility with WordPress 6.1.x, improved FAQs.
     93
    7394= 0.2 =
    7495* Add support for global store-wide product attributes.
Note: See TracChangeset for help on using the changeset viewer.