Plugin Directory

Changeset 3210994


Ignore:
Timestamp:
12/20/2024 11:21:12 AM (15 months ago)
Author:
aiwp
Message:

v1.1.2 updated

Location:
formation
Files:
141 added
7 edited

Legend:

Unmodified
Added
Removed
  • formation/trunk/admin/assets/css/formation-forms-page.css

    r3203894 r3210994  
    2323    font-size: 15px;
    2424    font-weight: 500;
    25 }
    26 #wpcontent {
    27     background: #fff;
    2825}
    2926.formation-nav *, .formation-nav::after, .formation-nav::before {
  • formation/trunk/admin/supports/classic/assets/js/formation-classic-editor.js

    r3203894 r3210994  
    3737            var shortcode;
    3838
    39             shortcode = '[animated_form id="' + $( '#formation-modal-select-form' ).val() + '"';
     39            shortcode = '[formation_form id="' + $( '#formation-modal-select-form' ).val() + '"';
    4040
    4141            if ( $( '#formation-modal-checkbox-title' ).is( ':checked' ) ) {
  • formation/trunk/admin/supports/classic/class.supporter.php

    r3203894 r3210994  
    3434        // disabled for custom fields or front-end use such as bbPress. We default
    3535        // to only showing within the post editor page.
    36         if ( ! apply_filters( 'animated_forms_display_media_button', $this->is_post_editor_page(), $editor_id ) ) {
     36        if ( ! apply_filters( 'formation_forms_display_media_button', $this->is_post_editor_page(), $editor_id ) ) {
    3737            return;
    3838        }
  • formation/trunk/formation.php

    r3210361 r3210994  
    44    Plugin Name: Formation
    55    Plugin URI: https://wordpress.org/plugins/formation/
    6     Description: Formation can create beautiful WordPress forms for an visually appealing experience.
    7     Version: 1.1.1
     6    Description: Formation can create beautiful WordPress contact us form, custom, login forms or any forms with animations for an visually appealing experience.
     7    Version: 1.1.2
    88    Author: AI Publish
    9     Author URI: https://aipublish.com
     9    Author URI: https://aipublish.com/
    1010    Text Domain: formation
    1111*/
  • formation/trunk/readme.txt

    r3210361 r3210994  
    1 === Formation Forms - Contact Form, Powerful Builder ===
     1=== Formation Forms - Contact Form, 200 Form Designs, Powerful Builder ===
    22Contributors: aiwp
    33Tags: contact form, forms, contact form plugins, custom form, form builder
     
    55Tested up to: 6.7.1
    66Requires PHP: 7.0
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPL v2.0 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 1.1.2 - December 20, 2024 =
     105
     106* Added 30 new Form Designs
     107* Fixed Classic editor block shortcode
     108* Fixed some minor bugs
     109
     110= 1.1.1 - December 19, 2024 =
     111
     112* Added 10 new Form Designs
     113* Improved performance
     114* Fixed some minor bugs
     115
    104116= 1.1.0 - December 19, 2024 =
    105117
    106 * Added 20 Form Designs
     118* Added 20 new Form Designs
    107119* Improved performance
    108120* Fixed some minor bugs
Note: See TracChangeset for help on using the changeset viewer.