release: v1.2.2
This commit is contained in:
parent
5e59e5fa6e
commit
673d131a7c
5 changed files with 12 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
🇬🇧 [English version → README.md](README.md)
|
🇬🇧 [English version → README.md](README.md)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
🇩🇪 [Deutsche Version → README.de.md](README.de.md)
|
🇩🇪 [Deutsche Version → README.de.md](README.de.md)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: BreznGEO
|
* Plugin Name: BreznGEO
|
||||||
* Plugin URI: https://brezngeo.com/
|
* Plugin URI: https://brezngeo.com/
|
||||||
* Description: AI-powered meta descriptions, GEO structured data, and llms.txt for WordPress.
|
* Description: AI-powered meta descriptions, GEO structured data, and llms.txt for WordPress.
|
||||||
* Version: 1.2.1
|
* Version: 1.2.2
|
||||||
* Requires at least: 6.0
|
* Requires at least: 6.0
|
||||||
* Requires PHP: 8.0
|
* Requires PHP: 8.0
|
||||||
* Author: NoSchmarrn.dev
|
* Author: NoSchmarrn.dev
|
||||||
|
|
@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
define( 'BREZNGEO_VERSION', '1.2.1' );
|
define( 'BREZNGEO_VERSION', '1.2.2' );
|
||||||
define( 'BREZNGEO_FILE', __FILE__ );
|
define( 'BREZNGEO_FILE', __FILE__ );
|
||||||
define( 'BREZNGEO_DIR', plugin_dir_path( __FILE__ ) );
|
define( 'BREZNGEO_DIR', plugin_dir_path( __FILE__ ) );
|
||||||
define( 'BREZNGEO_URL', plugin_dir_url( __FILE__ ) );
|
define( 'BREZNGEO_URL', plugin_dir_url( __FILE__ ) );
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ class Core {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function init(): void {
|
public function init(): void {
|
||||||
|
load_plugin_textdomain( 'brezngeo', false, dirname( plugin_basename( BREZNGEO_FILE ) ) . '/languages' );
|
||||||
$this->load_dependencies();
|
$this->load_dependencies();
|
||||||
$this->register_hooks();
|
$this->register_hooks();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Contributors: mifupadev
|
||||||
Tags: seo, ai, meta description, schema, llms.txt
|
Tags: seo, ai, meta description, schema, llms.txt
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.9
|
Tested up to: 6.9
|
||||||
Stable tag: 1.2.1
|
Stable tag: 1.2.2
|
||||||
Requires PHP: 8.0
|
Requires PHP: 8.0
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
@ -224,6 +224,9 @@ No data is transmitted during normal page loads or to visitors.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.2.2 =
|
||||||
|
* i18n: Added explicit load_plugin_textdomain() call for reliable translation loading on ClassicPress and other WordPress derivatives.
|
||||||
|
|
||||||
= 1.2.1 =
|
= 1.2.1 =
|
||||||
* Security: Added ABSPATH direct access guards to all PHP class files.
|
* Security: Added ABSPATH direct access guards to all PHP class files.
|
||||||
* i18n: Complete German translation — all 394 UI strings now translated.
|
* i18n: Complete German translation — all 394 UI strings now translated.
|
||||||
|
|
@ -265,6 +268,9 @@ No data is transmitted during normal page loads or to visitors.
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 1.2.2 =
|
||||||
|
Fixes translation loading on ClassicPress and other WordPress derivatives.
|
||||||
|
|
||||||
= 1.2.1 =
|
= 1.2.1 =
|
||||||
Adds ABSPATH security guards to all files and completes German translation.
|
Adds ABSPATH security guards to all files and completes German translation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue