Changeset 2931477
- Timestamp:
- 06/27/2023 02:46:55 PM (3 years ago)
- Location:
- happyforms
- Files:
-
- 8 edited
- 1 copied
-
tags/1.25.7 (copied) (copied from happyforms/trunk)
-
tags/1.25.7/happyforms.php (modified) (2 diffs)
-
tags/1.25.7/inc/classes/class-happyforms.php (modified) (1 diff)
-
tags/1.25.7/languages/happyforms.pot (modified) (2 diffs)
-
tags/1.25.7/readme.txt (modified) (3 diffs)
-
trunk/happyforms.php (modified) (2 diffs)
-
trunk/inc/classes/class-happyforms.php (modified) (1 diff)
-
trunk/languages/happyforms.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
happyforms/tags/1.25.7/happyforms.php
r2931466 r2931477 6 6 * Description: Form builder to get in touch with visitors, grow your email list and collect payments. 7 7 * Author: Happyforms 8 * Version: 1.25. 68 * Version: 1.25.7 9 9 * Author URI: https://happyforms.io 10 10 * Upgrade URI: https://happyforms.io/upgrade … … 23 23 * The current version of the plugin. 24 24 */ 25 define( 'HAPPYFORMS_VERSION', '1.25. 6' );25 define( 'HAPPYFORMS_VERSION', '1.25.7' ); 26 26 27 27 if ( ! function_exists( 'happyforms_get_version' ) ): -
happyforms/tags/1.25.7/inc/classes/class-happyforms.php
r2858889 r2931477 71 71 72 72 require_once( happyforms_get_include_folder() . '/classes/parts/class-part-toggletip-dummy.php' ); 73 $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 10 4);73 $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 109 ); 74 74 75 75 require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' ); 76 $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 1 06);76 $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 110 ); 77 77 78 78 require_once( happyforms_get_include_folder() . '/classes/class-answer-limiter-dummy.php' ); -
happyforms/tags/1.25.7/languages/happyforms.pot
r2931466 r2931477 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Happyforms (free) 1.25. 6\n"5 "Project-Id-Version: Happyforms (free) 1.25.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n" 7 7 "Last-Translator: The Theme Foundry\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-06-27T14: 14:40+00:00\n"12 "POT-Creation-Date: 2023-06-27T14:44:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.5.0\n" -
happyforms/tags/1.25.7/readme.txt
r2931466 r2931477 6 6 Tested up to: 6.2 7 7 Requires PHP: 7.0 8 Stable tag: 1.25. 68 Stable tag: 1.25.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 161 161 == Changelog == 162 162 163 = June 27, 2023 = 163 = June 1, 2023 = 164 165 Version 1.25.7 changelog: 166 167 * Fixed: A packaging error rendered the previous update unusable. 168 169 = June 1, 2023 = 164 170 165 171 Version 1.25.6 changelog: … … 1558 1564 == Upgrade Notice == 1559 1565 1566 = 1.25.7 = 1567 * Fixed packaging error. 1568 1560 1569 = 1.25.6 = 1561 1570 * Removed Media field and added new Image, Video and Audio design fields, fixed special character not displaying properly, other miscellaneous bug fixes. -
happyforms/trunk/happyforms.php
r2931466 r2931477 6 6 * Description: Form builder to get in touch with visitors, grow your email list and collect payments. 7 7 * Author: Happyforms 8 * Version: 1.25. 68 * Version: 1.25.7 9 9 * Author URI: https://happyforms.io 10 10 * Upgrade URI: https://happyforms.io/upgrade … … 23 23 * The current version of the plugin. 24 24 */ 25 define( 'HAPPYFORMS_VERSION', '1.25. 6' );25 define( 'HAPPYFORMS_VERSION', '1.25.7' ); 26 26 27 27 if ( ! function_exists( 'happyforms_get_version' ) ): -
happyforms/trunk/inc/classes/class-happyforms.php
r2858889 r2931477 71 71 72 72 require_once( happyforms_get_include_folder() . '/classes/parts/class-part-toggletip-dummy.php' ); 73 $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 10 4);73 $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 109 ); 74 74 75 75 require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' ); 76 $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 1 06);76 $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 110 ); 77 77 78 78 require_once( happyforms_get_include_folder() . '/classes/class-answer-limiter-dummy.php' ); -
happyforms/trunk/languages/happyforms.pot
r2931466 r2931477 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Happyforms (free) 1.25. 6\n"5 "Project-Id-Version: Happyforms (free) 1.25.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n" 7 7 "Last-Translator: The Theme Foundry\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-06-27T14: 14:40+00:00\n"12 "POT-Creation-Date: 2023-06-27T14:44:58+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.5.0\n" -
happyforms/trunk/readme.txt
r2931466 r2931477 6 6 Tested up to: 6.2 7 7 Requires PHP: 7.0 8 Stable tag: 1.25. 68 Stable tag: 1.25.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 161 161 == Changelog == 162 162 163 = June 27, 2023 = 163 = June 1, 2023 = 164 165 Version 1.25.7 changelog: 166 167 * Fixed: A packaging error rendered the previous update unusable. 168 169 = June 1, 2023 = 164 170 165 171 Version 1.25.6 changelog: … … 1558 1564 == Upgrade Notice == 1559 1565 1566 = 1.25.7 = 1567 * Fixed packaging error. 1568 1560 1569 = 1.25.6 = 1561 1570 * Removed Media field and added new Image, Video and Audio design fields, fixed special character not displaying properly, other miscellaneous bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.