Dateien nach „bavarian-rank-engine“ hochladen
This commit is contained in:
parent
fc77ad3242
commit
aa2c95c7a2
2 changed files with 17 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Bavarian Rank Engine
|
||||
* Plugin URI: https://bavarianrankengine.com
|
||||
* Description: AI-powered meta descriptions, GEO structured data, and llms.txt for WordPress.
|
||||
* Version: 1.0.0
|
||||
* Version: 1.1.1
|
||||
* Requires at least: 6.0
|
||||
* Requires PHP: 8.0
|
||||
* Author: mifupadev
|
||||
|
|
@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
exit;
|
||||
}
|
||||
|
||||
define( 'BRE_VERSION', '1.0.0' );
|
||||
define( 'BRE_VERSION', '1.1.1' );
|
||||
define( 'BRE_FILE', __FILE__ );
|
||||
define( 'BRE_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'BRE_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Contributors: mifupadev
|
|||
Tags: seo, ai, meta description, schema, llms.txt
|
||||
Requires at least: 6.0
|
||||
Tested up to: 6.9
|
||||
Stable tag: 1.0.0
|
||||
Stable tag: 1.1.1
|
||||
Requires PHP: 8.0
|
||||
License: GPL-2.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
|
@ -150,6 +150,17 @@ Yes. Implement the `BavarianRankEngine\Providers\ProviderInterface` interface (f
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.0 =
|
||||
* New: GEO Schnellüberblick block — AI-generated per-post summary with short summary, key bullet points, and optional FAQ.
|
||||
* New: Rendered as a native `<details>` element; configurable as collapsible (default), always open, or store-only (no frontend output).
|
||||
* New: Three generation modes — auto on publish, hybrid (auto only when fields are empty), manual only.
|
||||
* New: Configurable insertion position: after first paragraph (default), top, or bottom of content.
|
||||
* New: Quality gate suppresses FAQ generation on posts below a configurable word-count threshold (default: 350).
|
||||
* New: Post editor meta box with live AJAX generate/clear buttons, per-post enable toggle, and auto-lock on manual edit.
|
||||
* New: Optional per-post prompt add-on field for author-level customization.
|
||||
* New: Dedicated admin settings page under Bavarian Rank → GEO Block.
|
||||
* New: Bundled minimal CSS scoped to `.bre-geo`; custom CSS field for theme-level overrides.
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release.
|
||||
* AI Meta Generator with auto-publish trigger, customizable prompt, and Polylang/WPML language detection.
|
||||
|
|
@ -170,5 +181,8 @@ Yes. Implement the `BavarianRankEngine\Providers\ProviderInterface` interface (f
|
|||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.1.0 =
|
||||
No database changes. Deactivate and reactivate the plugin after updating to register the new GEO Block rewrite rules.
|
||||
|
||||
= 1.0.0 =
|
||||
Initial release. No upgrade steps required.
|
||||
|
|
|
|||
Loading…
Reference in a new issue