Skip to content

Commit

Permalink
1.7.25 - improved accessability
Browse files Browse the repository at this point in the history
  • Loading branch information
MManthey committed Jan 17, 2025
1 parent 7dfe632 commit 858c598
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang/multi-step-form.pot
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ msgstr ""
msgid "Required"
msgstr ""

#: includes/admin/msf-admin.class.php:91, includes/lib/msf-blocks/radio/msf-block-radio.class.php:104
#: includes/admin/msf-admin.class.php:91, includes/lib/msf-blocks/radio/msf-block-radio.class.php:105
msgid "Radio/Checkbox"
msgstr ""

Expand All @@ -177,7 +177,7 @@ msgstr ""
msgid "Multiple Selection"
msgstr ""

#: includes/admin/msf-admin.class.php:99, includes/lib/msf-blocks/select/msf-block-select.class.php:94
#: includes/admin/msf-admin.class.php:99, includes/lib/msf-blocks/select/msf-block-select.class.php:109
msgid "Select/Dropdown"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions mondula-form-wizard.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Multi Step Form
* Version: 1.7.24
* Version: 1.7.25
* Plugin URI: http://www.mondula.com/
* Description: Create and embed Multi Step Form.
* Author: Mondula GmbH
Expand Down Expand Up @@ -82,7 +82,7 @@ function msf_drop_tables($tables = array(), $blog_id = null) {
* @return object Mondula_Form_Wizard
*/
function Mondula_Form_Wizard() {
$instance = Mondula_Form_Wizard::instance(__FILE__, '1.7.24');
$instance = Mondula_Form_Wizard::instance(__FILE__, '1.7.25');

if (is_null($instance->settings)) {
$instance->settings = Mondula_Form_Wizard_Settings::instance($instance);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mondula2016
Tags: multi, step, forms, multi step form, multi-step, steps, feedback, email, contact form, progress bar, form builder, dynamic, ajax, formular
Requires at least: 5.0
Tested up to: 6.6.1
Stable tag: 1.7.24
Stable tag: 1.7.25
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -84,6 +84,9 @@ A. **[Find them here](https://mondula.com/en/multi-step-form-faqs/ "Multi Step

== Changelog ==

= 1.7.25 =
* improved accessibility

= 1.7.24 =
* added bold and link functionality to the paragraph block

Expand Down

0 comments on commit 858c598

Please sign in to comment.