Plugin Directory

Changeset 2551120


Ignore:
Timestamp:
06/20/2021 08:17:06 PM (5 years ago)
Author:
mrlast
Message:

readme.txt

Location:
easy-form-builder/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-form-builder/trunk/emsfb.php

    r2550541 r2551120  
    44 * Plugin URI:          https://whitestudio.team
    55 * Description:         Easily create multi-step forms with tracking code support by using Easy Form Builder's drag & drop form wizard. This is the free version with limits.
    6  * Version:             1.33.4
     6 * Version:             1.33.5
    77 * Author:              WhiteStudio
    88 * Author URI:          https://whitestudio.team
  • easy-form-builder/trunk/includes/admin/assets/css/admin-rtl.css

    r2520621 r2551120  
    44
    55.wp-menu-name {
    6     direction: rtl;
    7     float:     right;
     6    /* direction: rtl;
     7    float:     right; */
     8    text-align: initial;
     9}
     10
     11ul.wp-submenu.wp-submenu-wrap {
     12    text-align: initial;
    813}
    914
  • easy-form-builder/trunk/includes/admin/class-Emsfb-admin.php

    r2520621 r2551120  
    152152        $icon       = EMSFB_PLUGIN_URL . '/includes/admin/assets/image/logo-gray.png';
    153153
     154
     155      //  add_menu_page(__('Panel', 'Emsfb'),__('Panel', 'Emsfb'), 'Emsfb', '', '');
    154156        add_menu_page(
    155157            __('Panel', 'Emsfb'),
    156158            $noti_count ? sprintf(__('Easy Form Builder', 'easy-form-builder') . ' <span id="efbCountM" class="awaiting-mod">%d</span>', $noti_count) : __('Easy Form Builder', 'easy-form-builder'),
     159           
    157160            'Emsfb',
    158161            'Emsfb',
    159162            '',
    160163            '' . $icon . ''
    161         );
     164        ); 
    162165        add_submenu_page('Emsfb', __('Panel', 'easy-form-builder'), __('Panel', 'easy-form-builder'), 'Emsfb', 'Emsfb', [$this, 'panel_callback']);
    163166        //
  • easy-form-builder/trunk/readme.txt

    r2550541 r2551120  
    33Tags:                   form builder, form creator, contact form, support form, subscribe form
    44Donate link:            https://ko-fi.com/whitestudio
    5 Stable tag:             1.33.4
     5Stable tag:             1.33.5
    66Requires at least:      4.7
    77Tested up to:           5.7.2
     
    9292
    9393== Changelog ==
     94= 1.33.5 =
     95* Fixed issues about rtl language
    9496
    95 = 1.33.3 =
     97= 1.33.4 =
    9698* Fixed issues
    9799* localized  spam protection
Note: See TracChangeset for help on using the changeset viewer.