Plugin Directory

Changeset 3138260


Ignore:
Timestamp:
08/20/2024 02:51:06 PM (20 months ago)
Author:
codeapple
Message:
  • Tested with WP 6.6
  • Minor bug Fixed
Location:
wordform
Files:
90 added
3 edited

Legend:

Unmodified
Added
Removed
  • wordform/trunk/includes/class-sftcy-wordform-ajaxhandler.php

    r3055872 r3138260  
    225225         */
    226226        public static function sc_wordform_frontend_required_scripts() {
     227            include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    227228            if ( is_plugin_active( 'wordform/wordform.php' ) ) {
    228229                global $pagenow;
  • wordform/trunk/readme.txt

    r3073194 r3138260  
    55Tags: WordForm, Forms builder solution, Drag drop forms builder, Easy Forms creator plugin, click based forms builder
    66Requires at least: 6.0
    7 Tested up to: 6.5
    8 Stable tag: 1.2.0
     7Tested up to: 6.6
     8Stable tag: 1.2.1
    99Requires PHP: 7.2
    1010License: GPLv3
     
    8989== Changelog ==
    9090
     91= 1.2.1 =
     92* Tested: with WP 6.6
     93* Fixed: Minor bug fixed
     94
    9195= 1.2.0 =
    9296* Updated: Form will work to submit from all browsers
  • wordform/trunk/wordform.php

    r3055872 r3138260  
    44 * Plugin URI:  http://softcoy.com/wordform/
    55 * Description: WordForm - Drag & drop easy forms builder for WordPress sites. Block enabled WordForm plugin to add / attach your created Forms with your page / post easily.
    6  * Version:     1.2.0
     6 * Version:     1.2.1
    77 * Author:      softcoy
    88 * Author URI:  https://softcoy.com/
     
    3636
    3737if ( ! defined( 'SFTCY_WORDFORM_VERSION' ) ) {
    38     define( 'SFTCY_WORDFORM_VERSION', '1.2.0' );
     38    define( 'SFTCY_WORDFORM_VERSION', '1.2.1' );
    3939}
    4040if ( ! defined( 'SFTCY_WORDFORM_MINIMUM_PHP_VERSION' ) ) {
Note: See TracChangeset for help on using the changeset viewer.