Skip to content

Commit 8ead0b1

Browse files
author
bcc-bot
committed
Released bcc-image-ocr-with-openai plugin v1.3.3
1 parent 2516c09 commit 8ead0b1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/bcc-image-ocr-with-openai/bcc-image-ocr-with-openai.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: BCC – Image OCR with OpenAI
44
* Description: Adds a button to the attachment edit screen that uses OpenAI Vision to extract all visible text from an image and fill the Description, Alternative Text and Caption fields in a single request.
5-
* Version: 1.3.2
5+
* Version: 1.3.3
66
* Author: BCC IT
77
* License: GPL-2.0-or-later
88
* Requires at least: 6.0
@@ -17,7 +17,7 @@
1717
exit;
1818
}
1919

20-
const VERSION = '1.3.2';
20+
const VERSION = '1.3.3';
2121
const OPTION_KEY = 'bcc_image_ocr_with_openai_settings';
2222
const AJAX_ACTION = 'bcc_image_ocr_with_openai_extract';
2323
const NONCE_ACTION = 'bcc_image_ocr_with_openai';

plugins/bcc-image-ocr-with-openai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "bcc-image-ocr-with-openai",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"slug": "bcc-image-ocr-with-openai",
66
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
77
"author_profile": "https://github.com/bcc-code",
88
"requires": "6.0",
99
"tested": "6.8",
1010
"requires_php": "8.0",
11-
"last_updated": "2026-04-27 09:33:39",
11+
"last_updated": "2026-05-08 08:27:31",
1212
"sections": {
1313
"description": "BCC – Image OCR with OpenAI: adds a button on the attachment edit screen that uses OpenAI Vision to extract visible text from an image and fill the Description, Alternative Text and Caption fields. Also enriches images in RSS feeds with alt text, caption and description.",
1414
"installation": "Activate the plugin and configure your OpenAI API key under Settings → BCC – Image OCR with OpenAI.",

0 commit comments

Comments
 (0)