diff --git a/readme.txt b/readme.txt index aecba33..354a99d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wordpress.org/plugins/tilda-publishing/ Tags: blog, post, publishing, tilda, export Requires at least: 3.0.1 Tested up to: 6.4.3 -Stable tag: 0.3.25 +Stable tag: 0.3.26 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -62,6 +62,9 @@ A: Please create an issue on the [GitHub page](https://github.com/TildaPublishin == Changelog == += 0.3.26 = +* Fix nonces for new pages, dynamic JS & issue #33 + = 0.3.25 = * Add some checks to suppress php warnings diff --git a/tilda-wordpress-plugin.php b/tilda-wordpress-plugin.php index 39a942d..9eb6a1f 100644 --- a/tilda-wordpress-plugin.php +++ b/tilda-wordpress-plugin.php @@ -2,11 +2,13 @@ /* Plugin Name: Tilda Publishing Description: Tilda позволяет делать яркую подачу материала, качественную верстку и эффектную типографику, близкую к журнальной. Каким бы ни был ваш контент — Tilda знает, как его показать. С чего начать: 1) Нажмите ссылку «Активировать» слева от этого описания; 2) Зарегистрируйтесь, чтобы получить API-ключ; 3) Перейдите на страницу настройки Tilda Publishing и введите свой API-ключ. Читайте подробную инструкцию по подключению. -Version: 0.3.25 +Version: 0.3.26 Author: Tilda Publishing License: GPLv2 or later Text Domain: api tilda +Update 0.3.26 - fix nonces for new pages, dynamic JS & issue #33 + Update 0.3.25 - add some checks to suppress php warnings Update 0.3.24 - add nonces in admin-ajax.php @@ -132,7 +134,7 @@ exit; } -define( 'TILDA_VERSION', '0.3.25' ); +define( 'TILDA_VERSION', '0.3.26' ); define( 'TILDA_MINIMUM_WP_VERSION', '3.1' ); define( 'TILDA_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'TILDA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );