Skip to content

Commit be4fcee

Browse files
committed
Readme update, version bump
1 parent a3e6686 commit be4fcee

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

conditional-smart-tags-for-wpforms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
33
* Plugin Name: Conditional If/Then/Else Smart Tags for WPForms
4-
* Plugin URI: https://wordpress.org/plugins/conditional-smart-tags-for-wpforms
4+
* Plugin URI: https://wordpress.org/plugins/conditional-smart-tags-for-wpforms/
55
* Description: Adds a custom if-then-else smart tag syntax to conditionally show or hide content based on a field value in WPForms.
6-
* Version: 1.0.0
6+
* Version: 1.0.1
77
* Requires at least: 5.2
88
* Requires PHP: 7.2
99
* Author: Maximum.Software

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Conditional If/Then/Else Smart Tags for WPForms ===
2-
Version: 1.0.0
3-
Stable tag: 1.0.0
2+
Version: 1.0.1
3+
Stable tag: 1.0.1
44
Requires at least: 5.2
55
Tested up to: 6.7
66
Requires PHP: 7.2
77
Tags: conditional logic, conditional fields, wpforms, smart tags, forms
8-
Plugin URI: https://wordpress.org/plugins/conditional-smart-tags-for-wpforms
8+
Plugin URI: https://wordpress.org/plugins/conditional-smart-tags-for-wpforms/
99
Author: Maximum.Software
1010
Author URI: https://maximum.software
1111
License: GPL-2.0-or-later
@@ -54,5 +54,10 @@ Yes, you can use nested if/then/else blocks and other smart tags.
5454

5555
== Changelog ==
5656

57+
= 1.0.1 =
58+
* Release date: January 24, 2025
59+
* Minor changes
60+
5761
= 1.0.0 =
62+
* Release date: January 21, 2025
5863
* Initial release

0 commit comments

Comments
 (0)