Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed May 3, 2021
1 parent f6f0263 commit ca97a1a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 1.1.3 / 2021-05-03
* __Zukit__ updated to version 1.2.2
* according to the changes in __Zukit__, rows in `Plugin Info` are now hidden through the value equal to null
* min `php` and `wp` versions updated
* replace `log_error` with `logc` method

#### 1.1.2 / 2021-04-13
* __Zukit__ updated to `1.2.0`
* adapted after changing the position of the divider
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zu-contact",
"version": "1.1.2",
"testedWP": "5.7.0",
"version": "1.1.3",
"testedWP": "5.7.1",
"requiresPHP": ">=7.2.0",
"author": "Dmitry Rudakov",
"description": "Simple but smart and modern Ajax contact form. With Form Blocks and Gutenberg based settings page.",
Expand Down
18 changes: 10 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Zu Contact ===
Contributors: dmitryrudakov
Tags: gutenberg, ajax, contact form, feedback, email, feedback form, contact
Requires at least: 5.1.0
Tested up to: 5.7
Stable tag: 1.1.2
Requires at least: 5.3.0
Tested up to: 5.7.1
Stable tag: 1.1.3
License: GPLv2 or later
Requires PHP: 7.0.0
Requires PHP: 7.2.0

Simple but smart and modern Ajax contact form. With Form Blocks and Gutenberg based settings page.

Expand Down Expand Up @@ -85,6 +85,12 @@ You can also personalize the form by adding attributes to the shortcode:

== Changelog ==

### 1.1.3 ###
* __Zukit__ updated to version 1.2.2
* according to the changes in __Zukit__, rows in `Plugin Info` are now hidden through the value equal to null
* min `php` and `wp` versions updated
* replace `log_error` with `logc` method

### 1.1.2 ###
* __Zukit__ updated to `1.2.0`
* adapted after changing the position of the divider
Expand Down Expand Up @@ -203,7 +209,3 @@ You can also personalize the form by adding attributes to the shortcode:
* dynamically added classes with form margins
* css optimization

### 0.7.6 ###
* added language dictionaries for `en` and `ru`
* bug fixing

2 changes: 1 addition & 1 deletion wordpress-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const debugTokens = false;
const options = {
contributors: 'dmitryrudakov',
tags: 'gutenberg, ajax, contact form, feedback, email, feedback form, contact',
tested: '5.7.0',
tested: '5.7.1',
license: 'GPLv2 or later',

pluginfile: 'zu-contact.php',
Expand Down
5 changes: 3 additions & 2 deletions zu-contact.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
/*
Plugin Name: Zu Contact
Plugin URI: https://github.com/picasso/zu-contact
Plugin URI: https://wordpress.org/plugins/zu-contact/
GitHub Plugin URI: https://github.com/picasso/zu-contact
Description: Simple but smart and modern Ajax contact form. With Form Blocks and Gutenberg based settings page.
Version: 1.1.2
Version: 1.1.3
Author: Dmitry Rudakov
Author URI: https://dmitryrudakov.com/about/
Text Domain: zu-contact
Expand Down

0 comments on commit ca97a1a

Please sign in to comment.