Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit a620297

Browse files
Merge pull request #20 from OM4/feature/screenshots
Reorganise screenshots, improve icon, v0.2.1
2 parents 5a6ef90 + efd884e commit a620297

File tree

9 files changed

+30
-21
lines changed

9 files changed

+30
-21
lines changed

.wordpress-org/icon-128x128.png

-34 Bytes
Loading

.wordpress-org/icon-256x256.png

-1.59 KB
Loading

.wordpress-org/screenshot-1.png

38.7 KB
Loading

.wordpress-org/screenshot-2.png

-7.33 KB
Loading

.wordpress-org/screenshot-3.png

-31.4 KB
Loading

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

copycraft.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
* Author URI: https://tectalic.com/
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

1315
namespace OM4\CopyCraft;

languages/copycraft.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the CopyCraft plugin.
33
msgid ""
44
msgstr ""
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"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\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"
1515
"X-Domain: copycraft\n"
@@ -23,7 +23,7 @@ msgid "CopyCraft"
2323
msgstr ""
2424

2525
#. Plugin URI of the plugin
26-
msgid "http://copycraft.ai"
26+
msgid "https://copycraft.ai"
2727
msgstr ""
2828

2929
#. Description of the plugin

readme.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: WooCommerce, AI, OpenAI, GPT-3, Copywriting
55
Requires at least: 5.9
66
Tested up to: 6.1
77
Requires PHP: 7.4
8-
Stable tag: 0.2
8+
Stable tag: 0.2.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -35,9 +35,9 @@ Requires your own [OpenAI account](https://openai.com).
3535

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.
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.
4141

4242
== Frequently Asked Questions ==
4343

@@ -53,7 +53,7 @@ Yes, you can edit the generated descriptions to suit your needs. The plugin inte
5353

5454
OpenAI'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 errror when attempting to generate a product description =
56+
= I get an error when attempting to generate a product description =
5757

5858
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).
5959

@@ -73,6 +73,10 @@ Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your fe
7373

7474
== Changelog ==
7575

76+
= 0.2.1 =
77+
* Mark as compatible with WordPress 6.1.x.
78+
* Improve FAQs.
79+
7680
= 0.2 =
7781
* Add support for global store-wide product attributes.
7882

@@ -84,6 +88,9 @@ Please [reach out to us here](https://github.com/OM4/CopyCraft/) and add your fe
8488

8589
== Upgrade Notice ==
8690

91+
= 0.2.1 =
92+
* Compatibility with WordPress 6.1.x, improved FAQs.
93+
8794
= 0.2 =
8895
* Add support for global store-wide product attributes.
8996

0 commit comments

Comments
 (0)