Plugin Directory

Changeset 3020401


Ignore:
Timestamp:
01/11/2024 02:17:27 PM (2 years ago)
Author:
wpmetablock
Message:

issues fixed 1.0.1

Location:
fluentform-block
Files:
57 added
4 edited

Legend:

Unmodified
Added
Removed
  • fluentform-block/trunk/app/Block/BlockBase.php

    r3018264 r3020401  
    33namespace FFBlock\Block;
    44
    5 abstract class  BlockBase
    6 {
    7     public function __construct()
    8     {
     5abstract class  BlockBase {
     6    public function __construct() {
    97        add_action('init', [$this, 'register_block']);
    108    }
     
    1210    abstract public function register_block();
    1311
    14     public function common_attributes()
    15     {
     12    public function common_attributes() {
    1613        $attributes = [
    1714            'blockId' => array(
  • fluentform-block/trunk/app/Block/Fluentform.php

    r3018264 r3020401  
    1010use FFBlock\Helper\Fns;
    1111
    12 class Fluentform extends BlockBase
    13 {
    14     public function block_attributes()
    15     {
     12class Fluentform extends BlockBase {
     13    public function block_attributes() {
    1614        $attributes = [
    1715
  • fluentform-block/trunk/fluentform-block.php

    r3018264 r3020401  
    22
    33/**
    4  * Plugin Name:       Fluent Forms Block - Extention Of Fluent Forms
     4 * Plugin Name:       Fluent Forms Block - Extension Of Fluent Forms
    55 * Plugin URI:        https://wordpress.org/plugins/fluentform-block
    6  * Description:       Fluent forms block is the extention of Fluent forms plugin.You can build advanced Contact form by Fluent form  block.
    7  * Version:           1.0.0
     6 * Description:       Fluent forms block is the extension of Fluent forms plugin.You can build advanced Contact form by Fluent form  block.
     7 * Version:           1.0.1
    88 * Requires at least: 5.5
    99 * Requires PHP:      7.4
  • fluentform-block/trunk/readme.txt

    r3019980 r3020401  
    1 === Fluent Forms Block - Extention Of Fluent Forms ===
     1=== Fluent Forms Block - Extension Of Fluent Forms ===
    22Contributors: wpmetablock
    33Donate link:
     
    55Requires at least: 5.0
    66Tested up to: 6.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Requires PHP: 7.4
    99License: GPLv3
     
    6262
    6363== Changelog ==
     64= 1.0.1 =
     65Fixed: CSS issues solve.
     66Fixed: code improving.
    6467
    6568= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.