Skip to content

Commit

Permalink
Bump version to 0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyvolferts committed Apr 2, 2024
1 parent aee237d commit a715ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions tilda-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
/*
Plugin Name: Tilda Publishing
Description: Tilda позволяет делать яркую подачу материала, качественную верстку и эффектную типографику, близкую к журнальной. Каким бы ни был ваш контент — Tilda знает, как его показать. С чего начать: 1) Нажмите ссылку «Активировать» слева от этого описания; 2) <a href="http://www.tilda.cc/" target="_blank">Зарегистрируйтесь</a>, чтобы получить 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
Expand Down Expand Up @@ -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__ ) );
Expand Down

0 comments on commit a715ae9

Please sign in to comment.