Plugin Directory

Changeset 2931477


Ignore:
Timestamp:
06/27/2023 02:46:55 PM (3 years ago)
Author:
happyforms
Message:

Update to version 1.25.7 from GitHub

Location:
happyforms
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • happyforms/tags/1.25.7/happyforms.php

    r2931466 r2931477  
    66 * Description: Form builder to get in touch with visitors, grow your email list and collect payments.
    77 * Author:      Happyforms
    8  * Version:     1.25.6
     8 * Version:     1.25.7
    99 * Author URI:  https://happyforms.io
    1010 * Upgrade URI: https://happyforms.io/upgrade
     
    2323 * The current version of the plugin.
    2424 */
    25 define( 'HAPPYFORMS_VERSION', '1.25.6' );
     25define( 'HAPPYFORMS_VERSION', '1.25.7' );
    2626
    2727if ( ! function_exists( 'happyforms_get_version' ) ):
  • happyforms/tags/1.25.7/inc/classes/class-happyforms.php

    r2858889 r2931477  
    7171
    7272        require_once( happyforms_get_include_folder() . '/classes/parts/class-part-toggletip-dummy.php' );
    73         $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 104 );
     73        $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 109 );
    7474
    7575        require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
    76         $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 106 );
     76        $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 110 );
    7777
    7878        require_once( happyforms_get_include_folder() . '/classes/class-answer-limiter-dummy.php' );
  • happyforms/tags/1.25.7/languages/happyforms.pot

    r2931466 r2931477  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Happyforms (free) 1.25.6\n"
     5"Project-Id-Version: Happyforms (free) 1.25.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
    77"Last-Translator: The Theme Foundry\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.5.0\n"
  • happyforms/tags/1.25.7/readme.txt

    r2931466 r2931477  
    66Tested up to: 6.2
    77Requires PHP: 7.0
    8 Stable tag: 1.25.6
     8Stable tag: 1.25.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    161161== Changelog ==
    162162
    163 = June 27, 2023 =
     163= June 1, 2023 =
     164
     165Version 1.25.7 changelog:
     166
     167* Fixed: A packaging error rendered the previous update unusable.
     168
     169= June 1, 2023 =
    164170
    165171Version 1.25.6 changelog:
     
    15581564== Upgrade Notice ==
    15591565
     1566= 1.25.7 =
     1567* Fixed packaging error.
     1568
    15601569= 1.25.6 =
    15611570* 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  
    66 * Description: Form builder to get in touch with visitors, grow your email list and collect payments.
    77 * Author:      Happyforms
    8  * Version:     1.25.6
     8 * Version:     1.25.7
    99 * Author URI:  https://happyforms.io
    1010 * Upgrade URI: https://happyforms.io/upgrade
     
    2323 * The current version of the plugin.
    2424 */
    25 define( 'HAPPYFORMS_VERSION', '1.25.6' );
     25define( 'HAPPYFORMS_VERSION', '1.25.7' );
    2626
    2727if ( ! function_exists( 'happyforms_get_version' ) ):
  • happyforms/trunk/inc/classes/class-happyforms.php

    r2858889 r2931477  
    7171
    7272        require_once( happyforms_get_include_folder() . '/classes/parts/class-part-toggletip-dummy.php' );
    73         $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 104 );
     73        $part_library->register_part( 'HappyForms_Part_Toggletip_Dummy', 109 );
    7474
    7575        require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
    76         $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 106 );
     76        $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 110 );
    7777
    7878        require_once( happyforms_get_include_folder() . '/classes/class-answer-limiter-dummy.php' );
  • happyforms/trunk/languages/happyforms.pot

    r2931466 r2931477  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Happyforms (free) 1.25.6\n"
     5"Project-Id-Version: Happyforms (free) 1.25.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
    77"Last-Translator: The Theme Foundry\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.5.0\n"
  • happyforms/trunk/readme.txt

    r2931466 r2931477  
    66Tested up to: 6.2
    77Requires PHP: 7.0
    8 Stable tag: 1.25.6
     8Stable tag: 1.25.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    161161== Changelog ==
    162162
    163 = June 27, 2023 =
     163= June 1, 2023 =
     164
     165Version 1.25.7 changelog:
     166
     167* Fixed: A packaging error rendered the previous update unusable.
     168
     169= June 1, 2023 =
    164170
    165171Version 1.25.6 changelog:
     
    15581564== Upgrade Notice ==
    15591565
     1566= 1.25.7 =
     1567* Fixed packaging error.
     1568
    15601569= 1.25.6 =
    15611570* 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.