Plugin Directory

Changeset 3225698


Ignore:
Timestamp:
01/20/2025 03:37:45 PM (14 months ago)
Author:
wpsquad
Message:

update: readme and plugin version for internal fiiles

Location:
squad-modules-for-divi
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Module.php

    r3225687 r3225698  
    130130     * Log an error and optionally send an error report.
    131131     *
    132      * @since 3.2.1
     132     * @since 3.2.0
    133133     *
    134134     * @param mixed $error       The exception or error to log.
     
    169169             * Filter the error message displayed when an exception occurs.
    170170             *
    171              * @since 3.2.1
     171             * @since 3.2.0
    172172             *
    173173             * @param string $error_message The error message.
     
    182182         * Filter the error message displayed when an exception occurs.
    183183         *
    184          * @since 3.2.1
     184         * @since 3.2.0
    185185         *
    186186         * @param string $error_message The error message.
     
    193193     * Render a notice.
    194194     *
    195      * @since 3.2.1
     195     * @since 3.2.0
    196196     *
    197197     * @param string $message The message to display.
  • squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Module/FormStyler.php

    r3225687 r3225698  
    3434     * CSS Selectors configuration
    3535     *
    36      * @since 3.2.1
     36     * @since 3.2.0
    3737     * @var array
    3838     */
     
    4242     * CSS selector for the form
    4343     *
    44      * @since 3.2.1
     44     * @since 3.2.0
    4545     * @var string
    4646     */
     
    5050     * CSS selector for form fields
    5151     *
    52      * @since 3.2.1
     52     * @since 3.2.0
    5353     * @var string
    5454     */
     
    5858     * CSS selector for the submit button
    5959     *
    60      * @since 3.2.1
     60     * @since 3.2.0
    6161     * @var string
    6262     */
     
    6666     * CSS selector for error messages
    6767     *
    68      * @since 3.2.1
     68     * @since 3.2.0
    6969     * @var string
    7070     */
     
    7474     * CSS selector for success messages
    7575     *
    76      * @since 3.2.1
     76     * @since 3.2.0
    7777     * @var string
    7878     */
     
    8484     * Initializes the parent constructor and sets up the selectors and hooks.
    8585     *
    86      * @since  3.2.1
     86     * @since  3.2.0
    8787     * @access public
    8888     * @return void
     
    9494         * Allows executing code before the form styler is initialized.
    9595         *
    96          * @since 3.2.1
     96         * @since 3.2.0
    9797         *
    9898         * @param FormStyler $this Current FormStyler instance
     
    106106         * Fires after the FormStyler instance is constructed.
    107107         *
    108          * @since 3.2.1
     108         * @since 3.2.0
    109109         *
    110110         * @param FormStyler $this Current FormStyler instance
     
    116116     * Get settings modal toggles for the module.
    117117     *
    118      * @since  3.2.1
     118     * @since  3.2.0
    119119     * @access public
    120120     *
     
    170170         * Filters the settings modal toggles for the Form Styler.
    171171         *
    172          * @since 3.2.1
     172         * @since 3.2.0
    173173         *
    174174         * @param array $toggles The default toggles for the Form Styler.
     
    221221         * Filters the fields for the Form Styler.
    222222         *
    223          * @since 3.2.1
     223         * @since 3.2.0
    224224         *
    225225         * @param string $slug   The slug of current module.
     
    235235     * Get custom CSS fields configuration.
    236236     *
    237      * @since  3.2.1
     237     * @since  3.2.0
    238238     * @access public
    239239     *
     
    272272     * Get transition fields CSS properties.
    273273     *
    274      * @since  3.2.1
     274     * @since  3.2.0
    275275     * @access public
    276276     *
     
    287287     * Initialize selectors for the form styler.
    288288     *
    289      * @since  3.2.1
     289     * @since  3.2.0
    290290     * @access protected
    291291     *
     
    297297     * Set up hooks for the FormStyler.
    298298     *
    299      * @since  3.2.1
     299     * @since  3.2.0
    300300     * @access protected
    301301     *
     
    316316     * ```
    317317     *
    318      * @since  3.2.1
     318     * @since  3.2.0
    319319     * @access protected
    320320     *
     
    337337         * Filter the CSS selector value before return
    338338         *
    339          * @since 3.2.1
     339         * @since 3.2.0
    340340         *
    341341         * @param string            $key   Original selector key
     
    359359     * ```
    360360     *
    361      * @since  3.2.1
     361     * @since  3.2.0
    362362     * @access protected
    363363     *
     
    408408     * ```
    409409     *
    410      * @since  3.2.1
     410     * @since  3.2.0
    411411     * @access protected
    412412     *
     
    422422         * Filter the hover selectors before they are combined
    423423         *
    424          * @since 3.2.1
     424         * @since 3.2.0
    425425         *
    426426         * @param array $hover_selectors Array of hover selectors
     
    447447     * ```
    448448     *
    449      * @since  3.2.1
     449     * @since  3.2.0
    450450     * @access protected
    451451     *
     
    472472     * Add :hover pseudo-class to a single selector.
    473473     *
    474      * @since  3.2.1
     474     * @since  3.2.0
    475475     * @access private
    476476     *
     
    492492         * Filter the hover selector for a single selector
    493493         *
    494          * @since 3.2.1
     494         * @since 3.2.0
    495495         *
    496496         * @param string $hover_selector The generated hover selector
     
    509509     * Get general fields for the module.
    510510     *
    511      * @since  3.2.1
     511     * @since  3.2.0
    512512     * @access protected
    513513     *
     
    518518         * Filters the general fields for the form styler module.
    519519         *
    520          * @since 3.2.1
     520         * @since 3.2.0
    521521         *
    522522         * @param array      $fields Default array of general fields
     
    529529     * Get design fields for the module.
    530530     *
    531      * @since  3.2.1
     531     * @since  3.2.0
    532532     * @access protected
    533533     *
     
    560560     * Get advanced fields for the module.
    561561     *
    562      * @since  3.2.1
     562     * @since  3.2.0
    563563     * @access protected
    564564     *
     
    572572     * Get background fields for the module.
    573573     *
    574      * @since  3.2.1
     574     * @since  3.2.0
    575575     * @access protected
    576576     *
     
    604604         * Filters the background fields for the Form Styler.
    605605         *
    606          * @since 3.2.1
     606         * @since 3.2.0
    607607         *
    608608         * @param array  $background_fields The default background fields for the Form Styler.
     
    615615     * Add a background field.
    616616     *
    617      * @since  3.2.1
     617     * @since  3.2.0
    618618     * @access protected
    619619     *
     
    639639     * Get button fields for the module.
    640640     *
    641      * @since  3.2.1
     641     * @since  3.2.0
    642642     * @access protected
    643643     *
     
    662662     * Get additional design fields for the module.
    663663     *
    664      * @since  3.2.1
     664     * @since  3.2.0
    665665     * @access protected
    666666     *
     
    698698         * Filters additional checkbox and radio fields for the Form Styler.
    699699         *
    700          * @since 3.2.1
     700         * @since 3.2.0
    701701         *
    702702         * @param array  $checkbox_radio_fields The default checkbox and radio fields for the Form Styler.
     
    709709     * Get custom spacing fields for the module.
    710710     *
    711      * @since  3.2.1
     711     * @since  3.2.0
    712712     * @access protected
    713713     *
     
    759759         * Filters the custom spacing fields for the Form Styler.
    760760         *
    761          * @since 3.2.1
     761         * @since 3.2.0
    762762         *
    763763         * @param array $custom_spacing_fields The generated custom spacing fields.
     
    769769     * Get margin and padding fields for a specific element.
    770770     *
    771      * @since  3.2.1
     771     * @since  3.2.0
    772772     * @access protected
    773773     *
     
    809809     * Add a custom spacing field.
    810810     *
    811      * @since  3.2.1
     811     * @since  3.2.0
    812812     * @access protected
    813813     *
     
    822822         * Filter the custom spacing field settings
    823823         *
    824          * @since 3.2.1
     824         * @since 3.2.0
    825825         *
    826826         * @param array  $field_settings The field settings to be merged
     
    851851     * This method can be overridden in child classes to add custom fields.
    852852     *
    853      * @since  3.2.1
     853     * @since  3.2.0
    854854     * @access protected
    855855     *
     
    869869     * This method can be overridden in child classes to specify removable fields.
    870870     *
    871      * @since  3.2.1
     871     * @since  3.2.0
    872872     * @access protected
    873873     *
     
    881881     * Add transition fields to the provided fields array.
    882882     *
    883      * @since  3.2.1
     883     * @since  3.2.0
    884884     * @access protected
    885885     *
     
    892892         * Fires before adding transition fields.
    893893         *
    894          * @since 3.2.1
     894         * @since 3.2.0
    895895         *
    896896         * @param array $fields Reference to fields array
     
    909909         * Fires after adding transition fields.
    910910         *
    911          * @since 3.2.1
     911         * @since 3.2.0
    912912         *
    913913         * @param array $fields Reference to fields array
     
    919919     * Add wrapper transition fields.
    920920     *
    921      * @since  3.2.1
     921     * @since  3.2.0
    922922     * @access protected
    923923     *
     
    938938     * Add field transition fields.
    939939     *
    940      * @since  3.2.1
     940     * @since  3.2.0
    941941     * @access protected
    942942     *
     
    958958     * Add error message transition fields.
    959959     *
    960      * @since  3.2.1
     960     * @since  3.2.0
    961961     * @access protected
    962962     *
     
    978978     * Add success message transition fields.
    979979     *
    980      * @since  3.2.1
     980     * @since  3.2.0
    981981     * @access protected
    982982     *
     
    998998     * Add button transition fields.
    999999     *
    1000      * @since  3.2.1
     1000     * @since  3.2.0
    10011001     * @access protected
    10021002     *
     
    10201020     * Add checkbox and radio transition fields.
    10211021     *
    1022      * @since  3.2.1
     1022     * @since  3.2.0
    10231023     * @access protected
    10241024     *
     
    10381038     * Add generic transition fields.
    10391039     *
    1040      * @since  3.2.1
     1040     * @since  3.2.0
    10411041     * @access protected
    10421042     *
     
    10641064     * ```
    10651065     *
    1066      * @since  3.2.1
     1066     * @since  3.2.0
    10671067     * @access protected
    10681068     *
     
    10751075         * Fires before generating all module styles.
    10761076         *
    1077          * @since 3.2.1
     1077         * @since 3.2.0
    10781078         *
    10791079         * @param array      $attrs  The style attributes
     
    10871087         * Filter the attributes before generating styles
    10881088         *
    1089          * @since 3.2.1
     1089         * @since 3.2.0
    10901090         *
    10911091         * @param array $attrs The combined attributes
     
    10991099         * Filter the style options before generating styles
    11001100         *
    1101          * @since 3.2.1
     1101         * @since 3.2.0
    11021102         *
    11031103         * @param array $options The style options
     
    11111111         * Fires after generating all module styles.
    11121112         *
    1113          * @since 3.2.1
     1113         * @since 3.2.0
    11141114         *
    11151115         * @param array  $attrs   The style attributes used
     
    11331133     * ```
    11341134     *
    1135      * @since  3.2.1
     1135     * @since  3.2.0
    11361136     * @access protected
    11371137     *
     
    11571157     * for various form elements.
    11581158     *
    1159      * @since  3.2.1
     1159     * @since  3.2.0
    11601160     * @access protected
    11611161     *
     
    11801180     * and message areas.
    11811181     *
    1182      * @since  3.2.1
     1182     * @since  3.2.0
    11831183     * @access protected
    11841184     *
     
    12011201         * modify existing ones, or remove elements from the background styling options.
    12021202         *
    1203          * @since 3.2.1
     1203         * @since 3.2.0
    12041204         *
    12051205         * @param array $option_fields An associative array of background options and their CSS selectors.
     
    12171217     * Add checkbox and radio options to the stylesheet selectors.
    12181218     *
    1219      * @since  3.2.1
     1219     * @since  3.2.0
    12201220     * @access protected
    12211221     *
     
    12541254     * Add button width option to the stylesheet selectors.
    12551255     *
    1256      * @since  3.2.1
     1256     * @since  3.2.0
    12571257     * @access protected
    12581258     *
     
    12771277     * Add margin and padding options to the stylesheet selectors.
    12781278     *
    1279      * @since  3.2.1
     1279     * @since  3.2.0
    12801280     * @access protected
    12811281     *
     
    13051305     * and message areas.
    13061306     *
    1307      * @since  3.2.1
     1307     * @since  3.2.0
    13081308     * @access protected
    13091309     * @return array An associative array of form elements and their corresponding CSS selectors.
     
    13251325         * modify existing ones, or remove elements from the styling options.
    13261326         *
    1327          * @since 3.2.1
     1327         * @since 3.2.0
    13281328         *
    13291329         * @param array $option_fields                An associative array of form elements and their CSS selectors.
     
    13531353     * ```
    13541354     *
    1355      * @since  3.2.1
     1355     * @since  3.2.0
    13561356     * @access protected
    13571357     *
     
    13651365         * Fires before generating individual module styles.
    13661366         *
    1367          * @since 3.2.1
     1367         * @since 3.2.0
    13681368         *
    13691369         * @param array $attrs   The style attributes
     
    13761376             * Fires before generating style for a specific option.
    13771377             *
    1378              * @since 3.2.1
     1378             * @since 3.2.0
    13791379             *
    13801380             * @param string $option_key The option key
     
    14001400             * Fires after generating style for a specific option.
    14011401             *
    1402              * @since 3.2.1
     1402             * @since 3.2.0
    14031403             *
    14041404             * @param string $option_key The option key
     
    14121412         * Fires after generating all individual module styles.
    14131413         *
    1414          * @since 3.2.1
     1414         * @since 3.2.0
    14151415         *
    14161416         * @param array $attrs   The style attributes
     
    14231423     * Generate background style.
    14241424     *
    1425      * @since  3.2.1
     1425     * @since  3.2.0
    14261426     * @access protected
    14271427     *
     
    14581458     * Generate default style.
    14591459     *
    1460      * @since  3.2.1
     1460     * @since  3.2.0
    14611461     * @access protected
    14621462     *
     
    14791479     * Generate single style.
    14801480     *
    1481      * @since  3.2.1
     1481     * @since  3.2.0
    14821482     * @access protected
    14831483     *
     
    14921492         * Filter the style generation parameters
    14931493         *
    1494          * @since 3.2.1
     1494         * @since 3.2.0
    14951495         *
    14961496         * @param array  $style_params Style generation parameters
     
    15181518     * Generate margin and padding style.
    15191519     *
    1520      * @since  3.2.1
     1520     * @since  3.2.0
    15211521     * @access protected
    15221522     *
     
    15581558     *  ```
    15591559     *
    1560      * @since  3.2.1
     1560     * @since  3.2.0
    15611561     * @access protected
    15621562     *
     
    15711571         * Filters the list of fields to be removed.
    15721572         *
    1573          * @since 3.2.1
     1573         * @since 3.2.0
    15741574         *
    15751575         * @param array $removals List of field keys to be removed.
  • squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php

    r3225687 r3225698  
    107107     * Verify if the custom fields table exists.
    108108     *
    109      * @since  3.2.1
     109     * @since  3.2.0
    110110     *
    111111     * @return bool True if table exists.
  • squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/Forms.php

    r3225687 r3225698  
    6565         * Filter the allowed fields for the module.
    6666         *
    67          * @since 3.2.1
     67         * @since 3.2.0
    6868         *
    6969         * @param array $allowed_fields List of allowed field types.
     
    8787         * Filter the custom spacing prefixes.
    8888         *
    89          * @since 3.2.1
     89         * @since 3.2.0
    9090         *
    9191         * @param array $prefixes Custom spacing prefixes.
  • squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php

    r3225687 r3225698  
    5454     * Adds a border field configuration for Divi modules.
    5555     *
    56      * @since 3.2.1
     56     * @since 3.2.0
    5757     *
    5858     * @param string $label The label for the border field.
     
    9797     *
    9898     * @since 1.0.0
    99      * @since 3.2.1 Improved flexibility and alignment with Divi standards.
     99     * @since 3.2.0 Improved flexibility and alignment with Divi standards.
    100100     *
    101101     * @param string $label The label for the box shadow field.
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Cache.php

    r3225687 r3225698  
    33 * Cache class
    44 *
    5  * @since   3.2.1
     5 * @since   3.2.0
    66 *
    77 * @package DiviSquad
     
    1616 * Handles all caching operations using WordPress Object Cache.
    1717 *
    18  * @since   3.2.1
     18 * @since   3.2.0
    1919 * @package DiviSquad
    2020 */
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Memory.php

    r3225687 r3225698  
    113113     * Migrate legacy options if they exist.
    114114     *
    115      * @since 3.2.1
     115     * @since 3.2.0
    116116     *
    117117     * @return void
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Requirements.php

    r3225687 r3225698  
    66 * of Divi requirements for Squad Modules.
    77 *
    8  * @since   3.2.1
     8 * @since   3.2.0
    99 *
    1010 * @package DiviSquad
     
    2525 * Handles the management of Divi requirements for Squad Modules.
    2626 *
    27  * @since   3.2.1
     27 * @since   3.2.0
    2828 * @package DiviSquad
    2929 */
     
    4242     * Checks if the Divi theme or Extra theme is active, or if the Divi Builder plugin is active.
    4343     *
    44      * @since 3.2.1
     44     * @since 3.2.0
    4545     *
    4646     * @return bool True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise.
     
    5252         * Filter the Divi installation status.
    5353         *
    54          * @since 3.2.1
     54         * @since 3.2.0
    5555         *
    5656         * @param bool $is_active True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise.
     
    6262     * Register the admin page.
    6363     *
    64      * @since 3.2.1
     64     * @since 3.2.0
    6565     *
    6666     * @return void
     
    7676     * Register the admin page.
    7777     *
    78      * @since 3.2.1
     78     * @since 3.2.0
    7979     *
    8080     * @return void
     
    120120     * Remove all notices from the squad template pages.
    121121     *
    122      * @since 3.2.1
     122     * @since 3.2.0
    123123     *
    124124     * @return void
     
    142142     * Render the admin page.
    143143     *
    144      * @since 3.2.1
     144     * @since 3.2.0
    145145     *
    146146     * @return void
     
    160160     * Get notice content based on Divi status
    161161     *
    162      * @since 3.2.1
     162     * @since 3.2.0
    163163     *
    164164     * @return string
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Supports/Site_Health.php

    r3225687 r3225698  
    7878         * Filter the Divi Squad site health info fields.
    7979         *
    80          * @since 3.2.1
     80         * @since 3.2.0
    8181         *
    8282         * @param array $fields The Divi Squad site health info fields.
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/DetectPluginLife.php

    r3225687 r3225698  
    1111 * Supports both development and release environments with extensible filter hooks.
    1212 *
    13  * @since   3.2.1
     13 * @since   3.2.0
    1414 * @package DiviSquad
    1515 */
     
    1818     * Cached production environment status
    1919     *
    20      * @since 3.2.1
     20     * @since 3.2.0
    2121     * @var bool|null
    2222     */
     
    2626     * Cached premium installation status
    2727     *
    28      * @since 3.2.1
     28     * @since 3.2.0
    2929     * @var bool|null
    3030     */
     
    3434     * Cached plugin life type
    3535     *
    36      * @since 3.2.1
     36     * @since 3.2.0
    3737     * @var string|null
    3838     */
     
    4343     * Handles both dev structure (/squad-modules-for-divi) and release structure (/includes).
    4444     *
    45      * @since 3.2.1
    46      * @deprecated 3.2.1 Use $this->is_prod() instead
     45     * @since 3.2.0
     46     * @deprecated 3.2.0 Use $this->is_prod() instead
    4747     *
    4848     * @return bool Returns true if running in production environment
     
    5656     * Handles different path structures between dev and release environments.
    5757     *
    58      * @since 3.2.1
     58     * @since 3.2.0
    5959     *
    6060     * @return string Returns the pro plugin basename
     
    6868         * Allows modification of the premium plugin's basename based on environment.
    6969         *
    70          * @since 3.2.1
     70         * @since 3.2.0
    7171         *
    7272         * @param string $basename The premium plugin basename
     
    7979     * Check if the premium version is activated.
    8080     *
    81      * @since 3.2.1
     81     * @since 3.2.0
    8282     *
    8383     * @return bool Returns true if premium version is active, null if status unknown
     
    9292             * Allows external modification of the premium version activation status.
    9393             *
    94              * @since 3.2.1
     94             * @since 3.2.0
    9595             *
    9696             * @param bool   $is_active Current premium version activation status
     
    107107     * Development environment is identified by presence of development-specific files and directories.
    108108     *
    109      * @since 3.2.1
     109     * @since 3.2.0
    110110     *
    111111     * @return bool Returns true if in development environment
     
    119119         * Allows external modification of the development environment detection.
    120120         *
    121          * @since 3.2.1
     121         * @since 3.2.0
    122122         *
    123123         * @param bool   $is_dev Current development status based on file existence
     
    131131     * Determines environment type based on filesystem structure and premium activation status.
    132132     *
    133      * @since 3.2.1
     133     * @since 3.2.0
    134134     *
    135135     * @return string Returns 'development', 'freemium', or 'premium'
     
    150150             * Allows modification of the plugin's life type based on custom conditions.
    151151             *
    152              * @since 3.2.1
     152             * @since 3.2.0
    153153             *
    154154             * @param string $type   Current plugin life type ('development', 'freemium', or 'premium')
     
    165165     * Check if current installation matches a specific version.
    166166     *
    167      * @since 3.2.1
     167     * @since 3.2.0
    168168     *
    169169     * @param string $version Version to check ('freemium', 'premium', 'development')
     
    179179         * Allows external modification of version matching logic.
    180180         *
    181          * @since 3.2.1
     181         * @since 3.2.0
    182182         *
    183183         * @param bool   $matches   Whether the versions match
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/Logger.php

    r3225687 r3225698  
    1111 * Provides common logging functionality for WordPress plugins.
    1212 *
    13  * @since      3.2.1
     13 * @since      3.2.0
    1414 * @package    DiviSquad
    1515 * @subpackage Base\Traits
     
    2020     * Plugin identifier for log messages.
    2121     *
    22      * @since 3.2.1
     22     * @since 3.2.0
    2323     * @var string
    2424     */
     
    2828     * Set the log identifier for this instance.
    2929     *
    30      * @since 3.2.1
     30     * @since 3.2.0
    3131     * @access public
    3232     *
     
    4141     * Format and write a log message.
    4242     *
    43      * @since 3.2.1
     43     * @since 3.2.0
    4444     * @access protected
    4545     *
     
    6969     * Format error details for logging.
    7070     *
    71      * @since 3.2.1
     71     * @since 3.2.0
    7272     * @access protected
    7373     *
     
    8787     * Add debug backtrace to log message if debug mode is enabled.
    8888     *
    89      * @since 3.2.1
     89     * @since 3.2.0
    9090     * @access protected
    9191     *
     
    102102     * Log a deprecated notice.
    103103     *
    104      * @since 3.2.1
     104     * @since 3.2.0
    105105     * @access public
    106106     *
     
    134134     * Log an error message.
    135135     *
    136      * @since 3.2.1
     136     * @since 3.2.0
    137137     * @access public
    138138     *
     
    155155         * Fires after an error has been logged.
    156156         *
    157          * @since 3.2.1
     157         * @since 3.2.0
    158158         *
    159159         * @param Throwable $error      The error that occurred.
     
    167167     * Log a debug message.
    168168     *
    169      * @since 3.2.1
     169     * @since 3.2.0
    170170     * @access public
    171171     *
     
    186186     * Log an informational message.
    187187     *
    188      * @since 3.2.1
     188     * @since 3.2.0
    189189     * @access public
    190190     *
     
    201201     * Log a warning message.
    202202     *
    203      * @since 3.2.1
     203     * @since 3.2.0
    204204     * @access public
    205205     *
     
    216216     * Log a notice message.
    217217     *
    218      * @since 3.2.1
     218     * @since 3.2.0
    219219     * @access public
    220220     *
     
    231231     * Log an error message.
    232232     *
    233      * @since 3.2.1
     233     * @since 3.2.0
    234234     * @access public
    235235     *
     
    246246     * Send an error report.
    247247     *
    248      * @since 3.2.1
     248     * @since 3.2.0
    249249     * @access protected
    250250     *
  • squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/UseWPFilesystem.php

    r3225687 r3225698  
    55 * @package DiviSquad
    66 * @author  The WP Squad <support@squadmodules.com>
    7  * @since   3.2.1
     7 * @since   3.2.0
    88 */
    99
     
    1717 *
    1818 * @package DiviSquad
    19  * @since   3.2.1
     19 * @since   3.2.0
    2020 */
    2121trait UseWPFilesystem {
  • squad-modules-for-divi/tags/3.2.1/includes/Managers/Assets/Modules.php

    r3225687 r3225698  
    433433     * Enqueue Formidable Forms styles.
    434434     *
    435      * @since 3.2.1
     435     * @since 3.2.0
    436436     */
    437437    protected function enqueue_forminator_forms_style() {
  • squad-modules-for-divi/tags/3.2.1/includes/Managers/Features/Modules.php

    r3225687 r3225698  
    126126                'description'        => esc_html__( 'Create visually appealing dividers with various styles, shapes, and customization options.', 'squad-modules-for-divi' ),
    127127                'release_version'    => '1.0.0',
    128                 'last_modified'      => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.1' ),
     128                'last_modified'      => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.0' ),
    129129                'is_default_active'  => true,
    130130                'is_premium_feature' => false,
     
    141141                'description'        => esc_html__( 'It allows you to display two buttons side by side with customizable styles and text.', 'squad-modules-for-divi' ),
    142142                'release_version'    => '1.0.0',
    143                 'last_modified'      => array( '1.1.0', '1.2.3', '3.2.1' ),
     143                'last_modified'      => array( '1.1.0', '1.2.3', '3.2.0' ),
    144144                'is_default_active'  => true,
    145145                'is_premium_feature' => false,
     
    156156                'description'        => esc_html__( 'Effortlessly add animated elements for a more engaging website experience', 'squad-modules-for-divi' ),
    157157                'release_version'    => '1.0.0',
    158                 'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.1' ),
     158                'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.0' ),
    159159                'is_default_active'  => false,
    160160                'is_premium_feature' => false,
     
    174174                'child_label'        => esc_html__( 'Post Element', 'squad-modules-for-divi' ),
    175175                'release_version'    => '1.0.0',
    176                 'last_modified'      => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.1' ),
     176                'last_modified'      => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.0' ),
    177177                'is_default_active'  => true,
    178178                'is_premium_feature' => false,
     
    190190                'description'        => esc_html__( 'Create eye-catching animated title or heading text that simulates a typing effect.', 'squad-modules-for-divi' ),
    191191                'release_version'    => '1.0.0',
    192                 'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.1' ),
     192                'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.0' ),
    193193                'is_default_active'  => false,
    194194                'is_premium_feature' => false,
     
    205205                'description'        => esc_html__( 'Apply stunning masks to your images, adding creativity and visual appeal to your website.', 'squad-modules-for-divi' ),
    206206                'release_version'    => '1.0.0',
    207                 'last_modified'      => array( '1.2.3', '3.2.1' ),
     207                'last_modified'      => array( '1.2.3', '3.2.0' ),
    208208                'is_default_active'  => true,
    209209                'is_premium_feature' => false,
     
    220220                'description'        => esc_html__( 'Display content on one side, then on hover, flip to reveal more info or a different design.', 'squad-modules-for-divi' ),
    221221                'release_version'    => '1.0.0',
    222                 'last_modified'      => array( '1.2.3', '3.2.1' ),
     222                'last_modified'      => array( '1.2.3', '3.2.0' ),
    223223                'is_default_active'  => false,
    224224                'is_premium_feature' => false,
     
    238238                'child_label'        => esc_html__( 'Business Day', 'squad-modules-for-divi' ),
    239239                'release_version'    => '1.0.0',
    240                 'last_modified'      => array( '1.2.0', '1.2.3', '1.4.8', '3.2.1' ),
     240                'last_modified'      => array( '1.2.0', '1.2.3', '1.4.8', '3.2.0' ),
    241241                'is_default_active'  => false,
    242242                'is_premium_feature' => false,
     
    253253                'description'        => esc_html__( 'Engage your visitors with interactive image comparisons.', 'squad-modules-for-divi' ),
    254254                'release_version'    => '1.0.0',
    255                 'last_modified'      => array( '1.2.3', '1.4.8', '3.1.9', '3.2.1' ),
     255                'last_modified'      => array( '1.2.3', '1.4.8', '3.1.9', '3.2.0' ),
    256256                'is_default_active'  => false,
    257257                'is_premium_feature' => false,
     
    268268                'description'        => esc_html__( 'Effortlessly create stunning galleries to engage and captivate your audience.', 'squad-modules-for-divi' ),
    269269                'release_version'    => '1.2.0',
    270                 'last_modified'      => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.1' ),
     270                'last_modified'      => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.0' ),
    271271                'is_default_active'  => false,
    272272                'is_premium_feature' => false,
     
    283283                'description'        => esc_html__( 'Effortlessly customize Contact Form 7 design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    284284                'release_version'    => '1.2.0',
    285                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     285                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    286286                'is_default_active'  => false,
    287287                'is_premium_feature' => false,
     
    299299                'description'        => esc_html__( 'Effortlessly customize WP Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    300300                'release_version'    => '1.2.0',
    301                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     301                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    302302                'is_default_active'  => false,
    303303                'is_premium_feature' => false,
     
    315315                'description'        => esc_html__( 'Effortlessly customize Gravity Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    316316                'release_version'    => '1.2.0',
    317                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     317                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    318318                'is_default_active'  => false,
    319319                'is_premium_feature' => false,
     
    333333                'description'        => esc_html__( 'Show how long it takes to read your blog posts. Useful for readers planning their time.', 'squad-modules-for-divi' ),
    334334                'release_version'    => '1.2.2',
    335                 'last_modified'      => array( '1.2.3', '1.4.8', '3.2.1' ),
     335                'last_modified'      => array( '1.2.3', '1.4.8', '3.2.0' ),
    336336                'is_default_active'  => false,
    337337                'is_premium_feature' => false,
     
    348348                'description'        => esc_html__( 'Create eye-catching headlines and captions with a mesmerizing glitch effect.', 'squad-modules-for-divi' ),
    349349                'release_version'    => '1.2.3',
    350                 'last_modified'      => array( '1.3.0', '3.2.1' ),
     350                'last_modified'      => array( '1.3.0', '3.2.0' ),
    351351                'is_default_active'  => false,
    352352                'is_premium_feature' => false,
     
    362362                'label'              => esc_html__( 'Gradient Text', 'squad-modules-for-divi' ),
    363363                'description'        => esc_html__( 'Create eye-catching headlines, captions, and more with this versatile and dynamic module.', 'squad-modules-for-divi' ),
    364                 'release_version'    => array( '1.2.6', '3.2.1' ),
     364                'release_version'    => array( '1.2.6', '3.2.0' ),
    365365                'is_default_active'  => false,
    366366                'is_premium_feature' => false,
     
    377377                'description'        => esc_html__( 'Add dynamic, attention-grabbing text animations to your Divi-powered website.', 'squad-modules-for-divi' ),
    378378                'release_version'    => '1.3.0',
    379                 'last_modified'      => array( '1.4.8', '3.2.1' ),
     379                'last_modified'      => array( '1.4.8', '3.2.0' ),
    380380                'is_default_active'  => false,
    381381                'is_premium_feature' => false,
     
    392392                'description'        => esc_html__( 'Add stylish star ratings to your content for user feedback and ratings.', 'squad-modules-for-divi' ),
    393393                'release_version'    => '1.4.0',
    394                 'last_modified'      => array( '1.4.5', '1.4.6', '3.2.1' ),
     394                'last_modified'      => array( '1.4.5', '1.4.6', '3.2.0' ),
    395395                'is_default_active'  => true,
    396396                'is_premium_feature' => false,
     
    407407                'description'        => esc_html__( 'Enhance navigation with a clear path for users to trace their steps through your website.', 'squad-modules-for-divi' ),
    408408                'release_version'    => '1.4.0',
    409                 'last_modified'      => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.1' ),
     409                'last_modified'      => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.0' ),
    410410                'is_default_active'  => true,
    411411                'is_premium_feature' => false,
     
    422422                'description'        => esc_html__( 'Create visually appealing drop caps to add emphasis and style to your text content.', 'squad-modules-for-divi' ),
    423423                'release_version'    => '1.4.0',
    424                 'last_modified'      => array( '1.4.0', '3.0.0', '3.2.1' ),
     424                'last_modified'      => array( '1.4.0', '3.0.0', '3.2.0' ),
    425425                'is_default_active'  => true,
    426426                'is_premium_feature' => false,
     
    437437                'description'        => esc_html__( 'Engage visitors with customizable video popups for YouTube and Vimeo.', 'squad-modules-for-divi' ),
    438438                'release_version'    => '1.4.1',
    439                 'last_modified'      => array( '1.4.4', '3.0.0', '3.2.1' ),
     439                'last_modified'      => array( '1.4.4', '3.0.0', '3.2.0' ),
    440440                'is_default_active'  => true,
    441441                'is_premium_feature' => false,
     
    467467                'description'        => esc_html__( 'Effortlessly customize Ninja Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    468468                'release_version'    => '1.4.7',
    469                 'last_modified'      => array( '1.4.8', '3.0.0', '3.2.1' ),
     469                'last_modified'      => array( '1.4.8', '3.0.0', '3.2.0' ),
    470470                'is_default_active'  => true,
    471471                'is_premium_feature' => false,
     
    485485                'description'        => esc_html__( 'Effortlessly customize Fluent Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    486486                'release_version'    => '1.4.7',
    487                 'last_modified'      => array( '1.4.8', '3.0.0', '3.2.1' ),
     487                'last_modified'      => array( '1.4.8', '3.0.0', '3.2.0' ),
    488488                'is_default_active'  => true,
    489489                'is_premium_feature' => false,
     
    502502                'label'              => esc_html__( 'Forminator', 'squad-modules-for-divi' ),
    503503                'description'        => esc_html__( 'Effortlessly customize Forminator form design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    504                 'release_version'    => '3.2.1',
     504                'release_version'    => '3.2.0',
    505505                'is_default_active'  => false,
    506506                'is_premium_feature' => false,
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/ContactForm7.php

    r3225687 r3225698  
    1010 * @author     The WP Squad <support@squadmodules.com>
    1111 * @since      1.2.0
    12  * @since      3.2.1 Restructured the module to use the new structure.
     12 * @since      3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the ContactForm7 module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param ContactForm7 $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string       $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the Contact Form 7 module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array        $selectors The default CSS selectors.
     
    9595         * Fires after the ContactForm7 module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param ContactForm7 $module The current module instance.
     
    124124         * Filters the CF7-specific toggle sections.
    125125         *
    126          * @since 3.2.1
     126         * @since 3.2.0
    127127         *
    128128         * @param array $toggles     The base toggles
     
    162162         * Filters the advanced fields configuration for the Contact Form 7 module.
    163163         *
    164          * @since 3.2.1
     164         * @since 3.2.0
    165165         *
    166166         * @param array        $advanced_fields The default advanced fields.
     
    188188             * Fires before the Contact Form 7 module is rendered.
    189189             *
    190              * @since 3.2.1
     190             * @since 3.2.0
    191191             *
    192192             * @param array        $attrs   The module attributes.
     
    202202                 * Filters the message shown when Contact Form 7 is not installed.
    203203                 *
    204                  * @since 3.2.1
     204                 * @since 3.2.0
    205205                 *
    206206                 * @param string $message The default message.
     
    224224                     * Filters the message shown when no form is selected.
    225225                     *
    226                      * @since 3.2.1
     226                     * @since 3.2.0
    227227                     *
    228228                     * @param string $message The default message.
     
    241241                     * Filters the message shown when no form is selected.
    242242                     *
    243                      * @since 3.2.1
     243                     * @since 3.2.0
    244244                     *
    245245                     * @param string $message The default message.
     
    254254                 * Filters the empty form HTML output.
    255255                 *
    256                  * @since 3.2.1
     256                 * @since 3.2.0
    257257                 *
    258258                 * @param string       $form_html The default empty form HTML.
     
    269269             * Filters the final HTML output of the Contact Form 7 module.
    270270             *
    271              * @since 3.2.1
     271             * @since 3.2.0
    272272             *
    273273             * @param string       $form_html The form HTML.
     
    296296     * Get CSS selectors for the Contact Form 7 module.
    297297     *
    298      * @since  3.2.1
     298     * @since  3.2.0
    299299     * @access protected
    300300     *
     
    333333         * Filters the CSS selectors for the Contact Form 7 module.
    334334         *
    335          * @since 3.2.1
     335         * @since 3.2.0
    336336         *
    337337         * @param array        $css_selectors The default CSS selectors.
     
    344344     * Initialize selectors for the form styler.
    345345     *
    346      * @since  3.2.1
     346     * @since  3.2.0
    347347     * @access protected
    348348     *
     
    359359         * Fires after initializing selectors for the Contact Form 7 module.
    360360         *
    361          * @since 3.2.1
     361         * @since 3.2.0
    362362         *
    363363         * @param ContactForm7 $module The current module instance.
     
    369369     * Get module stylesheet selectors.
    370370     *
    371      * @since  3.2.1
     371     * @since  3.2.0
    372372     * @access protected
    373373     *
     
    380380         * Fires before getting module stylesheet selectors.
    381381         *
    382          * @since 3.2.1
     382         * @since 3.2.0
    383383         *
    384384         * @param array        $attrs   Module attributes
     
    401401         * Filters the CF7-specific style options.
    402402         *
    403          * @since 3.2.1
     403         * @since 3.2.0
    404404         *
    405405         * @param array $cf7_options The CF7-specific options
     
    414414         * Filters the final stylesheet selectors.
    415415         *
    416          * @since 3.2.1
     416         * @since 3.2.0
    417417         *
    418418         * @param array        $options The combined style options
     
    426426     * Get general fields for the module.
    427427     *
    428      * @since  3.2.1
     428     * @since  3.2.0
    429429     * @access protected
    430430     *
     
    462462         * Filters the general fields for the Contact Form 7 module.
    463463         *
    464          * @since 3.2.1
     464         * @since 3.2.0
    465465         *
    466466         * @param array        $fields The default general fields.
     
    473473     * Get removable fields for the module.
    474474     *
    475      * @since  3.2.1
     475     * @since  3.2.0
    476476     * @access protected
    477477     *
     
    515515         * Fires before adding transition fields.
    516516         *
    517          * @since 3.2.1
     517         * @since 3.2.0
    518518         *
    519519         * @param array        $fields Reference to fields array
     
    533533         * Filters the font transition field mappings.
    534534         *
    535          * @since 3.2.1
     535         * @since 3.2.0
    536536         *
    537537         * @param array        $font_transitions The font transition mappings
     
    561561         * Filters the custom transition fields.
    562562         *
    563          * @since 3.2.1
     563         * @since 3.2.0
    564564         *
    565565         * @param array        $custom_transitions The custom transitions
     
    573573         * Fires after adding transition fields.
    574574         *
    575          * @since 3.2.1
     575         * @since 3.2.0
    576576         *
    577577         * @param array        $fields Reference to fields array
     
    584584     * Get font field configurations
    585585     *
    586      * @since 3.2.1
     586     * @since 3.2.0
    587587     *
    588588     * @return array Font field configurations
     
    652652         * Filters the font field configurations.
    653653         *
    654          * @since 3.2.1
     654         * @since 3.2.0
    655655         *
    656656         * @param array        $font_fields The font field configurations
     
    663663     * Get border field configurations
    664664     *
    665      * @since 3.2.1
     665     * @since 3.2.0
    666666     *
    667667     * @return array Border field configurations
     
    769769         * Filters the border field configurations.
    770770         *
    771          * @since 3.2.1
     771         * @since 3.2.0
    772772         *
    773773         * @param array        $border_fields The border field configurations
     
    780780     * Get box shadow field configurations
    781781     *
    782      * @since 3.2.1
     782     * @since 3.2.0
    783783     *
    784784     * @return array Box shadow field configurations
     
    842842         * Filters the box shadow field configurations.
    843843         *
    844          * @since 3.2.1
     844         * @since 3.2.0
    845845         *
    846846         * @param array         $box_shadow_fields The box shadow field configurations
     
    865865         * Filters the form attributes before generating HTML.
    866866         *
    867          * @since 3.2.1
     867         * @since 3.2.0
    868868         *
    869869         * @param array $attrs The form attributes
     
    884884             * Filters the forms collection before form selection.
    885885             *
    886              * @since 3.2.1
     886             * @since 3.2.0
    887887             *
    888888             * @param array $collection The forms collection
     
    905905         * Filters the Contact Form 7 shortcode before processing.
    906906         *
    907          * @since 3.2.1
     907         * @since 3.2.0
    908908         *
    909909         * @param string  $shortcode  The form shortcode with the form ID, e.g. [contact-form-7 id="123"]
     
    918918         * Filters the form HTML after shortcode processing.
    919919         *
    920          * @since 3.2.1
     920         * @since 3.2.0
    921921         *
    922922         * @param string $html      The processed form HTML
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/FluentForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.4.7
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the FluentForms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param FluentForms $this The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param FluentForms $this      The current module instance.
     
    8181         * Filters the CSS selectors for the Fluent Forms module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param FluentForms $this      The current module instance.
     
    9393         * Fires after the FluentForms module has been initialized.
    9494         *
    95          * @since 3.2.1
     95         * @since 3.2.0
    9696         *
    9797         * @param FluentForms $this The current module instance.
     
    122122         * Filters the Fluent Forms-specific toggle sections.
    123123         *
    124          * @since 3.2.1
     124         * @since 3.2.0
    125125         *
    126126         * @param array $toggles              The base toggles
     
    160160         * Filters the advanced fields configuration for the Fluent Forms module.
    161161         *
    162          * @since 3.2.1
     162         * @since 3.2.0
    163163         *
    164164         * @param FluentForms $this            The current module instance.
     
    186186             * Fires before the Fluent Forms module is rendered.
    187187             *
    188              * @since 3.2.1
     188             * @since 3.2.0
    189189             *
    190190             * @param FluentForms $this  The current module instance.
     
    200200                 * Filters the message shown when Fluent Forms is not installed.
    201201                 *
    202                  * @since 3.2.1
     202                 * @since 3.2.0
    203203                 *
    204204                 * @param array  $attrs   The module attributes.
     
    222222                     * Filters the message shown when no form is selected.
    223223                     *
    224                      * @since 3.2.1
     224                     * @since 3.2.0
    225225                     *
    226226                     * @param string $message The default message.
     
    239239                     * Filters the message shown when no form is selected.
    240240                     *
    241                      * @since 3.2.1
     241                     * @since 3.2.0
    242242                     *
    243243                     * @param string $message The default message.
     
    252252                 * Filters the empty form HTML output.
    253253                 *
    254                  * @since 3.2.1
     254                 * @since 3.2.0
    255255                 *
    256256                 * @param string       $form_html The default empty form HTML.
     
    267267             * Filters the final HTML output of the Fluent Forms module.
    268268             *
    269              * @since 3.2.1
     269             * @since 3.2.0
    270270             *
    271271             * @param array       $attrs     The module attributes.
     
    330330         * Filters the CSS selectors for the Fluent Forms module.
    331331         *
    332          * @since 3.2.1
     332         * @since 3.2.0
    333333         *
    334334         * @param FluentForms $this          The current module instance.
     
    341341     * Initialize selectors for the form styler.
    342342     *
    343      * @since  3.2.1
     343     * @since  3.2.0
    344344     * @access protected
    345345     *
     
    356356         * Fires after the selectors have been initialized for the Fluent Forms module.
    357357         *
    358          * @since 3.2.1
     358         * @since 3.2.0
    359359         *
    360360         * @param FluentForms $this The current module instance.
     
    366366     * Get module stylesheet selectors.
    367367     *
    368      * @since  3.2.1
     368     * @since  3.2.0
    369369     * @access protected
    370370     *
     
    377377         * Fires before getting module stylesheet selectors.
    378378         *
    379          * @since 3.2.1
     379         * @since 3.2.0
    380380         *
    381381         * @param ContactForm7 $this  Current module instance
     
    398398         * Filters the Fluent Forms-specific style options.
    399399         *
    400          * @since 3.2.1
     400         * @since 3.2.0
    401401         *
    402402         * @param array $options       The base options
     
    411411         * Filters the final stylesheet selectors.
    412412         *
    413          * @since 3.2.1
     413         * @since 3.2.0
    414414         *
    415415         * @param array        $attrs   Module attributes
     
    423423     * Get general fields for the module.
    424424     *
    425      * @since  3.2.1
     425     * @since  3.2.0
    426426     * @access protected
    427427     *
     
    459459         * Filters the general fields for the Fluent Forms module.
    460460         *
    461          * @since 3.2.1
     461         * @since 3.2.0
    462462         *
    463463         * @param ContactForm7 $this   The current module instance.
     
    470470     * Get removable fields for the module.
    471471     *
    472      * @since  3.2.1
     472     * @since  3.2.0
    473473     * @access protected
    474474     *
     
    501501     * Get the field selector.
    502502     *
    503      * @since  3.2.1
     503     * @since  3.2.0
    504504     * @access protected
    505505     *
     
    527527         * Filters the field selectors for the Fluent Forms module.
    528528         *
    529          * @since 3.2.1
     529         * @since 3.2.0
    530530         *
    531531         * @param Forminator $this      The current module instance.
     
    541541     * Get font field configurations.
    542542     *
    543      * @since  3.2.1
     543     * @since  3.2.0
    544544     * @access protected
    545545     *
     
    606606         * Filters the font field configurations.
    607607         *
    608          * @since 3.2.1
     608         * @since 3.2.0
    609609         *
    610610         * @param FluentForms $this        Current module instance.
     
    617617     * Get border field configurations.
    618618     *
    619      * @since  3.2.1
     619     * @since  3.2.0
    620620     * @access protected
    621621     *
     
    702702         * Filters the border field configurations.
    703703         *
    704          * @since 3.2.1
     704         * @since 3.2.0
    705705         *
    706706         * @param FluentForms $this          Current module instance.
     
    714714     * Get box shadow field configurations.
    715715     *
    716      * @since  3.2.1
     716     * @since  3.2.0
    717717     * @access protected
    718718     *
     
    767767         * Filters the box shadow field configurations.
    768768         *
    769          * @since 3.2.1
     769         * @since 3.2.0
    770770         *
    771771         * @param FluentForms $this              Current module instance.
     
    791791         * Filters the form attributes before generating HTML.
    792792         *
    793          * @since 3.2.1
     793         * @since 3.2.0
    794794         *
    795795         * @param array $attrs The form attributes.
     
    810810             * Filters the forms collection before form selection.
    811811             *
    812              * @since 3.2.1
     812             * @since 3.2.0
    813813             *
    814814             * @param array $attrs      The form attributes.
     
    831831         * Filters the Fluent Forms shortcode before processing .
    832832         *
    833          * @since 3.2.1
     833         * @since 3.2.0
    834834         *
    835835         * @param string $shortcode  The form shortcode. Default is [fluentform id="form_id"].
     
    844844         * Filters the form HTML after shortcode processing.
    845845         *
    846          * @since 3.2.1
     846         * @since 3.2.0
    847847         *
    848848         * @param string $html      The processed form HTML.
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/Forminator.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the Forminator module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param Forminator $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string     $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the Forminator module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array      $selectors The default CSS selectors.
     
    9393         * Fires after the Forminator module has been initialized.
    9494         *
    95          * @since 3.2.1
     95         * @since 3.2.0
    9696         *
    9797         * @param Forminator $module The current module instance.
     
    122122         * Filters the Forminator-specific toggle sections.
    123123         *
    124          * @since 3.2.1
     124         * @since 3.2.0
    125125         *
    126126         * @param array $forminator_toggles The Forminator-specific toggles
     
    160160         * Filters the advanced fields configuration for the Forminator module.
    161161         *
    162          * @since 3.2.1
     162         * @since 3.2.0
    163163         *
    164164         * @param array      $advanced_fields The advanced fields configuration.
     
    186186             * Fires before the Forminator module is rendered.
    187187             *
    188              * @since 3.2.1
     188             * @since 3.2.0
    189189             *
    190190             * @param array     $attrs   The module attributes.
     
    200200                 * Filters the message shown when Forminator is not installed.
    201201                 *
    202                  * @since 3.2.1
     202                 * @since 3.2.0
    203203                 *
    204204                 * @param string $message The default message.
     
    222222                     * Filters the message shown when no form is selected.
    223223                     *
    224                      * @since 3.2.1
     224                     * @since 3.2.0
    225225                     *
    226226                     * @param string $message The default message.
     
    239239                     * Filters the message shown when no form is selected.
    240240                     *
    241                      * @since 3.2.1
     241                     * @since 3.2.0
    242242                     *
    243243                     * @param string $message The default message.
     
    252252                 * Filters the empty form HTML output.
    253253                 *
    254                  * @since 3.2.1
     254                 * @since 3.2.0
    255255                 *
    256256                 * @param string     $form_html The default empty form HTML.
     
    267267             * Filters the final HTML output of the Forminator module.
    268268             *
    269              * @since 3.2.1
     269             * @since 3.2.0
    270270             *
    271271             * @param string     $form_html The form HTML.
     
    330330         * Filters the CSS selectors for the Forminator module.
    331331         *
    332          * @since 3.2.1
     332         * @since 3.2.0
    333333         *
    334334         * @param array      $css_selectors The default CSS selectors.
     
    356356         * Fires after initializing selectors for the Forminator module.
    357357         *
    358          * @since 3.2.1
     358         * @since 3.2.0
    359359         *
    360360         * @param Forminator $module The current module instance.
     
    402402         * Filters the general fields for the Forminator module.
    403403         *
    404          * @since 3.2.1
     404         * @since 3.2.0
    405405         *
    406406         * @param array      $fields  The default general fields.
     
    437437         * Filters the checkbox and radio fields for the Forminator module.
    438438         *
    439          * @since 3.2.1
     439         * @since 3.2.0
    440440         *
    441441         * @param array      $fields The default checkbox and radio fields.
     
    479479     * Get the field selector.
    480480     *
    481      * @since  3.2.1
     481     * @since  3.2.0
    482482     * @access protected
    483483     *
     
    505505         * Filters the field selectors for the Forminator module.
    506506         *
    507          * @since 3.2.1
     507         * @since 3.2.0
    508508         *
    509509         * @param array      $selectors The field selectors.
     
    518518     * Get font field configurations.
    519519     *
    520      * @since  3.2.1
     520     * @since  3.2.0
    521521     * @access protected
    522522     *
     
    600600         * Filters the font field configurations.
    601601         *
    602          * @since 3.2.1
     602         * @since 3.2.0
    603603         *
    604604         * @param array      $font_fields The font field configurations.
     
    611611     * Get border field configurations.
    612612     *
    613      * @since  3.2.1
     613     * @since  3.2.0
    614614     * @access protected
    615615     *
     
    718718         * Filters the border field configurations.
    719719         *
    720          * @since 3.2.1
     720         * @since 3.2.0
    721721         *
    722722         * @param array      $border_fields The border field configurations.
     
    729729     * Get box shadow field configurations.
    730730     *
    731      * @since  3.2.1
     731     * @since  3.2.0
    732732     * @access protected
    733733     *
     
    792792         * Filters the box shadow field configurations.
    793793         *
    794          * @since 3.2.1
     794         * @since 3.2.0
    795795         *
    796796         * @param array      $box_shadow_fields The box shadow field configurations.
     
    815815         * Filters the form attributes before generating HTML.
    816816         *
    817          * @since 3.2.1
     817         * @since 3.2.0
    818818         *
    819819         * @param array $attrs The form attributes.
     
    834834             * Filters the forms collection before form selection.
    835835             *
    836              * @since 3.2.1
     836             * @since 3.2.0
    837837             *
    838838             * @param array $collection The forms collection.
     
    855855         * Filters the Forminator shortcode before processing.
    856856         *
    857          * @since 3.2.1
     857         * @since 3.2.0
    858858         *
    859859         * @param string $shortcode  The form shortcode.
     
    868868         * Filters the form HTML after shortcode processing.
    869869         *
    870          * @since 3.2.1
     870         * @since 3.2.0
    871871         *
    872872         * @param string  $html      The processed form HTML.
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/GravityForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the Gravity Forms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param GravityForms $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string       $icon_path The current icon path.
     
    8181         * Apply filter to CSS selectors for Gravity Forms styling.
    8282         *
    83          * @since  3.2.1
     83         * @since  3.2.0
    8484         *
    8585         * @param array        $selectors The default array of CSS selectors from squad_get_css_selectors().
     
    9595         * Fires after the Gravity Forms module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param GravityForms $module The current module instance.
     
    191191         * Filters the advanced toggles for the Gravity Forms module.
    192192         *
    193          * @since 3.2.1
     193         * @since 3.2.0
    194194         *
    195195         * @param array        $new_advanced_toggles The new advanced toggles.
     
    238238         * Filters the advanced fields configuration for the Gravity Forms module.
    239239         *
    240          * @since 3.2.1
     240         * @since 3.2.0
    241241         *
    242242         * @param array        $advanced_fields The advanced fields configuration.
     
    263263             * Fires before the Gravity Forms module is rendered.
    264264             *
    265              * @since 3.2.1
     265             * @since 3.2.0
    266266             *
    267267             * @param array        $attrs  The attributes array.
     
    277277                 * Filter the message displayed when Gravity Forms is not installed.
    278278                 *
    279                  * @since 3.2.1
     279                 * @since 3.2.0
    280280                 *
    281281                 * @param string $message The default message.
     
    300300                     * Filters the message shown when no form is selected.
    301301                     *
    302                      * @since 3.2.1
     302                     * @since 3.2.0
    303303                     *
    304304                     * @param string $message The default message.
     
    317317                     * Filters the message shown when no form is selected.
    318318                     *
    319                      * @since 3.2.1
     319                     * @since 3.2.0
    320320                     *
    321321                     * @param string $message The default message.
     
    330330                 * Filters the empty form HTML output.
    331331                 *
    332                  * @since 3.2.1
     332                 * @since 3.2.0
    333333                 *
    334334                 * @param string       $form_html The default empty form HTML.
     
    345345             * Filters the Gravity Forms form HTML output.
    346346             *
    347              * @since 3.2.1
     347             * @since 3.2.0
    348348             *
    349349             * @param string       $form_html The form HTML output.
     
    375375     * categories such as form, typography, fields, messages, etc.
    376376     *
    377      * @since  3.2.1
     377     * @since  3.2.0
    378378     * @access protected
    379379     *
     
    491491         * Filter the CSS selectors used for styling various elements of Gravity Forms.
    492492         *
    493          * @since 3.2.1
     493         * @since 3.2.0
    494494         *
    495495         * @param array  $css_selectors The CSS selectors array
     
    504504     * Sets up the CSS selectors used for various form elements.
    505505     *
    506      * @since  3.2.1
     506     * @since  3.2.0
    507507     * @access protected
    508508     *
     
    519519         * Fires after form selectors are initialized.
    520520         *
    521          * @since 3.2.1
     521         * @since 3.2.0
    522522         *
    523523         * @param GravityForms  $module The GravityForms instance.
     
    529529     * Get general fields for the module.
    530530     *
    531      * @since  3.2.1
     531     * @since  3.2.0
    532532     * @access protected
    533533     *
     
    578578     * Get removable fields for the module.
    579579     *
    580      * @since  3.2.1
     580     * @since  3.2.0
    581581     * @access protected
    582582     *
     
    609609     * Get design fields for the module.
    610610     *
    611      * @since  3.2.1
     611     * @since  3.2.0
    612612     * @access protected
    613613     *
     
    633633     * Defines the fields related to the form title styling.
    634634     *
    635      * @since  3.2.1
     635     * @since  3.2.0
    636636     * @access protected
    637637     *
     
    657657     * Defines the fields related to the form description styling.
    658658     *
    659      * @since  3.2.1
     659     * @since  3.2.0
    660660     * @access protected
    661661     *
     
    681681     * Defines the fields related to the validation message styling.
    682682     *
    683      * @since  3.2.1
     683     * @since  3.2.0
    684684     * @access protected
    685685     *
     
    705705     * Creates a toggle field for enabling/disabling the title or description.
    706706     *
    707      * @since  3.2.1
     707     * @since  3.2.0
    708708     * @access protected
    709709     *
     
    735735     * Determines which fields are affected by the enable toggle.
    736736     *
    737      * @since  3.2.1
     737     * @since  3.2.0
    738738     * @access protected
    739739     *
     
    764764     * Creates margin and padding fields for the given element.
    765765     *
    766      * @since  3.2.1
     766     * @since  3.2.0
    767767     * @access protected
    768768     *
     
    802802     * Get font field configurations
    803803     *
    804      * @since  3.2.1
     804     * @since  3.2.0
    805805     * @access protected
    806806     *
     
    945945         * Filters the font field configurations.
    946946         *
    947          * @since 3.2.1
     947         * @since 3.2.0
    948948         *
    949949         * @param array        $font_fields The font field configurations
     
    956956     * Get border field configurations
    957957     *
    958      * @since  3.2.1
     958     * @since  3.2.0
    959959     * @access protected
    960960     *
     
    11291129         * Filters the border field configurations.
    11301130         *
    1131          * @since 3.2.1
     1131         * @since 3.2.0
    11321132         *
    11331133         * @param array        $border_fields The border field configurations
     
    11401140     * Get box shadow field configurations
    11411141     *
    1142      * @since  3.2.1
     1142     * @since  3.2.0
    11431143     * @access protected
    11441144     *
     
    12331233         * Filters the box shadow field configurations.
    12341234         *
    1235          * @since 3.2.1
     1235         * @since 3.2.0
    12361236         *
    12371237         * @param array        $box_shadow_fields The box shadow field configurations
     
    12441244     * Add transition fields to the provided fields array.
    12451245     *
    1246      * @since  3.2.1
     1246     * @since  3.2.0
    12471247     * @access protected
    12481248     *
     
    12551255         * Fires before adding transition fields to the Gravity Forms module.
    12561256         *
    1257          * @since 3.2.1
     1257         * @since 3.2.0
    12581258         *
    12591259         * @param array        $fields Array of fields to add transition fields to.
     
    12841284         * Fires after adding transition fields to the Gravity Forms module.
    12851285         *
    1286          * @since 3.2.1
     1286         * @since 3.2.0
    12871287         *
    12881288         * @param array        $fields Array of fields to add transition fields to.
     
    12951295     * Add wrapper transition fields.
    12961296     *
    1297      * @since  3.2.1
     1297     * @since  3.2.0
    12981298     * @access protected
    12991299     *
     
    13141314     * Add wrapper transition fields.
    13151315     *
    1316      * @since  3.2.1
     1316     * @since  3.2.0
    13171317     * @access protected
    13181318     *
     
    13351335     * Adds transition fields for the validation message styling options.
    13361336     *
    1337      * @since  3.2.1
     1337     * @since  3.2.0
    13381338     * @access protected
    13391339     *
     
    13541354     * Get background option fields for various form elements.
    13551355     *
    1356      * @since  3.2.1
     1356     * @since  3.2.0
    13571357     * @access protected
    13581358     *
     
    13761376     * and message areas.
    13771377     *
    1378      * @since  3.2.1
     1378     * @since  3.2.0
    13791379     * @access protected
    13801380     *
     
    14081408         * Filters the form attributes before generating HTML.
    14091409         *
    1410          * @since 3.2.1
     1410         * @since 3.2.0
    14111411         *
    14121412         * @param array $attrs The form attributes.
     
    14271427             * Filters the form collection before generating HTML.
    14281428             *
    1429              * @since 3.2.1
     1429             * @since 3.2.0
    14301430             *
    14311431             * @param array $collection The form collection.
     
    14521452         * Filters the processed form HTML.
    14531453         *
    1454          * @since 3.2.1
     1454         * @since 3.2.0
    14551455         *
    14561456         * @param string $html    The processed form HTML.
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/NinjaForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since  3.2.1 Restructured the module to use the new structure.
     12 * @since  3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    4747         * Fires before the Ninja Forms module is initialized.
    4848         *
    49          * @since 3.2.1
     49         * @since 3.2.0
    5050         *
    5151         * @param NinjaForms $module The instance of the NinjaForms class.
     
    6363         * Filter the icon path for the Ninja Forms module.
    6464         *
    65          * @since 3.2.1
     65         * @since 3.2.0
    6666         *
    6767         * @param string      $icon_path The default icon path.
     
    7878         * Apply filter to CSS selectors for Ninja Forms styling.
    7979         *
    80          * @since 3.2.1
     80         * @since 3.2.0
    8181         *
    8282         * @param array      $selectors The default array of CSS selectors from squad_get_css_selectors().
     
    9292         * Fires after the Ninja Forms module is initialized.
    9393         *
    94          * @since 3.2.1
     94         * @since 3.2.0
    9595         *
    9696         * @param NinjaForms $module The instance of the NinjaForms class.
     
    179179         * Filter the advanced toggles for the Ninja Forms module.
    180180         *
    181          * @since 3.2.1
     181         * @since 3.2.0
    182182         *
    183183         * @param array      $new_advanced_toggles The new advanced toggles array.
     
    228228         * Filter the advanced fields for the Ninja Forms module.
    229229         *
    230          * @since 3.2.1
     230         * @since 3.2.0
    231231         *
    232232         * @param array      $advanced_fields The advanced fields array.
     
    251251             * Fires before the Ninja Forms module is rendered.
    252252             *
    253              * @since 3.2.1
     253             * @since 3.2.0
    254254             *
    255255             * @param array      $attrs  The attributes array.
     
    264264                 * Filters the message displayed when Ninja Forms is not installed.
    265265                 *
    266                  * @since 3.2.1
     266                 * @since 3.2.0
    267267                 *
    268268                 * @param string $message The default message.
     
    286286                     * Filters the message shown when no form is selected.
    287287                     *
    288                      * @since 3.2.1
     288                     * @since 3.2.0
    289289                     *
    290290                     * @param string $message The default message.
     
    303303                     * Filters the message shown when no form is selected.
    304304                     *
    305                      * @since 3.2.1
     305                     * @since 3.2.0
    306306                     *
    307307                     * @param string $message The default message.
     
    316316                 * Filters the empty form HTML output.
    317317                 *
    318                  * @since 3.2.1
     318                 * @since 3.2.0
    319319                 *
    320320                 * @param string     $form_html The default empty form HTML.
     
    330330             * Filters the form HTML output.
    331331             *
    332              * @since 3.2.1
     332             * @since 3.2.0
    333333             *
    334334             * @param string     $form_html The default form HTML.
     
    456456         * Fires after form selectors are initialized.
    457457         *
    458          * @since 3.2.1
     458         * @since 3.2.0
    459459         * @param array $squad_css_selectors The CSS selectors array
    460460         * @param string $slug The module slug
     
    530530     * Get design fields for the module.
    531531     *
    532      * @since  3.2.1
     532     * @since  3.2.0
    533533     * @access protected
    534534     * @return array Array of design fields.
     
    551551     * Defines the fields related to the form title styling.
    552552     *
    553      * @since  3.2.1
     553     * @since  3.2.0
    554554     * @access protected
    555555     * @return array An array of form title field definitions.
     
    574574     * Defines the fields related to the validation message styling.
    575575     *
    576      * @since 3.2.1
     576     * @since 3.2.0
    577577     * @access protected
    578578     * @return array An array of validation message field definitions.
     
    678678     * Get font field configurations
    679679     *
    680      * @since  3.2.1
     680     * @since  3.2.0
    681681     * @access protected
    682682     *
     
    798798         * Filters the font field configurations.
    799799         *
    800          * @since 3.2.1
     800         * @since 3.2.0
    801801         *
    802802         * @param array      $font_fields The font field configurations
     
    809809     * Get border field configurations
    810810     *
    811      * @since  3.2.1
     811     * @since  3.2.0
    812812     * @access protected
    813813     *
     
    968968         * Filters the border field configurations.
    969969         *
    970          * @since 3.2.1
     970         * @since 3.2.0
    971971         *
    972972         * @param array      $border_fields The border field configurations
     
    979979     * Get box shadow field configurations
    980980     *
    981      * @since  3.2.1
     981     * @since  3.2.0
    982982     * @access protected
    983983     *
     
    10621062         * Filters the box shadow field configurations.
    10631063         *
    1064          * @since 3.2.1
     1064         * @since 3.2.0
    10651065         *
    10661066         * @param array      $box_shadow_fields The box shadow field configurations
     
    11271127     * Adds transition fields for the validation message styling options.
    11281128     *
    1129      * @since 3.2.1
     1129     * @since 3.2.0
    11301130     * @access protected
    11311131     *
     
    11841184     * Get background option fields for various form elements.
    11851185     *
    1186      * @since  3.2.1
     1186     * @since  3.2.0
    11871187     * @access protected
    11881188     *
     
    12651265     * Get margin and padding option fields for various form elements.
    12661266     *
    1267      * @since 3.2.1
     1267     * @since 3.2.0
    12681268     * @access protected
    12691269     *
     
    12921292         * Filters the Ninja Forms form HTML attributes.
    12931293         *
    1294          * @since 3.2.1
     1294         * @since 3.2.0
    12951295         *
    12961296         * @param array $attrs The Ninja Forms form HTML attributes.
     
    13111311             * Filters the form collection before generating HTML.
    13121312             *
    1313              * @since 3.2.1
     1313             * @since 3.2.0
    13141314             *
    13151315             * @param array $collection The form collection.
     
    13321332         * Filters the Ninja Forms i18n strings.
    13331333         *
    1334          * @since 3.2.1
     1334         * @since 3.2.0
    13351335         *
    13361336         * @param array $i18n  The Ninja Forms i18n strings.
     
    13541354         * Filters the processed Ninja Forms form HTML.
    13551355         *
    1356          * @since 3.2.1
     1356         * @since 3.2.0
    13571357         *
    13581358         * @param string $html    The processed Ninja Forms form HTML.
  • squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/WPForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the WPForms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param WPForms $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string  $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the WPForms module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array   $selectors The default CSS selectors.
     
    9595         * Fires after the WPForms module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param WPForms $module The current module instance.
     
    135135         * Filters the WPForms-specific toggle sections.
    136136         *
    137          * @since 3.2.1
     137         * @since 3.2.0
    138138         *
    139139         * @param array $wpforms_toggles The WPForms-specific toggles
     
    173173         * Filters the advanced fields configuration for the WPForms module.
    174174         *
    175          * @since 3.2.1
     175         * @since 3.2.0
    176176         *
    177177         * @param array   $advanced_fields The advanced fields configuration.
     
    199199             * Fires before the WPForms module is rendered.
    200200             *
    201              * @since 3.2.1
     201             * @since 3.2.0
    202202             *
    203203             * @param array   $attrs  The module attributes.
     
    213213                 * Filters the message shown when WPForms is not installed.
    214214                 *
    215                  * @since 3.2.1
     215                 * @since 3.2.0
    216216                 *
    217217                 * @param string $message The default message.
     
    232232                 * Filters the message shown when no form is selected.
    233233                 *
    234                  * @since 3.2.1
     234                 * @since 3.2.0
    235235                 *
    236236                 * @param string $message The default message.
     
    252252                     * Filters the message shown when no form is selected.
    253253                     *
    254                      * @since 3.2.1
     254                     * @since 3.2.0
    255255                     *
    256256                     * @param string $message The default message.
     
    269269                     * Filters the message shown when no form is selected.
    270270                     *
    271                      * @since 3.2.1
     271                     * @since 3.2.0
    272272                     *
    273273                     * @param string $message The default message.
     
    282282                 * Filters the empty form HTML output.
    283283                 *
    284                  * @since 3.2.1
     284                 * @since 3.2.0
    285285                 *
    286286                 * @param string  $form_html The default empty form HTML.
     
    297297             * Filters the final HTML output of the WPForms module.
    298298             *
    299              * @since 3.2.1
     299             * @since 3.2.0
    300300             *
    301301             * @param string  $form_html The form HTML.
     
    361361         * Filters the CSS selectors for the WPForms module.
    362362         *
    363          * @since 3.2.1
     363         * @since 3.2.0
    364364         *
    365365         * @param array   $css_selectors The default CSS selectors.
     
    387387         * Fires after initializing selectors for the WPForms module.
    388388         *
    389          * @since 3.2.1
     389         * @since 3.2.0
    390390         *
    391391         * @param WPForms $module The current module instance.
     
    433433         * Filters the general fields for the WPForms module.
    434434         *
    435          * @since 3.2.1
     435         * @since 3.2.0
    436436         *
    437437         * @param array   $fields The default general fields.
     
    475475     * Get font field configurations
    476476     *
    477      * @since 3.2.1
     477     * @since 3.2.0
    478478     *
    479479     * @return array Font field configurations
     
    552552         * Filters the font field configurations.
    553553         *
    554          * @since 3.2.1
     554         * @since 3.2.0
    555555         *
    556556         * @param array   $font_fields The font field configurations
     
    563563     * Get border field configurations
    564564     *
    565      * @sinc 3.2.1
     565     * @sinc 3.2.0
    566566     *
    567567     * @return array Border field configurations
     
    663663         * Filters the border field configurations.
    664664         *
    665          * @since 3.2.1
     665         * @since 3.2.0
    666666         *
    667667         * @param array   $border_fields The border field configurations
     
    674674     * Get box shadow field configurations
    675675     *
    676      * @since 3.2.1
     676     * @since 3.2.0
    677677     *
    678678     * @return array Box shadow field configurations
     
    738738         * Filters the box shadow field configurations.
    739739         *
    740          * @since 3.2.1
     740         * @since 3.2.0
    741741         *
    742742         * @param array   $box_shadow_fields The box shadow field configurations
     
    787787         * Filters the stylesheet selectors for the WPForms module.
    788788         *
    789          * @since 3.2.1
     789         * @since 3.2.0
    790790         *
    791791         * @param array   $options The stylesheet selectors.
     
    811811         * Filters the form attributes before generating HTML.
    812812         *
    813          * @since 3.2.1
     813         * @since 3.2.0
    814814         *
    815815         * @param array $attrs The form attributes.
     
    830830             * Filters the forms collection before form selection.
    831831             *
    832              * @since 3.2.1
     832             * @since 3.2.0
    833833             *
    834834             * @param array $collection The forms collection.
     
    851851         * Filters the WPForms shortcode before processing.
    852852         *
    853          * @since 3.2.1
     853         * @since 3.2.0
    854854         *
    855855         * @param string  $shortcode  The form shortcode.
     
    864864         * Filters the form HTML after shortcode processing.
    865865         *
    866          * @since 3.2.1
     866         * @since 3.2.0
    867867         *
    868868         * @param string $html      The processed form HTML.
  • squad-modules-for-divi/tags/3.2.1/includes/Settings/Migration.php

    r3225687 r3225698  
    193193         * List of migrations.
    194194         *
    195          * @since 3.2.1
     195         * @since 3.2.0
    196196         *
    197197         * @var Migration[] $migrations
     
    424424         * Filters the list of hooks where migrations should be processed.
    425425         *
    426          * @since 3.2.1
     426         * @since 3.2.0
    427427         *
    428428         * @param array $hooks Default hooks array containing:
  • squad-modules-for-divi/tags/3.2.1/includes/SquadModules.php

    r3225687 r3225698  
    6868     * Freemius publisher instance.
    6969     *
    70      * @since 3.2.1
     70     * @since 3.2.0
    7171     * @var Freemius|null
    7272     */
     
    162162             * Clean the Divi Builder cache on plugin activation.
    163163             *
    164              * @since 3.2.1
     164             * @since 3.2.0
    165165             *
    166166             * @param bool $can_clean_cache Whether to clean the cache on activation. Default is true.
     
    222222     * This method is called after the plugin is initialized and sets up additional components.
    223223     *
    224      * @since  3.2.1
     224     * @since  3.2.0
    225225     * @access public
    226226     *
     
    237237         * This action allows executing code after the plugin is fully initialized.
    238238         *
    239          * @since 3.2.1
     239         * @since 3.2.0
    240240         *
    241241         * @param SquadModules $plugin Current plugin instance.
     
    270270         * This action allows executing code after the plugin data has been set up.
    271271         *
    272          * @since 3.2.1
     272         * @since 3.2.0
    273273         *
    274274         * @param SquadModules $plugin Current plugin instance.
     
    282282     * Sets up the core prerequisites for the plugin, including requirements and memory management.
    283283     *
    284      * @since  3.2.1
     284     * @since  3.2.0
    285285     * @access public
    286286     *
     
    345345     * and the `Publisher` class is available.
    346346     *
    347      * @since 3.2.1
     347     * @since 3.2.0
    348348     * @access public
    349349     *
     
    360360             * Fires after the publisher is initialized.
    361361             *
    362              * @since 3.2.1
     362             * @since 3.2.0
    363363             *
    364364             * @param SquadModules $plugin    Current plugin instance.
     
    393393             * Fires after the Freemius instance is set up.
    394394             *
    395              * @since 3.2.1
     395             * @since 3.2.0
    396396             *
    397397             * @param Freemius $divi_squad_fs The Freemius instance.
     
    424424             * It can be used to perform tasks that need to be done before the plugin is completely initialized.
    425425             *
    426              * @since 3.2.1
     426             * @since 3.2.0
    427427             *
    428428             * @param SquadModules $plugin Current plugin instance.
     
    446446             * and before the plugin begins loading its core components.
    447447             *
    448              * @since 3.2.1
     448             * @since 3.2.0
    449449             * @see \DiviSquad\Core\Requirements::did_fulfilled() For the requirements validation logic
    450450             *
     
    489489     * Loads all core plugin prerequisite components.
    490490     *
    491      * @since  3.2.1
     491     * @since  3.2.0
    492492     * @access private
    493493     *
     
    501501         * Fires after the plugin prerequisite components are loaded.
    502502         *
    503          * @since 3.2.1
     503         * @since 3.2.0
    504504         *
    505505         * @param SquadModules $instance The SquadModules instance.
     
    521521         * Fires after the plugin containers are initialized.
    522522         *
    523          * @since 3.2.1
     523         * @since 3.2.0
    524524         *
    525525         * @param array        $container The plugin container.
  • squad-modules-for-divi/tags/3.2.1/readme.txt

    r3225687 r3225698  
    3131**Layout & Content Divi Modules:**
    3232
    33 - [Divi Advanced Divider Module](https://squadmodules.com/modules/divi-advanced-divider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Craft visually appealing dividers with various styles, shapes, and customization options.
    34 - [Divi Post Grid Module](https://squadmodules.com/modules/divi-post-grid-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Showcase your blog posts in a stylish and organized grid layout.
    35 - [Divi Drop Cap Text Module](https://squadmodules.com/modules/divi-drop-cap-text-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add emphasis and style to your text content with beautiful drop caps.
     33- Divi Advanced Divider Module: Craft visually appealing dividers with various styles, shapes, and customization options.
     34- Divi Post Grid Module (Custom Fields, ACF supported): Showcase your blog posts in a stylish and organized grid layout.
     35- Divi Drop Cap Text Module: Add emphasis and style to your text content with beautiful drop caps.
    3636- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    3737
    3838**Interactive Divi Modules:**
    3939
    40 - [Divi Before After Image Slider Module](https://squadmodules.com/modules/divi-before-after-image-slider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Engage visitors with interactive image comparisons, showcasing transformations or product variations.
    41 - [Divi Flip Box Module](https://squadmodules.com/modules/divi-flip-box-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Create captivating elements that reveal additional information or a different design on hover.
    42 - [Divi Lottie Animation Module](https://squadmodules.com/modules/divi-lottie-animation-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.
     40- Divi Before After Image Slider Module: Engage visitors with interactive image comparisons, showcasing transformations or product variations.
     41- Divi Flip Box Module: Create captivating elements that reveal additional information or a different design on hover.
     42- Divi Lottie Animation Module: Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.
    4343- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    4444
    4545**Engagement & Social Proof Divi Modules:**
    4646
    47 - [Divi Star Rating Module](https://squadmodules.com/modules/divi-star-rating-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings.
    48 - [Divi Post Reading Time Module](https://squadmodules.com/modules/divi-post-reading-time-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively.
    49 - [Divi Post Reading Progress Module](https://squadmodules.com/modules/divi-post-reading-progress-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading progress for your blog posts, helping them plan their time effectively.
     47- Divi Star Rating Module: Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings.
     48- Divi Post Reading Time Module: Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively.
    5049- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    5150
    5251**Form Styler Divi Modules:**
    5352
    54 - [Divi Form Styler: Contact Form 7 Module](https://squadmodules.com/modules/divi-form-styler-contact-form-7-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.
    55 - [Divi Form Styler: WP Forms Module](https://squadmodules.com/modules/divi-form-styler-wp-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.
    56 - [Divi Form Styler: Gravity Forms Module](https://squadmodules.com/modules/divi-form-styler-gravity-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.
    57 - [Divi Form Styler: Ninja Forms Module](https://squadmodules.com/modules/divi-form-styler-ninja-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.
     53- Divi Form Styler: Contact Form 7 Module: Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.
     54- Divi Form Styler: WP Forms Module: Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.
     55- Divi Form Styler: Gravity Forms Module: Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.
     56- Divi Form Styler: Ninja Forms Module: Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.
    5857- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    5958
  • squad-modules-for-divi/trunk/deprecated/Base/Memory.php

    r3225687 r3225698  
    77 * @author     The WP Squad <support@squadmodules.com>
    88 * @since      1.0.0
    9  * @deprecated 3.2.1 Use `DiviSquad\Core\Memory` instead.
     9 * @deprecated 3.2.0 Use `DiviSquad\Core\Memory` instead.
    1010 */
    1111
     
    2121 * @package DiviSquad\Base
    2222 * @since 2.0.0
    23  * @deprecated 3.2.1 Use `DiviSquad\Core\Memory` instead.
     23 * @deprecated 3.2.0 Use `DiviSquad\Core\Memory` instead.
    2424 */
    2525class Memory extends \DiviSquad\Core\Memory {}
  • squad-modules-for-divi/trunk/deprecated/Integrations/WP.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.0.0
    12  * @deprecated 3.2.1 marked as deprecated.
     12 * @deprecated 3.2.0 marked as deprecated.
    1313 */
    1414
     
    2626 * @since   1.0.0
    2727 * @package DiviSquad
    28  * @deprecated 3.2.1 marked as deprecated.
     28 * @deprecated 3.2.0 marked as deprecated.
    2929 */
    3030class WP {
  • squad-modules-for-divi/trunk/deprecated/Utils/Media/Filesystem.php

    r3225687 r3225698  
    66 * @author     The WP Squad <support@squadmodules.com>
    77 * @since      3.0.0
    8  * @deprecated 3.2.1 Use DiviSquad\Core\Traits\UseWPFilesystem instead
     8 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\UseWPFilesystem instead
    99 */
    1010
     
    1818 * @since      3.0.0
    1919 * @package    DiviSquad
    20  * @deprecated 3.2.1 Use DiviSquad\Core\Traits\UseWPFilesystem instead
     20 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\UseWPFilesystem instead
    2121 */
    2222class Filesystem {
  • squad-modules-for-divi/trunk/deprecated/Utils/Polyfills/Str.php

    r3225687 r3225698  
    66 * @author  The WP Squad <support@squadmodules.com>
    77 * @since   1.2.3
    8  * @deprecated 3.2.1 Use DiviSquad\Core\Supports\Polyfills\Str instead
     8 * @deprecated 3.2.0 Use DiviSquad\Core\Supports\Polyfills\Str instead
    99 */
    1010
     
    1616 * @since      1.2.3
    1717 * @package    DiviSquad
    18  * @deprecated 3.2.1 Use DiviSquad\Core\Supports\Polyfills\Str instead
     18 * @deprecated 3.2.0 Use DiviSquad\Core\Supports\Polyfills\Str instead
    1919 */
    2020class Str extends \DiviSquad\Core\Supports\Polyfills\Str {}
  • squad-modules-for-divi/trunk/deprecated/Utils/Singleton.php

    r3225687 r3225698  
    66 * @package DiviSquad
    77 * @since   1.0.0
    8  * @deprecated 3.2.1 Use DiviSquad\Core\Traits\Singleton instead
     8 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\Singleton instead
    99 */
    1010
     
    1616 * @since      1.0.0
    1717 * @package    DiviSquad
    18  * @deprecated 3.2.1 Use DiviSquad\Core\Traits\Singleton instead
     18 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\Singleton instead
    1919 */
    2020trait Singleton {
  • squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Module.php

    r3225687 r3225698  
    130130     * Log an error and optionally send an error report.
    131131     *
    132      * @since 3.2.1
     132     * @since 3.2.0
    133133     *
    134134     * @param mixed $error       The exception or error to log.
     
    169169             * Filter the error message displayed when an exception occurs.
    170170             *
    171              * @since 3.2.1
     171             * @since 3.2.0
    172172             *
    173173             * @param string $error_message The error message.
     
    182182         * Filter the error message displayed when an exception occurs.
    183183         *
    184          * @since 3.2.1
     184         * @since 3.2.0
    185185         *
    186186         * @param string $error_message The error message.
     
    193193     * Render a notice.
    194194     *
    195      * @since 3.2.1
     195     * @since 3.2.0
    196196     *
    197197     * @param string $message The message to display.
  • squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Module/FormStyler.php

    r3225687 r3225698  
    3434     * CSS Selectors configuration
    3535     *
    36      * @since 3.2.1
     36     * @since 3.2.0
    3737     * @var array
    3838     */
     
    4242     * CSS selector for the form
    4343     *
    44      * @since 3.2.1
     44     * @since 3.2.0
    4545     * @var string
    4646     */
     
    5050     * CSS selector for form fields
    5151     *
    52      * @since 3.2.1
     52     * @since 3.2.0
    5353     * @var string
    5454     */
     
    5858     * CSS selector for the submit button
    5959     *
    60      * @since 3.2.1
     60     * @since 3.2.0
    6161     * @var string
    6262     */
     
    6666     * CSS selector for error messages
    6767     *
    68      * @since 3.2.1
     68     * @since 3.2.0
    6969     * @var string
    7070     */
     
    7474     * CSS selector for success messages
    7575     *
    76      * @since 3.2.1
     76     * @since 3.2.0
    7777     * @var string
    7878     */
     
    8484     * Initializes the parent constructor and sets up the selectors and hooks.
    8585     *
    86      * @since  3.2.1
     86     * @since  3.2.0
    8787     * @access public
    8888     * @return void
     
    9494         * Allows executing code before the form styler is initialized.
    9595         *
    96          * @since 3.2.1
     96         * @since 3.2.0
    9797         *
    9898         * @param FormStyler $this Current FormStyler instance
     
    106106         * Fires after the FormStyler instance is constructed.
    107107         *
    108          * @since 3.2.1
     108         * @since 3.2.0
    109109         *
    110110         * @param FormStyler $this Current FormStyler instance
     
    116116     * Get settings modal toggles for the module.
    117117     *
    118      * @since  3.2.1
     118     * @since  3.2.0
    119119     * @access public
    120120     *
     
    170170         * Filters the settings modal toggles for the Form Styler.
    171171         *
    172          * @since 3.2.1
     172         * @since 3.2.0
    173173         *
    174174         * @param array $toggles The default toggles for the Form Styler.
     
    221221         * Filters the fields for the Form Styler.
    222222         *
    223          * @since 3.2.1
     223         * @since 3.2.0
    224224         *
    225225         * @param string $slug   The slug of current module.
     
    235235     * Get custom CSS fields configuration.
    236236     *
    237      * @since  3.2.1
     237     * @since  3.2.0
    238238     * @access public
    239239     *
     
    272272     * Get transition fields CSS properties.
    273273     *
    274      * @since  3.2.1
     274     * @since  3.2.0
    275275     * @access public
    276276     *
     
    287287     * Initialize selectors for the form styler.
    288288     *
    289      * @since  3.2.1
     289     * @since  3.2.0
    290290     * @access protected
    291291     *
     
    297297     * Set up hooks for the FormStyler.
    298298     *
    299      * @since  3.2.1
     299     * @since  3.2.0
    300300     * @access protected
    301301     *
     
    316316     * ```
    317317     *
    318      * @since  3.2.1
     318     * @since  3.2.0
    319319     * @access protected
    320320     *
     
    337337         * Filter the CSS selector value before return
    338338         *
    339          * @since 3.2.1
     339         * @since 3.2.0
    340340         *
    341341         * @param string            $key   Original selector key
     
    359359     * ```
    360360     *
    361      * @since  3.2.1
     361     * @since  3.2.0
    362362     * @access protected
    363363     *
     
    408408     * ```
    409409     *
    410      * @since  3.2.1
     410     * @since  3.2.0
    411411     * @access protected
    412412     *
     
    422422         * Filter the hover selectors before they are combined
    423423         *
    424          * @since 3.2.1
     424         * @since 3.2.0
    425425         *
    426426         * @param array $hover_selectors Array of hover selectors
     
    447447     * ```
    448448     *
    449      * @since  3.2.1
     449     * @since  3.2.0
    450450     * @access protected
    451451     *
     
    472472     * Add :hover pseudo-class to a single selector.
    473473     *
    474      * @since  3.2.1
     474     * @since  3.2.0
    475475     * @access private
    476476     *
     
    492492         * Filter the hover selector for a single selector
    493493         *
    494          * @since 3.2.1
     494         * @since 3.2.0
    495495         *
    496496         * @param string $hover_selector The generated hover selector
     
    509509     * Get general fields for the module.
    510510     *
    511      * @since  3.2.1
     511     * @since  3.2.0
    512512     * @access protected
    513513     *
     
    518518         * Filters the general fields for the form styler module.
    519519         *
    520          * @since 3.2.1
     520         * @since 3.2.0
    521521         *
    522522         * @param array      $fields Default array of general fields
     
    529529     * Get design fields for the module.
    530530     *
    531      * @since  3.2.1
     531     * @since  3.2.0
    532532     * @access protected
    533533     *
     
    560560     * Get advanced fields for the module.
    561561     *
    562      * @since  3.2.1
     562     * @since  3.2.0
    563563     * @access protected
    564564     *
     
    572572     * Get background fields for the module.
    573573     *
    574      * @since  3.2.1
     574     * @since  3.2.0
    575575     * @access protected
    576576     *
     
    604604         * Filters the background fields for the Form Styler.
    605605         *
    606          * @since 3.2.1
     606         * @since 3.2.0
    607607         *
    608608         * @param array  $background_fields The default background fields for the Form Styler.
     
    615615     * Add a background field.
    616616     *
    617      * @since  3.2.1
     617     * @since  3.2.0
    618618     * @access protected
    619619     *
     
    639639     * Get button fields for the module.
    640640     *
    641      * @since  3.2.1
     641     * @since  3.2.0
    642642     * @access protected
    643643     *
     
    662662     * Get additional design fields for the module.
    663663     *
    664      * @since  3.2.1
     664     * @since  3.2.0
    665665     * @access protected
    666666     *
     
    698698         * Filters additional checkbox and radio fields for the Form Styler.
    699699         *
    700          * @since 3.2.1
     700         * @since 3.2.0
    701701         *
    702702         * @param array  $checkbox_radio_fields The default checkbox and radio fields for the Form Styler.
     
    709709     * Get custom spacing fields for the module.
    710710     *
    711      * @since  3.2.1
     711     * @since  3.2.0
    712712     * @access protected
    713713     *
     
    759759         * Filters the custom spacing fields for the Form Styler.
    760760         *
    761          * @since 3.2.1
     761         * @since 3.2.0
    762762         *
    763763         * @param array $custom_spacing_fields The generated custom spacing fields.
     
    769769     * Get margin and padding fields for a specific element.
    770770     *
    771      * @since  3.2.1
     771     * @since  3.2.0
    772772     * @access protected
    773773     *
     
    809809     * Add a custom spacing field.
    810810     *
    811      * @since  3.2.1
     811     * @since  3.2.0
    812812     * @access protected
    813813     *
     
    822822         * Filter the custom spacing field settings
    823823         *
    824          * @since 3.2.1
     824         * @since 3.2.0
    825825         *
    826826         * @param array  $field_settings The field settings to be merged
     
    851851     * This method can be overridden in child classes to add custom fields.
    852852     *
    853      * @since  3.2.1
     853     * @since  3.2.0
    854854     * @access protected
    855855     *
     
    869869     * This method can be overridden in child classes to specify removable fields.
    870870     *
    871      * @since  3.2.1
     871     * @since  3.2.0
    872872     * @access protected
    873873     *
     
    881881     * Add transition fields to the provided fields array.
    882882     *
    883      * @since  3.2.1
     883     * @since  3.2.0
    884884     * @access protected
    885885     *
     
    892892         * Fires before adding transition fields.
    893893         *
    894          * @since 3.2.1
     894         * @since 3.2.0
    895895         *
    896896         * @param array $fields Reference to fields array
     
    909909         * Fires after adding transition fields.
    910910         *
    911          * @since 3.2.1
     911         * @since 3.2.0
    912912         *
    913913         * @param array $fields Reference to fields array
     
    919919     * Add wrapper transition fields.
    920920     *
    921      * @since  3.2.1
     921     * @since  3.2.0
    922922     * @access protected
    923923     *
     
    938938     * Add field transition fields.
    939939     *
    940      * @since  3.2.1
     940     * @since  3.2.0
    941941     * @access protected
    942942     *
     
    958958     * Add error message transition fields.
    959959     *
    960      * @since  3.2.1
     960     * @since  3.2.0
    961961     * @access protected
    962962     *
     
    978978     * Add success message transition fields.
    979979     *
    980      * @since  3.2.1
     980     * @since  3.2.0
    981981     * @access protected
    982982     *
     
    998998     * Add button transition fields.
    999999     *
    1000      * @since  3.2.1
     1000     * @since  3.2.0
    10011001     * @access protected
    10021002     *
     
    10201020     * Add checkbox and radio transition fields.
    10211021     *
    1022      * @since  3.2.1
     1022     * @since  3.2.0
    10231023     * @access protected
    10241024     *
     
    10381038     * Add generic transition fields.
    10391039     *
    1040      * @since  3.2.1
     1040     * @since  3.2.0
    10411041     * @access protected
    10421042     *
     
    10641064     * ```
    10651065     *
    1066      * @since  3.2.1
     1066     * @since  3.2.0
    10671067     * @access protected
    10681068     *
     
    10751075         * Fires before generating all module styles.
    10761076         *
    1077          * @since 3.2.1
     1077         * @since 3.2.0
    10781078         *
    10791079         * @param array      $attrs  The style attributes
     
    10871087         * Filter the attributes before generating styles
    10881088         *
    1089          * @since 3.2.1
     1089         * @since 3.2.0
    10901090         *
    10911091         * @param array $attrs The combined attributes
     
    10991099         * Filter the style options before generating styles
    11001100         *
    1101          * @since 3.2.1
     1101         * @since 3.2.0
    11021102         *
    11031103         * @param array $options The style options
     
    11111111         * Fires after generating all module styles.
    11121112         *
    1113          * @since 3.2.1
     1113         * @since 3.2.0
    11141114         *
    11151115         * @param array  $attrs   The style attributes used
     
    11331133     * ```
    11341134     *
    1135      * @since  3.2.1
     1135     * @since  3.2.0
    11361136     * @access protected
    11371137     *
     
    11571157     * for various form elements.
    11581158     *
    1159      * @since  3.2.1
     1159     * @since  3.2.0
    11601160     * @access protected
    11611161     *
     
    11801180     * and message areas.
    11811181     *
    1182      * @since  3.2.1
     1182     * @since  3.2.0
    11831183     * @access protected
    11841184     *
     
    12011201         * modify existing ones, or remove elements from the background styling options.
    12021202         *
    1203          * @since 3.2.1
     1203         * @since 3.2.0
    12041204         *
    12051205         * @param array $option_fields An associative array of background options and their CSS selectors.
     
    12171217     * Add checkbox and radio options to the stylesheet selectors.
    12181218     *
    1219      * @since  3.2.1
     1219     * @since  3.2.0
    12201220     * @access protected
    12211221     *
     
    12541254     * Add button width option to the stylesheet selectors.
    12551255     *
    1256      * @since  3.2.1
     1256     * @since  3.2.0
    12571257     * @access protected
    12581258     *
     
    12771277     * Add margin and padding options to the stylesheet selectors.
    12781278     *
    1279      * @since  3.2.1
     1279     * @since  3.2.0
    12801280     * @access protected
    12811281     *
     
    13051305     * and message areas.
    13061306     *
    1307      * @since  3.2.1
     1307     * @since  3.2.0
    13081308     * @access protected
    13091309     * @return array An associative array of form elements and their corresponding CSS selectors.
     
    13251325         * modify existing ones, or remove elements from the styling options.
    13261326         *
    1327          * @since 3.2.1
     1327         * @since 3.2.0
    13281328         *
    13291329         * @param array $option_fields                An associative array of form elements and their CSS selectors.
     
    13531353     * ```
    13541354     *
    1355      * @since  3.2.1
     1355     * @since  3.2.0
    13561356     * @access protected
    13571357     *
     
    13651365         * Fires before generating individual module styles.
    13661366         *
    1367          * @since 3.2.1
     1367         * @since 3.2.0
    13681368         *
    13691369         * @param array $attrs   The style attributes
     
    13761376             * Fires before generating style for a specific option.
    13771377             *
    1378              * @since 3.2.1
     1378             * @since 3.2.0
    13791379             *
    13801380             * @param string $option_key The option key
     
    14001400             * Fires after generating style for a specific option.
    14011401             *
    1402              * @since 3.2.1
     1402             * @since 3.2.0
    14031403             *
    14041404             * @param string $option_key The option key
     
    14121412         * Fires after generating all individual module styles.
    14131413         *
    1414          * @since 3.2.1
     1414         * @since 3.2.0
    14151415         *
    14161416         * @param array $attrs   The style attributes
     
    14231423     * Generate background style.
    14241424     *
    1425      * @since  3.2.1
     1425     * @since  3.2.0
    14261426     * @access protected
    14271427     *
     
    14581458     * Generate default style.
    14591459     *
    1460      * @since  3.2.1
     1460     * @since  3.2.0
    14611461     * @access protected
    14621462     *
     
    14791479     * Generate single style.
    14801480     *
    1481      * @since  3.2.1
     1481     * @since  3.2.0
    14821482     * @access protected
    14831483     *
     
    14921492         * Filter the style generation parameters
    14931493         *
    1494          * @since 3.2.1
     1494         * @since 3.2.0
    14951495         *
    14961496         * @param array  $style_params Style generation parameters
     
    15181518     * Generate margin and padding style.
    15191519     *
    1520      * @since  3.2.1
     1520     * @since  3.2.0
    15211521     * @access protected
    15221522     *
     
    15581558     *  ```
    15591559     *
    1560      * @since  3.2.1
     1560     * @since  3.2.0
    15611561     * @access protected
    15621562     *
     
    15711571         * Filters the list of fields to be removed.
    15721572         *
    1573          * @since 3.2.1
     1573         * @since 3.2.0
    15741574         *
    15751575         * @param array $removals List of field keys to be removed.
  • squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php

    r3225687 r3225698  
    107107     * Verify if the custom fields table exists.
    108108     *
    109      * @since  3.2.1
     109     * @since  3.2.0
    110110     *
    111111     * @return bool True if table exists.
  • squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Elements/Forms.php

    r3225687 r3225698  
    6565         * Filter the allowed fields for the module.
    6666         *
    67          * @since 3.2.1
     67         * @since 3.2.0
    6868         *
    6969         * @param array $allowed_fields List of allowed field types.
     
    8787         * Filter the custom spacing prefixes.
    8888         *
    89          * @since 3.2.1
     89         * @since 3.2.0
    9090         *
    9191         * @param array $prefixes Custom spacing prefixes.
  • squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php

    r3225687 r3225698  
    5454     * Adds a border field configuration for Divi modules.
    5555     *
    56      * @since 3.2.1
     56     * @since 3.2.0
    5757     *
    5858     * @param string $label The label for the border field.
     
    9797     *
    9898     * @since 1.0.0
    99      * @since 3.2.1 Improved flexibility and alignment with Divi standards.
     99     * @since 3.2.0 Improved flexibility and alignment with Divi standards.
    100100     *
    101101     * @param string $label The label for the box shadow field.
  • squad-modules-for-divi/trunk/includes/Core/Cache.php

    r3225687 r3225698  
    33 * Cache class
    44 *
    5  * @since   3.2.1
     5 * @since   3.2.0
    66 *
    77 * @package DiviSquad
     
    1616 * Handles all caching operations using WordPress Object Cache.
    1717 *
    18  * @since   3.2.1
     18 * @since   3.2.0
    1919 * @package DiviSquad
    2020 */
  • squad-modules-for-divi/trunk/includes/Core/Memory.php

    r3225687 r3225698  
    113113     * Migrate legacy options if they exist.
    114114     *
    115      * @since 3.2.1
     115     * @since 3.2.0
    116116     *
    117117     * @return void
  • squad-modules-for-divi/trunk/includes/Core/Requirements.php

    r3225687 r3225698  
    66 * of Divi requirements for Squad Modules.
    77 *
    8  * @since   3.2.1
     8 * @since   3.2.0
    99 *
    1010 * @package DiviSquad
     
    2525 * Handles the management of Divi requirements for Squad Modules.
    2626 *
    27  * @since   3.2.1
     27 * @since   3.2.0
    2828 * @package DiviSquad
    2929 */
     
    4242     * Checks if the Divi theme or Extra theme is active, or if the Divi Builder plugin is active.
    4343     *
    44      * @since 3.2.1
     44     * @since 3.2.0
    4545     *
    4646     * @return bool True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise.
     
    5252         * Filter the Divi installation status.
    5353         *
    54          * @since 3.2.1
     54         * @since 3.2.0
    5555         *
    5656         * @param bool $is_active True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise.
     
    6262     * Register the admin page.
    6363     *
    64      * @since 3.2.1
     64     * @since 3.2.0
    6565     *
    6666     * @return void
     
    7676     * Register the admin page.
    7777     *
    78      * @since 3.2.1
     78     * @since 3.2.0
    7979     *
    8080     * @return void
     
    120120     * Remove all notices from the squad template pages.
    121121     *
    122      * @since 3.2.1
     122     * @since 3.2.0
    123123     *
    124124     * @return void
     
    142142     * Render the admin page.
    143143     *
    144      * @since 3.2.1
     144     * @since 3.2.0
    145145     *
    146146     * @return void
     
    160160     * Get notice content based on Divi status
    161161     *
    162      * @since 3.2.1
     162     * @since 3.2.0
    163163     *
    164164     * @return string
  • squad-modules-for-divi/trunk/includes/Core/Supports/Site_Health.php

    r3225687 r3225698  
    7878         * Filter the Divi Squad site health info fields.
    7979         *
    80          * @since 3.2.1
     80         * @since 3.2.0
    8181         *
    8282         * @param array $fields The Divi Squad site health info fields.
  • squad-modules-for-divi/trunk/includes/Core/Traits/DetectPluginLife.php

    r3225687 r3225698  
    1111 * Supports both development and release environments with extensible filter hooks.
    1212 *
    13  * @since   3.2.1
     13 * @since   3.2.0
    1414 * @package DiviSquad
    1515 */
     
    1818     * Cached production environment status
    1919     *
    20      * @since 3.2.1
     20     * @since 3.2.0
    2121     * @var bool|null
    2222     */
     
    2626     * Cached premium installation status
    2727     *
    28      * @since 3.2.1
     28     * @since 3.2.0
    2929     * @var bool|null
    3030     */
     
    3434     * Cached plugin life type
    3535     *
    36      * @since 3.2.1
     36     * @since 3.2.0
    3737     * @var string|null
    3838     */
     
    4343     * Handles both dev structure (/squad-modules-for-divi) and release structure (/includes).
    4444     *
    45      * @since 3.2.1
    46      * @deprecated 3.2.1 Use $this->is_prod() instead
     45     * @since 3.2.0
     46     * @deprecated 3.2.0 Use $this->is_prod() instead
    4747     *
    4848     * @return bool Returns true if running in production environment
     
    5656     * Handles different path structures between dev and release environments.
    5757     *
    58      * @since 3.2.1
     58     * @since 3.2.0
    5959     *
    6060     * @return string Returns the pro plugin basename
     
    6868         * Allows modification of the premium plugin's basename based on environment.
    6969         *
    70          * @since 3.2.1
     70         * @since 3.2.0
    7171         *
    7272         * @param string $basename The premium plugin basename
     
    7979     * Check if the premium version is activated.
    8080     *
    81      * @since 3.2.1
     81     * @since 3.2.0
    8282     *
    8383     * @return bool Returns true if premium version is active, null if status unknown
     
    9292             * Allows external modification of the premium version activation status.
    9393             *
    94              * @since 3.2.1
     94             * @since 3.2.0
    9595             *
    9696             * @param bool   $is_active Current premium version activation status
     
    107107     * Development environment is identified by presence of development-specific files and directories.
    108108     *
    109      * @since 3.2.1
     109     * @since 3.2.0
    110110     *
    111111     * @return bool Returns true if in development environment
     
    119119         * Allows external modification of the development environment detection.
    120120         *
    121          * @since 3.2.1
     121         * @since 3.2.0
    122122         *
    123123         * @param bool   $is_dev Current development status based on file existence
     
    131131     * Determines environment type based on filesystem structure and premium activation status.
    132132     *
    133      * @since 3.2.1
     133     * @since 3.2.0
    134134     *
    135135     * @return string Returns 'development', 'freemium', or 'premium'
     
    150150             * Allows modification of the plugin's life type based on custom conditions.
    151151             *
    152              * @since 3.2.1
     152             * @since 3.2.0
    153153             *
    154154             * @param string $type   Current plugin life type ('development', 'freemium', or 'premium')
     
    165165     * Check if current installation matches a specific version.
    166166     *
    167      * @since 3.2.1
     167     * @since 3.2.0
    168168     *
    169169     * @param string $version Version to check ('freemium', 'premium', 'development')
     
    179179         * Allows external modification of version matching logic.
    180180         *
    181          * @since 3.2.1
     181         * @since 3.2.0
    182182         *
    183183         * @param bool   $matches   Whether the versions match
  • squad-modules-for-divi/trunk/includes/Core/Traits/Logger.php

    r3225687 r3225698  
    1111 * Provides common logging functionality for WordPress plugins.
    1212 *
    13  * @since      3.2.1
     13 * @since      3.2.0
    1414 * @package    DiviSquad
    1515 * @subpackage Base\Traits
     
    2020     * Plugin identifier for log messages.
    2121     *
    22      * @since 3.2.1
     22     * @since 3.2.0
    2323     * @var string
    2424     */
     
    2828     * Set the log identifier for this instance.
    2929     *
    30      * @since 3.2.1
     30     * @since 3.2.0
    3131     * @access public
    3232     *
     
    4141     * Format and write a log message.
    4242     *
    43      * @since 3.2.1
     43     * @since 3.2.0
    4444     * @access protected
    4545     *
     
    6969     * Format error details for logging.
    7070     *
    71      * @since 3.2.1
     71     * @since 3.2.0
    7272     * @access protected
    7373     *
     
    8787     * Add debug backtrace to log message if debug mode is enabled.
    8888     *
    89      * @since 3.2.1
     89     * @since 3.2.0
    9090     * @access protected
    9191     *
     
    102102     * Log a deprecated notice.
    103103     *
    104      * @since 3.2.1
     104     * @since 3.2.0
    105105     * @access public
    106106     *
     
    134134     * Log an error message.
    135135     *
    136      * @since 3.2.1
     136     * @since 3.2.0
    137137     * @access public
    138138     *
     
    155155         * Fires after an error has been logged.
    156156         *
    157          * @since 3.2.1
     157         * @since 3.2.0
    158158         *
    159159         * @param Throwable $error      The error that occurred.
     
    167167     * Log a debug message.
    168168     *
    169      * @since 3.2.1
     169     * @since 3.2.0
    170170     * @access public
    171171     *
     
    186186     * Log an informational message.
    187187     *
    188      * @since 3.2.1
     188     * @since 3.2.0
    189189     * @access public
    190190     *
     
    201201     * Log a warning message.
    202202     *
    203      * @since 3.2.1
     203     * @since 3.2.0
    204204     * @access public
    205205     *
     
    216216     * Log a notice message.
    217217     *
    218      * @since 3.2.1
     218     * @since 3.2.0
    219219     * @access public
    220220     *
     
    231231     * Log an error message.
    232232     *
    233      * @since 3.2.1
     233     * @since 3.2.0
    234234     * @access public
    235235     *
     
    246246     * Send an error report.
    247247     *
    248      * @since 3.2.1
     248     * @since 3.2.0
    249249     * @access protected
    250250     *
  • squad-modules-for-divi/trunk/includes/Core/Traits/UseWPFilesystem.php

    r3225687 r3225698  
    55 * @package DiviSquad
    66 * @author  The WP Squad <support@squadmodules.com>
    7  * @since   3.2.1
     7 * @since   3.2.0
    88 */
    99
     
    1717 *
    1818 * @package DiviSquad
    19  * @since   3.2.1
     19 * @since   3.2.0
    2020 */
    2121trait UseWPFilesystem {
  • squad-modules-for-divi/trunk/includes/Managers/Assets/Modules.php

    r3225687 r3225698  
    433433     * Enqueue Formidable Forms styles.
    434434     *
    435      * @since 3.2.1
     435     * @since 3.2.0
    436436     */
    437437    protected function enqueue_forminator_forms_style() {
  • squad-modules-for-divi/trunk/includes/Managers/Features/Modules.php

    r3225687 r3225698  
    126126                'description'        => esc_html__( 'Create visually appealing dividers with various styles, shapes, and customization options.', 'squad-modules-for-divi' ),
    127127                'release_version'    => '1.0.0',
    128                 'last_modified'      => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.1' ),
     128                'last_modified'      => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.0' ),
    129129                'is_default_active'  => true,
    130130                'is_premium_feature' => false,
     
    141141                'description'        => esc_html__( 'It allows you to display two buttons side by side with customizable styles and text.', 'squad-modules-for-divi' ),
    142142                'release_version'    => '1.0.0',
    143                 'last_modified'      => array( '1.1.0', '1.2.3', '3.2.1' ),
     143                'last_modified'      => array( '1.1.0', '1.2.3', '3.2.0' ),
    144144                'is_default_active'  => true,
    145145                'is_premium_feature' => false,
     
    156156                'description'        => esc_html__( 'Effortlessly add animated elements for a more engaging website experience', 'squad-modules-for-divi' ),
    157157                'release_version'    => '1.0.0',
    158                 'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.1' ),
     158                'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.0' ),
    159159                'is_default_active'  => false,
    160160                'is_premium_feature' => false,
     
    174174                'child_label'        => esc_html__( 'Post Element', 'squad-modules-for-divi' ),
    175175                'release_version'    => '1.0.0',
    176                 'last_modified'      => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.1' ),
     176                'last_modified'      => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.0' ),
    177177                'is_default_active'  => true,
    178178                'is_premium_feature' => false,
     
    190190                'description'        => esc_html__( 'Create eye-catching animated title or heading text that simulates a typing effect.', 'squad-modules-for-divi' ),
    191191                'release_version'    => '1.0.0',
    192                 'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.1' ),
     192                'last_modified'      => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.0' ),
    193193                'is_default_active'  => false,
    194194                'is_premium_feature' => false,
     
    205205                'description'        => esc_html__( 'Apply stunning masks to your images, adding creativity and visual appeal to your website.', 'squad-modules-for-divi' ),
    206206                'release_version'    => '1.0.0',
    207                 'last_modified'      => array( '1.2.3', '3.2.1' ),
     207                'last_modified'      => array( '1.2.3', '3.2.0' ),
    208208                'is_default_active'  => true,
    209209                'is_premium_feature' => false,
     
    220220                'description'        => esc_html__( 'Display content on one side, then on hover, flip to reveal more info or a different design.', 'squad-modules-for-divi' ),
    221221                'release_version'    => '1.0.0',
    222                 'last_modified'      => array( '1.2.3', '3.2.1' ),
     222                'last_modified'      => array( '1.2.3', '3.2.0' ),
    223223                'is_default_active'  => false,
    224224                'is_premium_feature' => false,
     
    238238                'child_label'        => esc_html__( 'Business Day', 'squad-modules-for-divi' ),
    239239                'release_version'    => '1.0.0',
    240                 'last_modified'      => array( '1.2.0', '1.2.3', '1.4.8', '3.2.1' ),
     240                'last_modified'      => array( '1.2.0', '1.2.3', '1.4.8', '3.2.0' ),
    241241                'is_default_active'  => false,
    242242                'is_premium_feature' => false,
     
    253253                'description'        => esc_html__( 'Engage your visitors with interactive image comparisons.', 'squad-modules-for-divi' ),
    254254                'release_version'    => '1.0.0',
    255                 'last_modified'      => array( '1.2.3', '1.4.8', '3.1.9', '3.2.1' ),
     255                'last_modified'      => array( '1.2.3', '1.4.8', '3.1.9', '3.2.0' ),
    256256                'is_default_active'  => false,
    257257                'is_premium_feature' => false,
     
    268268                'description'        => esc_html__( 'Effortlessly create stunning galleries to engage and captivate your audience.', 'squad-modules-for-divi' ),
    269269                'release_version'    => '1.2.0',
    270                 'last_modified'      => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.1' ),
     270                'last_modified'      => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.0' ),
    271271                'is_default_active'  => false,
    272272                'is_premium_feature' => false,
     
    283283                'description'        => esc_html__( 'Effortlessly customize Contact Form 7 design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    284284                'release_version'    => '1.2.0',
    285                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     285                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    286286                'is_default_active'  => false,
    287287                'is_premium_feature' => false,
     
    299299                'description'        => esc_html__( 'Effortlessly customize WP Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    300300                'release_version'    => '1.2.0',
    301                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     301                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    302302                'is_default_active'  => false,
    303303                'is_premium_feature' => false,
     
    315315                'description'        => esc_html__( 'Effortlessly customize Gravity Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    316316                'release_version'    => '1.2.0',
    317                 'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.1' ),
     317                'last_modified'      => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ),
    318318                'is_default_active'  => false,
    319319                'is_premium_feature' => false,
     
    333333                'description'        => esc_html__( 'Show how long it takes to read your blog posts. Useful for readers planning their time.', 'squad-modules-for-divi' ),
    334334                'release_version'    => '1.2.2',
    335                 'last_modified'      => array( '1.2.3', '1.4.8', '3.2.1' ),
     335                'last_modified'      => array( '1.2.3', '1.4.8', '3.2.0' ),
    336336                'is_default_active'  => false,
    337337                'is_premium_feature' => false,
     
    348348                'description'        => esc_html__( 'Create eye-catching headlines and captions with a mesmerizing glitch effect.', 'squad-modules-for-divi' ),
    349349                'release_version'    => '1.2.3',
    350                 'last_modified'      => array( '1.3.0', '3.2.1' ),
     350                'last_modified'      => array( '1.3.0', '3.2.0' ),
    351351                'is_default_active'  => false,
    352352                'is_premium_feature' => false,
     
    362362                'label'              => esc_html__( 'Gradient Text', 'squad-modules-for-divi' ),
    363363                'description'        => esc_html__( 'Create eye-catching headlines, captions, and more with this versatile and dynamic module.', 'squad-modules-for-divi' ),
    364                 'release_version'    => array( '1.2.6', '3.2.1' ),
     364                'release_version'    => array( '1.2.6', '3.2.0' ),
    365365                'is_default_active'  => false,
    366366                'is_premium_feature' => false,
     
    377377                'description'        => esc_html__( 'Add dynamic, attention-grabbing text animations to your Divi-powered website.', 'squad-modules-for-divi' ),
    378378                'release_version'    => '1.3.0',
    379                 'last_modified'      => array( '1.4.8', '3.2.1' ),
     379                'last_modified'      => array( '1.4.8', '3.2.0' ),
    380380                'is_default_active'  => false,
    381381                'is_premium_feature' => false,
     
    392392                'description'        => esc_html__( 'Add stylish star ratings to your content for user feedback and ratings.', 'squad-modules-for-divi' ),
    393393                'release_version'    => '1.4.0',
    394                 'last_modified'      => array( '1.4.5', '1.4.6', '3.2.1' ),
     394                'last_modified'      => array( '1.4.5', '1.4.6', '3.2.0' ),
    395395                'is_default_active'  => true,
    396396                'is_premium_feature' => false,
     
    407407                'description'        => esc_html__( 'Enhance navigation with a clear path for users to trace their steps through your website.', 'squad-modules-for-divi' ),
    408408                'release_version'    => '1.4.0',
    409                 'last_modified'      => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.1' ),
     409                'last_modified'      => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.0' ),
    410410                'is_default_active'  => true,
    411411                'is_premium_feature' => false,
     
    422422                'description'        => esc_html__( 'Create visually appealing drop caps to add emphasis and style to your text content.', 'squad-modules-for-divi' ),
    423423                'release_version'    => '1.4.0',
    424                 'last_modified'      => array( '1.4.0', '3.0.0', '3.2.1' ),
     424                'last_modified'      => array( '1.4.0', '3.0.0', '3.2.0' ),
    425425                'is_default_active'  => true,
    426426                'is_premium_feature' => false,
     
    437437                'description'        => esc_html__( 'Engage visitors with customizable video popups for YouTube and Vimeo.', 'squad-modules-for-divi' ),
    438438                'release_version'    => '1.4.1',
    439                 'last_modified'      => array( '1.4.4', '3.0.0', '3.2.1' ),
     439                'last_modified'      => array( '1.4.4', '3.0.0', '3.2.0' ),
    440440                'is_default_active'  => true,
    441441                'is_premium_feature' => false,
     
    467467                'description'        => esc_html__( 'Effortlessly customize Ninja Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    468468                'release_version'    => '1.4.7',
    469                 'last_modified'      => array( '1.4.8', '3.0.0', '3.2.1' ),
     469                'last_modified'      => array( '1.4.8', '3.0.0', '3.2.0' ),
    470470                'is_default_active'  => true,
    471471                'is_premium_feature' => false,
     
    485485                'description'        => esc_html__( 'Effortlessly customize Fluent Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    486486                'release_version'    => '1.4.7',
    487                 'last_modified'      => array( '1.4.8', '3.0.0', '3.2.1' ),
     487                'last_modified'      => array( '1.4.8', '3.0.0', '3.2.0' ),
    488488                'is_default_active'  => true,
    489489                'is_premium_feature' => false,
     
    502502                'label'              => esc_html__( 'Forminator', 'squad-modules-for-divi' ),
    503503                'description'        => esc_html__( 'Effortlessly customize Forminator form design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ),
    504                 'release_version'    => '3.2.1',
     504                'release_version'    => '3.2.0',
    505505                'is_default_active'  => false,
    506506                'is_premium_feature' => false,
  • squad-modules-for-divi/trunk/includes/Modules/Forms/ContactForm7.php

    r3225687 r3225698  
    1010 * @author     The WP Squad <support@squadmodules.com>
    1111 * @since      1.2.0
    12  * @since      3.2.1 Restructured the module to use the new structure.
     12 * @since      3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the ContactForm7 module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param ContactForm7 $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string       $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the Contact Form 7 module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array        $selectors The default CSS selectors.
     
    9595         * Fires after the ContactForm7 module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param ContactForm7 $module The current module instance.
     
    124124         * Filters the CF7-specific toggle sections.
    125125         *
    126          * @since 3.2.1
     126         * @since 3.2.0
    127127         *
    128128         * @param array $toggles     The base toggles
     
    162162         * Filters the advanced fields configuration for the Contact Form 7 module.
    163163         *
    164          * @since 3.2.1
     164         * @since 3.2.0
    165165         *
    166166         * @param array        $advanced_fields The default advanced fields.
     
    188188             * Fires before the Contact Form 7 module is rendered.
    189189             *
    190              * @since 3.2.1
     190             * @since 3.2.0
    191191             *
    192192             * @param array        $attrs   The module attributes.
     
    202202                 * Filters the message shown when Contact Form 7 is not installed.
    203203                 *
    204                  * @since 3.2.1
     204                 * @since 3.2.0
    205205                 *
    206206                 * @param string $message The default message.
     
    224224                     * Filters the message shown when no form is selected.
    225225                     *
    226                      * @since 3.2.1
     226                     * @since 3.2.0
    227227                     *
    228228                     * @param string $message The default message.
     
    241241                     * Filters the message shown when no form is selected.
    242242                     *
    243                      * @since 3.2.1
     243                     * @since 3.2.0
    244244                     *
    245245                     * @param string $message The default message.
     
    254254                 * Filters the empty form HTML output.
    255255                 *
    256                  * @since 3.2.1
     256                 * @since 3.2.0
    257257                 *
    258258                 * @param string       $form_html The default empty form HTML.
     
    269269             * Filters the final HTML output of the Contact Form 7 module.
    270270             *
    271              * @since 3.2.1
     271             * @since 3.2.0
    272272             *
    273273             * @param string       $form_html The form HTML.
     
    296296     * Get CSS selectors for the Contact Form 7 module.
    297297     *
    298      * @since  3.2.1
     298     * @since  3.2.0
    299299     * @access protected
    300300     *
     
    333333         * Filters the CSS selectors for the Contact Form 7 module.
    334334         *
    335          * @since 3.2.1
     335         * @since 3.2.0
    336336         *
    337337         * @param array        $css_selectors The default CSS selectors.
     
    344344     * Initialize selectors for the form styler.
    345345     *
    346      * @since  3.2.1
     346     * @since  3.2.0
    347347     * @access protected
    348348     *
     
    359359         * Fires after initializing selectors for the Contact Form 7 module.
    360360         *
    361          * @since 3.2.1
     361         * @since 3.2.0
    362362         *
    363363         * @param ContactForm7 $module The current module instance.
     
    369369     * Get module stylesheet selectors.
    370370     *
    371      * @since  3.2.1
     371     * @since  3.2.0
    372372     * @access protected
    373373     *
     
    380380         * Fires before getting module stylesheet selectors.
    381381         *
    382          * @since 3.2.1
     382         * @since 3.2.0
    383383         *
    384384         * @param array        $attrs   Module attributes
     
    401401         * Filters the CF7-specific style options.
    402402         *
    403          * @since 3.2.1
     403         * @since 3.2.0
    404404         *
    405405         * @param array $cf7_options The CF7-specific options
     
    414414         * Filters the final stylesheet selectors.
    415415         *
    416          * @since 3.2.1
     416         * @since 3.2.0
    417417         *
    418418         * @param array        $options The combined style options
     
    426426     * Get general fields for the module.
    427427     *
    428      * @since  3.2.1
     428     * @since  3.2.0
    429429     * @access protected
    430430     *
     
    462462         * Filters the general fields for the Contact Form 7 module.
    463463         *
    464          * @since 3.2.1
     464         * @since 3.2.0
    465465         *
    466466         * @param array        $fields The default general fields.
     
    473473     * Get removable fields for the module.
    474474     *
    475      * @since  3.2.1
     475     * @since  3.2.0
    476476     * @access protected
    477477     *
     
    515515         * Fires before adding transition fields.
    516516         *
    517          * @since 3.2.1
     517         * @since 3.2.0
    518518         *
    519519         * @param array        $fields Reference to fields array
     
    533533         * Filters the font transition field mappings.
    534534         *
    535          * @since 3.2.1
     535         * @since 3.2.0
    536536         *
    537537         * @param array        $font_transitions The font transition mappings
     
    561561         * Filters the custom transition fields.
    562562         *
    563          * @since 3.2.1
     563         * @since 3.2.0
    564564         *
    565565         * @param array        $custom_transitions The custom transitions
     
    573573         * Fires after adding transition fields.
    574574         *
    575          * @since 3.2.1
     575         * @since 3.2.0
    576576         *
    577577         * @param array        $fields Reference to fields array
     
    584584     * Get font field configurations
    585585     *
    586      * @since 3.2.1
     586     * @since 3.2.0
    587587     *
    588588     * @return array Font field configurations
     
    652652         * Filters the font field configurations.
    653653         *
    654          * @since 3.2.1
     654         * @since 3.2.0
    655655         *
    656656         * @param array        $font_fields The font field configurations
     
    663663     * Get border field configurations
    664664     *
    665      * @since 3.2.1
     665     * @since 3.2.0
    666666     *
    667667     * @return array Border field configurations
     
    769769         * Filters the border field configurations.
    770770         *
    771          * @since 3.2.1
     771         * @since 3.2.0
    772772         *
    773773         * @param array        $border_fields The border field configurations
     
    780780     * Get box shadow field configurations
    781781     *
    782      * @since 3.2.1
     782     * @since 3.2.0
    783783     *
    784784     * @return array Box shadow field configurations
     
    842842         * Filters the box shadow field configurations.
    843843         *
    844          * @since 3.2.1
     844         * @since 3.2.0
    845845         *
    846846         * @param array         $box_shadow_fields The box shadow field configurations
     
    865865         * Filters the form attributes before generating HTML.
    866866         *
    867          * @since 3.2.1
     867         * @since 3.2.0
    868868         *
    869869         * @param array $attrs The form attributes
     
    884884             * Filters the forms collection before form selection.
    885885             *
    886              * @since 3.2.1
     886             * @since 3.2.0
    887887             *
    888888             * @param array $collection The forms collection
     
    905905         * Filters the Contact Form 7 shortcode before processing.
    906906         *
    907          * @since 3.2.1
     907         * @since 3.2.0
    908908         *
    909909         * @param string  $shortcode  The form shortcode with the form ID, e.g. [contact-form-7 id="123"]
     
    918918         * Filters the form HTML after shortcode processing.
    919919         *
    920          * @since 3.2.1
     920         * @since 3.2.0
    921921         *
    922922         * @param string $html      The processed form HTML
  • squad-modules-for-divi/trunk/includes/Modules/Forms/FluentForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.4.7
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the FluentForms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param FluentForms $this The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param FluentForms $this      The current module instance.
     
    8181         * Filters the CSS selectors for the Fluent Forms module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param FluentForms $this      The current module instance.
     
    9393         * Fires after the FluentForms module has been initialized.
    9494         *
    95          * @since 3.2.1
     95         * @since 3.2.0
    9696         *
    9797         * @param FluentForms $this The current module instance.
     
    122122         * Filters the Fluent Forms-specific toggle sections.
    123123         *
    124          * @since 3.2.1
     124         * @since 3.2.0
    125125         *
    126126         * @param array $toggles              The base toggles
     
    160160         * Filters the advanced fields configuration for the Fluent Forms module.
    161161         *
    162          * @since 3.2.1
     162         * @since 3.2.0
    163163         *
    164164         * @param FluentForms $this            The current module instance.
     
    186186             * Fires before the Fluent Forms module is rendered.
    187187             *
    188              * @since 3.2.1
     188             * @since 3.2.0
    189189             *
    190190             * @param FluentForms $this  The current module instance.
     
    200200                 * Filters the message shown when Fluent Forms is not installed.
    201201                 *
    202                  * @since 3.2.1
     202                 * @since 3.2.0
    203203                 *
    204204                 * @param array  $attrs   The module attributes.
     
    222222                     * Filters the message shown when no form is selected.
    223223                     *
    224                      * @since 3.2.1
     224                     * @since 3.2.0
    225225                     *
    226226                     * @param string $message The default message.
     
    239239                     * Filters the message shown when no form is selected.
    240240                     *
    241                      * @since 3.2.1
     241                     * @since 3.2.0
    242242                     *
    243243                     * @param string $message The default message.
     
    252252                 * Filters the empty form HTML output.
    253253                 *
    254                  * @since 3.2.1
     254                 * @since 3.2.0
    255255                 *
    256256                 * @param string       $form_html The default empty form HTML.
     
    267267             * Filters the final HTML output of the Fluent Forms module.
    268268             *
    269              * @since 3.2.1
     269             * @since 3.2.0
    270270             *
    271271             * @param array       $attrs     The module attributes.
     
    330330         * Filters the CSS selectors for the Fluent Forms module.
    331331         *
    332          * @since 3.2.1
     332         * @since 3.2.0
    333333         *
    334334         * @param FluentForms $this          The current module instance.
     
    341341     * Initialize selectors for the form styler.
    342342     *
    343      * @since  3.2.1
     343     * @since  3.2.0
    344344     * @access protected
    345345     *
     
    356356         * Fires after the selectors have been initialized for the Fluent Forms module.
    357357         *
    358          * @since 3.2.1
     358         * @since 3.2.0
    359359         *
    360360         * @param FluentForms $this The current module instance.
     
    366366     * Get module stylesheet selectors.
    367367     *
    368      * @since  3.2.1
     368     * @since  3.2.0
    369369     * @access protected
    370370     *
     
    377377         * Fires before getting module stylesheet selectors.
    378378         *
    379          * @since 3.2.1
     379         * @since 3.2.0
    380380         *
    381381         * @param ContactForm7 $this  Current module instance
     
    398398         * Filters the Fluent Forms-specific style options.
    399399         *
    400          * @since 3.2.1
     400         * @since 3.2.0
    401401         *
    402402         * @param array $options       The base options
     
    411411         * Filters the final stylesheet selectors.
    412412         *
    413          * @since 3.2.1
     413         * @since 3.2.0
    414414         *
    415415         * @param array        $attrs   Module attributes
     
    423423     * Get general fields for the module.
    424424     *
    425      * @since  3.2.1
     425     * @since  3.2.0
    426426     * @access protected
    427427     *
     
    459459         * Filters the general fields for the Fluent Forms module.
    460460         *
    461          * @since 3.2.1
     461         * @since 3.2.0
    462462         *
    463463         * @param ContactForm7 $this   The current module instance.
     
    470470     * Get removable fields for the module.
    471471     *
    472      * @since  3.2.1
     472     * @since  3.2.0
    473473     * @access protected
    474474     *
     
    501501     * Get the field selector.
    502502     *
    503      * @since  3.2.1
     503     * @since  3.2.0
    504504     * @access protected
    505505     *
     
    527527         * Filters the field selectors for the Fluent Forms module.
    528528         *
    529          * @since 3.2.1
     529         * @since 3.2.0
    530530         *
    531531         * @param Forminator $this      The current module instance.
     
    541541     * Get font field configurations.
    542542     *
    543      * @since  3.2.1
     543     * @since  3.2.0
    544544     * @access protected
    545545     *
     
    606606         * Filters the font field configurations.
    607607         *
    608          * @since 3.2.1
     608         * @since 3.2.0
    609609         *
    610610         * @param FluentForms $this        Current module instance.
     
    617617     * Get border field configurations.
    618618     *
    619      * @since  3.2.1
     619     * @since  3.2.0
    620620     * @access protected
    621621     *
     
    702702         * Filters the border field configurations.
    703703         *
    704          * @since 3.2.1
     704         * @since 3.2.0
    705705         *
    706706         * @param FluentForms $this          Current module instance.
     
    714714     * Get box shadow field configurations.
    715715     *
    716      * @since  3.2.1
     716     * @since  3.2.0
    717717     * @access protected
    718718     *
     
    767767         * Filters the box shadow field configurations.
    768768         *
    769          * @since 3.2.1
     769         * @since 3.2.0
    770770         *
    771771         * @param FluentForms $this              Current module instance.
     
    791791         * Filters the form attributes before generating HTML.
    792792         *
    793          * @since 3.2.1
     793         * @since 3.2.0
    794794         *
    795795         * @param array $attrs The form attributes.
     
    810810             * Filters the forms collection before form selection.
    811811             *
    812              * @since 3.2.1
     812             * @since 3.2.0
    813813             *
    814814             * @param array $attrs      The form attributes.
     
    831831         * Filters the Fluent Forms shortcode before processing .
    832832         *
    833          * @since 3.2.1
     833         * @since 3.2.0
    834834         *
    835835         * @param string $shortcode  The form shortcode. Default is [fluentform id="form_id"].
     
    844844         * Filters the form HTML after shortcode processing.
    845845         *
    846          * @since 3.2.1
     846         * @since 3.2.0
    847847         *
    848848         * @param string $html      The processed form HTML.
  • squad-modules-for-divi/trunk/includes/Modules/Forms/Forminator.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the Forminator module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param Forminator $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string     $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the Forminator module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array      $selectors The default CSS selectors.
     
    9393         * Fires after the Forminator module has been initialized.
    9494         *
    95          * @since 3.2.1
     95         * @since 3.2.0
    9696         *
    9797         * @param Forminator $module The current module instance.
     
    122122         * Filters the Forminator-specific toggle sections.
    123123         *
    124          * @since 3.2.1
     124         * @since 3.2.0
    125125         *
    126126         * @param array $forminator_toggles The Forminator-specific toggles
     
    160160         * Filters the advanced fields configuration for the Forminator module.
    161161         *
    162          * @since 3.2.1
     162         * @since 3.2.0
    163163         *
    164164         * @param array      $advanced_fields The advanced fields configuration.
     
    186186             * Fires before the Forminator module is rendered.
    187187             *
    188              * @since 3.2.1
     188             * @since 3.2.0
    189189             *
    190190             * @param array     $attrs   The module attributes.
     
    200200                 * Filters the message shown when Forminator is not installed.
    201201                 *
    202                  * @since 3.2.1
     202                 * @since 3.2.0
    203203                 *
    204204                 * @param string $message The default message.
     
    222222                     * Filters the message shown when no form is selected.
    223223                     *
    224                      * @since 3.2.1
     224                     * @since 3.2.0
    225225                     *
    226226                     * @param string $message The default message.
     
    239239                     * Filters the message shown when no form is selected.
    240240                     *
    241                      * @since 3.2.1
     241                     * @since 3.2.0
    242242                     *
    243243                     * @param string $message The default message.
     
    252252                 * Filters the empty form HTML output.
    253253                 *
    254                  * @since 3.2.1
     254                 * @since 3.2.0
    255255                 *
    256256                 * @param string     $form_html The default empty form HTML.
     
    267267             * Filters the final HTML output of the Forminator module.
    268268             *
    269              * @since 3.2.1
     269             * @since 3.2.0
    270270             *
    271271             * @param string     $form_html The form HTML.
     
    330330         * Filters the CSS selectors for the Forminator module.
    331331         *
    332          * @since 3.2.1
     332         * @since 3.2.0
    333333         *
    334334         * @param array      $css_selectors The default CSS selectors.
     
    356356         * Fires after initializing selectors for the Forminator module.
    357357         *
    358          * @since 3.2.1
     358         * @since 3.2.0
    359359         *
    360360         * @param Forminator $module The current module instance.
     
    402402         * Filters the general fields for the Forminator module.
    403403         *
    404          * @since 3.2.1
     404         * @since 3.2.0
    405405         *
    406406         * @param array      $fields  The default general fields.
     
    437437         * Filters the checkbox and radio fields for the Forminator module.
    438438         *
    439          * @since 3.2.1
     439         * @since 3.2.0
    440440         *
    441441         * @param array      $fields The default checkbox and radio fields.
     
    479479     * Get the field selector.
    480480     *
    481      * @since  3.2.1
     481     * @since  3.2.0
    482482     * @access protected
    483483     *
     
    505505         * Filters the field selectors for the Forminator module.
    506506         *
    507          * @since 3.2.1
     507         * @since 3.2.0
    508508         *
    509509         * @param array      $selectors The field selectors.
     
    518518     * Get font field configurations.
    519519     *
    520      * @since  3.2.1
     520     * @since  3.2.0
    521521     * @access protected
    522522     *
     
    600600         * Filters the font field configurations.
    601601         *
    602          * @since 3.2.1
     602         * @since 3.2.0
    603603         *
    604604         * @param array      $font_fields The font field configurations.
     
    611611     * Get border field configurations.
    612612     *
    613      * @since  3.2.1
     613     * @since  3.2.0
    614614     * @access protected
    615615     *
     
    718718         * Filters the border field configurations.
    719719         *
    720          * @since 3.2.1
     720         * @since 3.2.0
    721721         *
    722722         * @param array      $border_fields The border field configurations.
     
    729729     * Get box shadow field configurations.
    730730     *
    731      * @since  3.2.1
     731     * @since  3.2.0
    732732     * @access protected
    733733     *
     
    792792         * Filters the box shadow field configurations.
    793793         *
    794          * @since 3.2.1
     794         * @since 3.2.0
    795795         *
    796796         * @param array      $box_shadow_fields The box shadow field configurations.
     
    815815         * Filters the form attributes before generating HTML.
    816816         *
    817          * @since 3.2.1
     817         * @since 3.2.0
    818818         *
    819819         * @param array $attrs The form attributes.
     
    834834             * Filters the forms collection before form selection.
    835835             *
    836              * @since 3.2.1
     836             * @since 3.2.0
    837837             *
    838838             * @param array $collection The forms collection.
     
    855855         * Filters the Forminator shortcode before processing.
    856856         *
    857          * @since 3.2.1
     857         * @since 3.2.0
    858858         *
    859859         * @param string $shortcode  The form shortcode.
     
    868868         * Filters the form HTML after shortcode processing.
    869869         *
    870          * @since 3.2.1
     870         * @since 3.2.0
    871871         *
    872872         * @param string  $html      The processed form HTML.
  • squad-modules-for-divi/trunk/includes/Modules/Forms/GravityForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the Gravity Forms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param GravityForms $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string       $icon_path The current icon path.
     
    8181         * Apply filter to CSS selectors for Gravity Forms styling.
    8282         *
    83          * @since  3.2.1
     83         * @since  3.2.0
    8484         *
    8585         * @param array        $selectors The default array of CSS selectors from squad_get_css_selectors().
     
    9595         * Fires after the Gravity Forms module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param GravityForms $module The current module instance.
     
    191191         * Filters the advanced toggles for the Gravity Forms module.
    192192         *
    193          * @since 3.2.1
     193         * @since 3.2.0
    194194         *
    195195         * @param array        $new_advanced_toggles The new advanced toggles.
     
    238238         * Filters the advanced fields configuration for the Gravity Forms module.
    239239         *
    240          * @since 3.2.1
     240         * @since 3.2.0
    241241         *
    242242         * @param array        $advanced_fields The advanced fields configuration.
     
    263263             * Fires before the Gravity Forms module is rendered.
    264264             *
    265              * @since 3.2.1
     265             * @since 3.2.0
    266266             *
    267267             * @param array        $attrs  The attributes array.
     
    277277                 * Filter the message displayed when Gravity Forms is not installed.
    278278                 *
    279                  * @since 3.2.1
     279                 * @since 3.2.0
    280280                 *
    281281                 * @param string $message The default message.
     
    300300                     * Filters the message shown when no form is selected.
    301301                     *
    302                      * @since 3.2.1
     302                     * @since 3.2.0
    303303                     *
    304304                     * @param string $message The default message.
     
    317317                     * Filters the message shown when no form is selected.
    318318                     *
    319                      * @since 3.2.1
     319                     * @since 3.2.0
    320320                     *
    321321                     * @param string $message The default message.
     
    330330                 * Filters the empty form HTML output.
    331331                 *
    332                  * @since 3.2.1
     332                 * @since 3.2.0
    333333                 *
    334334                 * @param string       $form_html The default empty form HTML.
     
    345345             * Filters the Gravity Forms form HTML output.
    346346             *
    347              * @since 3.2.1
     347             * @since 3.2.0
    348348             *
    349349             * @param string       $form_html The form HTML output.
     
    375375     * categories such as form, typography, fields, messages, etc.
    376376     *
    377      * @since  3.2.1
     377     * @since  3.2.0
    378378     * @access protected
    379379     *
     
    491491         * Filter the CSS selectors used for styling various elements of Gravity Forms.
    492492         *
    493          * @since 3.2.1
     493         * @since 3.2.0
    494494         *
    495495         * @param array  $css_selectors The CSS selectors array
     
    504504     * Sets up the CSS selectors used for various form elements.
    505505     *
    506      * @since  3.2.1
     506     * @since  3.2.0
    507507     * @access protected
    508508     *
     
    519519         * Fires after form selectors are initialized.
    520520         *
    521          * @since 3.2.1
     521         * @since 3.2.0
    522522         *
    523523         * @param GravityForms  $module The GravityForms instance.
     
    529529     * Get general fields for the module.
    530530     *
    531      * @since  3.2.1
     531     * @since  3.2.0
    532532     * @access protected
    533533     *
     
    578578     * Get removable fields for the module.
    579579     *
    580      * @since  3.2.1
     580     * @since  3.2.0
    581581     * @access protected
    582582     *
     
    609609     * Get design fields for the module.
    610610     *
    611      * @since  3.2.1
     611     * @since  3.2.0
    612612     * @access protected
    613613     *
     
    633633     * Defines the fields related to the form title styling.
    634634     *
    635      * @since  3.2.1
     635     * @since  3.2.0
    636636     * @access protected
    637637     *
     
    657657     * Defines the fields related to the form description styling.
    658658     *
    659      * @since  3.2.1
     659     * @since  3.2.0
    660660     * @access protected
    661661     *
     
    681681     * Defines the fields related to the validation message styling.
    682682     *
    683      * @since  3.2.1
     683     * @since  3.2.0
    684684     * @access protected
    685685     *
     
    705705     * Creates a toggle field for enabling/disabling the title or description.
    706706     *
    707      * @since  3.2.1
     707     * @since  3.2.0
    708708     * @access protected
    709709     *
     
    735735     * Determines which fields are affected by the enable toggle.
    736736     *
    737      * @since  3.2.1
     737     * @since  3.2.0
    738738     * @access protected
    739739     *
     
    764764     * Creates margin and padding fields for the given element.
    765765     *
    766      * @since  3.2.1
     766     * @since  3.2.0
    767767     * @access protected
    768768     *
     
    802802     * Get font field configurations
    803803     *
    804      * @since  3.2.1
     804     * @since  3.2.0
    805805     * @access protected
    806806     *
     
    945945         * Filters the font field configurations.
    946946         *
    947          * @since 3.2.1
     947         * @since 3.2.0
    948948         *
    949949         * @param array        $font_fields The font field configurations
     
    956956     * Get border field configurations
    957957     *
    958      * @since  3.2.1
     958     * @since  3.2.0
    959959     * @access protected
    960960     *
     
    11291129         * Filters the border field configurations.
    11301130         *
    1131          * @since 3.2.1
     1131         * @since 3.2.0
    11321132         *
    11331133         * @param array        $border_fields The border field configurations
     
    11401140     * Get box shadow field configurations
    11411141     *
    1142      * @since  3.2.1
     1142     * @since  3.2.0
    11431143     * @access protected
    11441144     *
     
    12331233         * Filters the box shadow field configurations.
    12341234         *
    1235          * @since 3.2.1
     1235         * @since 3.2.0
    12361236         *
    12371237         * @param array        $box_shadow_fields The box shadow field configurations
     
    12441244     * Add transition fields to the provided fields array.
    12451245     *
    1246      * @since  3.2.1
     1246     * @since  3.2.0
    12471247     * @access protected
    12481248     *
     
    12551255         * Fires before adding transition fields to the Gravity Forms module.
    12561256         *
    1257          * @since 3.2.1
     1257         * @since 3.2.0
    12581258         *
    12591259         * @param array        $fields Array of fields to add transition fields to.
     
    12841284         * Fires after adding transition fields to the Gravity Forms module.
    12851285         *
    1286          * @since 3.2.1
     1286         * @since 3.2.0
    12871287         *
    12881288         * @param array        $fields Array of fields to add transition fields to.
     
    12951295     * Add wrapper transition fields.
    12961296     *
    1297      * @since  3.2.1
     1297     * @since  3.2.0
    12981298     * @access protected
    12991299     *
     
    13141314     * Add wrapper transition fields.
    13151315     *
    1316      * @since  3.2.1
     1316     * @since  3.2.0
    13171317     * @access protected
    13181318     *
     
    13351335     * Adds transition fields for the validation message styling options.
    13361336     *
    1337      * @since  3.2.1
     1337     * @since  3.2.0
    13381338     * @access protected
    13391339     *
     
    13541354     * Get background option fields for various form elements.
    13551355     *
    1356      * @since  3.2.1
     1356     * @since  3.2.0
    13571357     * @access protected
    13581358     *
     
    13761376     * and message areas.
    13771377     *
    1378      * @since  3.2.1
     1378     * @since  3.2.0
    13791379     * @access protected
    13801380     *
     
    14081408         * Filters the form attributes before generating HTML.
    14091409         *
    1410          * @since 3.2.1
     1410         * @since 3.2.0
    14111411         *
    14121412         * @param array $attrs The form attributes.
     
    14271427             * Filters the form collection before generating HTML.
    14281428             *
    1429              * @since 3.2.1
     1429             * @since 3.2.0
    14301430             *
    14311431             * @param array $collection The form collection.
     
    14521452         * Filters the processed form HTML.
    14531453         *
    1454          * @since 3.2.1
     1454         * @since 3.2.0
    14551455         *
    14561456         * @param string $html    The processed form HTML.
  • squad-modules-for-divi/trunk/includes/Modules/Forms/NinjaForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since  3.2.1 Restructured the module to use the new structure.
     12 * @since  3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    4747         * Fires before the Ninja Forms module is initialized.
    4848         *
    49          * @since 3.2.1
     49         * @since 3.2.0
    5050         *
    5151         * @param NinjaForms $module The instance of the NinjaForms class.
     
    6363         * Filter the icon path for the Ninja Forms module.
    6464         *
    65          * @since 3.2.1
     65         * @since 3.2.0
    6666         *
    6767         * @param string      $icon_path The default icon path.
     
    7878         * Apply filter to CSS selectors for Ninja Forms styling.
    7979         *
    80          * @since 3.2.1
     80         * @since 3.2.0
    8181         *
    8282         * @param array      $selectors The default array of CSS selectors from squad_get_css_selectors().
     
    9292         * Fires after the Ninja Forms module is initialized.
    9393         *
    94          * @since 3.2.1
     94         * @since 3.2.0
    9595         *
    9696         * @param NinjaForms $module The instance of the NinjaForms class.
     
    179179         * Filter the advanced toggles for the Ninja Forms module.
    180180         *
    181          * @since 3.2.1
     181         * @since 3.2.0
    182182         *
    183183         * @param array      $new_advanced_toggles The new advanced toggles array.
     
    228228         * Filter the advanced fields for the Ninja Forms module.
    229229         *
    230          * @since 3.2.1
     230         * @since 3.2.0
    231231         *
    232232         * @param array      $advanced_fields The advanced fields array.
     
    251251             * Fires before the Ninja Forms module is rendered.
    252252             *
    253              * @since 3.2.1
     253             * @since 3.2.0
    254254             *
    255255             * @param array      $attrs  The attributes array.
     
    264264                 * Filters the message displayed when Ninja Forms is not installed.
    265265                 *
    266                  * @since 3.2.1
     266                 * @since 3.2.0
    267267                 *
    268268                 * @param string $message The default message.
     
    286286                     * Filters the message shown when no form is selected.
    287287                     *
    288                      * @since 3.2.1
     288                     * @since 3.2.0
    289289                     *
    290290                     * @param string $message The default message.
     
    303303                     * Filters the message shown when no form is selected.
    304304                     *
    305                      * @since 3.2.1
     305                     * @since 3.2.0
    306306                     *
    307307                     * @param string $message The default message.
     
    316316                 * Filters the empty form HTML output.
    317317                 *
    318                  * @since 3.2.1
     318                 * @since 3.2.0
    319319                 *
    320320                 * @param string     $form_html The default empty form HTML.
     
    330330             * Filters the form HTML output.
    331331             *
    332              * @since 3.2.1
     332             * @since 3.2.0
    333333             *
    334334             * @param string     $form_html The default form HTML.
     
    456456         * Fires after form selectors are initialized.
    457457         *
    458          * @since 3.2.1
     458         * @since 3.2.0
    459459         * @param array $squad_css_selectors The CSS selectors array
    460460         * @param string $slug The module slug
     
    530530     * Get design fields for the module.
    531531     *
    532      * @since  3.2.1
     532     * @since  3.2.0
    533533     * @access protected
    534534     * @return array Array of design fields.
     
    551551     * Defines the fields related to the form title styling.
    552552     *
    553      * @since  3.2.1
     553     * @since  3.2.0
    554554     * @access protected
    555555     * @return array An array of form title field definitions.
     
    574574     * Defines the fields related to the validation message styling.
    575575     *
    576      * @since 3.2.1
     576     * @since 3.2.0
    577577     * @access protected
    578578     * @return array An array of validation message field definitions.
     
    678678     * Get font field configurations
    679679     *
    680      * @since  3.2.1
     680     * @since  3.2.0
    681681     * @access protected
    682682     *
     
    798798         * Filters the font field configurations.
    799799         *
    800          * @since 3.2.1
     800         * @since 3.2.0
    801801         *
    802802         * @param array      $font_fields The font field configurations
     
    809809     * Get border field configurations
    810810     *
    811      * @since  3.2.1
     811     * @since  3.2.0
    812812     * @access protected
    813813     *
     
    968968         * Filters the border field configurations.
    969969         *
    970          * @since 3.2.1
     970         * @since 3.2.0
    971971         *
    972972         * @param array      $border_fields The border field configurations
     
    979979     * Get box shadow field configurations
    980980     *
    981      * @since  3.2.1
     981     * @since  3.2.0
    982982     * @access protected
    983983     *
     
    10621062         * Filters the box shadow field configurations.
    10631063         *
    1064          * @since 3.2.1
     1064         * @since 3.2.0
    10651065         *
    10661066         * @param array      $box_shadow_fields The box shadow field configurations
     
    11271127     * Adds transition fields for the validation message styling options.
    11281128     *
    1129      * @since 3.2.1
     1129     * @since 3.2.0
    11301130     * @access protected
    11311131     *
     
    11841184     * Get background option fields for various form elements.
    11851185     *
    1186      * @since  3.2.1
     1186     * @since  3.2.0
    11871187     * @access protected
    11881188     *
     
    12651265     * Get margin and padding option fields for various form elements.
    12661266     *
    1267      * @since 3.2.1
     1267     * @since 3.2.0
    12681268     * @access protected
    12691269     *
     
    12921292         * Filters the Ninja Forms form HTML attributes.
    12931293         *
    1294          * @since 3.2.1
     1294         * @since 3.2.0
    12951295         *
    12961296         * @param array $attrs The Ninja Forms form HTML attributes.
     
    13111311             * Filters the form collection before generating HTML.
    13121312             *
    1313              * @since 3.2.1
     1313             * @since 3.2.0
    13141314             *
    13151315             * @param array $collection The form collection.
     
    13321332         * Filters the Ninja Forms i18n strings.
    13331333         *
    1334          * @since 3.2.1
     1334         * @since 3.2.0
    13351335         *
    13361336         * @param array $i18n  The Ninja Forms i18n strings.
     
    13541354         * Filters the processed Ninja Forms form HTML.
    13551355         *
    1356          * @since 3.2.1
     1356         * @since 3.2.0
    13571357         *
    13581358         * @param string $html    The processed Ninja Forms form HTML.
  • squad-modules-for-divi/trunk/includes/Modules/Forms/WPForms.php

    r3225687 r3225698  
    1010 * @author  The WP Squad <support@squadmodules.com>
    1111 * @since   1.2.0
    12  * @since   3.2.1 Restructured the module to use the new structure.
     12 * @since   3.2.0 Restructured the module to use the new structure.
    1313 */
    1414
     
    5050         * Fires before the WPForms module is initialized.
    5151         *
    52          * @since 3.2.1
     52         * @since 3.2.0
    5353         *
    5454         * @param WPForms $module The current module instance.
     
    6666         * Filters the module icon path.
    6767         *
    68          * @since 3.2.1
     68         * @since 3.2.0
    6969         *
    7070         * @param string  $icon_path The current icon path.
     
    8181         * Filters the CSS selectors for the WPForms module.
    8282         *
    83          * @since 3.2.1
     83         * @since 3.2.0
    8484         *
    8585         * @param array   $selectors The default CSS selectors.
     
    9595         * Fires after the WPForms module has been initialized.
    9696         *
    97          * @since 3.2.1
     97         * @since 3.2.0
    9898         *
    9999         * @param WPForms $module The current module instance.
     
    135135         * Filters the WPForms-specific toggle sections.
    136136         *
    137          * @since 3.2.1
     137         * @since 3.2.0
    138138         *
    139139         * @param array $wpforms_toggles The WPForms-specific toggles
     
    173173         * Filters the advanced fields configuration for the WPForms module.
    174174         *
    175          * @since 3.2.1
     175         * @since 3.2.0
    176176         *
    177177         * @param array   $advanced_fields The advanced fields configuration.
     
    199199             * Fires before the WPForms module is rendered.
    200200             *
    201              * @since 3.2.1
     201             * @since 3.2.0
    202202             *
    203203             * @param array   $attrs  The module attributes.
     
    213213                 * Filters the message shown when WPForms is not installed.
    214214                 *
    215                  * @since 3.2.1
     215                 * @since 3.2.0
    216216                 *
    217217                 * @param string $message The default message.
     
    232232                 * Filters the message shown when no form is selected.
    233233                 *
    234                  * @since 3.2.1
     234                 * @since 3.2.0
    235235                 *
    236236                 * @param string $message The default message.
     
    252252                     * Filters the message shown when no form is selected.
    253253                     *
    254                      * @since 3.2.1
     254                     * @since 3.2.0
    255255                     *
    256256                     * @param string $message The default message.
     
    269269                     * Filters the message shown when no form is selected.
    270270                     *
    271                      * @since 3.2.1
     271                     * @since 3.2.0
    272272                     *
    273273                     * @param string $message The default message.
     
    282282                 * Filters the empty form HTML output.
    283283                 *
    284                  * @since 3.2.1
     284                 * @since 3.2.0
    285285                 *
    286286                 * @param string  $form_html The default empty form HTML.
     
    297297             * Filters the final HTML output of the WPForms module.
    298298             *
    299              * @since 3.2.1
     299             * @since 3.2.0
    300300             *
    301301             * @param string  $form_html The form HTML.
     
    361361         * Filters the CSS selectors for the WPForms module.
    362362         *
    363          * @since 3.2.1
     363         * @since 3.2.0
    364364         *
    365365         * @param array   $css_selectors The default CSS selectors.
     
    387387         * Fires after initializing selectors for the WPForms module.
    388388         *
    389          * @since 3.2.1
     389         * @since 3.2.0
    390390         *
    391391         * @param WPForms $module The current module instance.
     
    433433         * Filters the general fields for the WPForms module.
    434434         *
    435          * @since 3.2.1
     435         * @since 3.2.0
    436436         *
    437437         * @param array   $fields The default general fields.
     
    475475     * Get font field configurations
    476476     *
    477      * @since 3.2.1
     477     * @since 3.2.0
    478478     *
    479479     * @return array Font field configurations
     
    552552         * Filters the font field configurations.
    553553         *
    554          * @since 3.2.1
     554         * @since 3.2.0
    555555         *
    556556         * @param array   $font_fields The font field configurations
     
    563563     * Get border field configurations
    564564     *
    565      * @sinc 3.2.1
     565     * @sinc 3.2.0
    566566     *
    567567     * @return array Border field configurations
     
    663663         * Filters the border field configurations.
    664664         *
    665          * @since 3.2.1
     665         * @since 3.2.0
    666666         *
    667667         * @param array   $border_fields The border field configurations
     
    674674     * Get box shadow field configurations
    675675     *
    676      * @since 3.2.1
     676     * @since 3.2.0
    677677     *
    678678     * @return array Box shadow field configurations
     
    738738         * Filters the box shadow field configurations.
    739739         *
    740          * @since 3.2.1
     740         * @since 3.2.0
    741741         *
    742742         * @param array   $box_shadow_fields The box shadow field configurations
     
    787787         * Filters the stylesheet selectors for the WPForms module.
    788788         *
    789          * @since 3.2.1
     789         * @since 3.2.0
    790790         *
    791791         * @param array   $options The stylesheet selectors.
     
    811811         * Filters the form attributes before generating HTML.
    812812         *
    813          * @since 3.2.1
     813         * @since 3.2.0
    814814         *
    815815         * @param array $attrs The form attributes.
     
    830830             * Filters the forms collection before form selection.
    831831             *
    832              * @since 3.2.1
     832             * @since 3.2.0
    833833             *
    834834             * @param array $collection The forms collection.
     
    851851         * Filters the WPForms shortcode before processing.
    852852         *
    853          * @since 3.2.1
     853         * @since 3.2.0
    854854         *
    855855         * @param string  $shortcode  The form shortcode.
     
    864864         * Filters the form HTML after shortcode processing.
    865865         *
    866          * @since 3.2.1
     866         * @since 3.2.0
    867867         *
    868868         * @param string $html      The processed form HTML.
  • squad-modules-for-divi/trunk/includes/Settings/Migration.php

    r3225687 r3225698  
    193193         * List of migrations.
    194194         *
    195          * @since 3.2.1
     195         * @since 3.2.0
    196196         *
    197197         * @var Migration[] $migrations
     
    424424         * Filters the list of hooks where migrations should be processed.
    425425         *
    426          * @since 3.2.1
     426         * @since 3.2.0
    427427         *
    428428         * @param array $hooks Default hooks array containing:
  • squad-modules-for-divi/trunk/includes/SquadModules.php

    r3225687 r3225698  
    6868     * Freemius publisher instance.
    6969     *
    70      * @since 3.2.1
     70     * @since 3.2.0
    7171     * @var Freemius|null
    7272     */
     
    162162             * Clean the Divi Builder cache on plugin activation.
    163163             *
    164              * @since 3.2.1
     164             * @since 3.2.0
    165165             *
    166166             * @param bool $can_clean_cache Whether to clean the cache on activation. Default is true.
     
    222222     * This method is called after the plugin is initialized and sets up additional components.
    223223     *
    224      * @since  3.2.1
     224     * @since  3.2.0
    225225     * @access public
    226226     *
     
    237237         * This action allows executing code after the plugin is fully initialized.
    238238         *
    239          * @since 3.2.1
     239         * @since 3.2.0
    240240         *
    241241         * @param SquadModules $plugin Current plugin instance.
     
    270270         * This action allows executing code after the plugin data has been set up.
    271271         *
    272          * @since 3.2.1
     272         * @since 3.2.0
    273273         *
    274274         * @param SquadModules $plugin Current plugin instance.
     
    282282     * Sets up the core prerequisites for the plugin, including requirements and memory management.
    283283     *
    284      * @since  3.2.1
     284     * @since  3.2.0
    285285     * @access public
    286286     *
     
    345345     * and the `Publisher` class is available.
    346346     *
    347      * @since 3.2.1
     347     * @since 3.2.0
    348348     * @access public
    349349     *
     
    360360             * Fires after the publisher is initialized.
    361361             *
    362              * @since 3.2.1
     362             * @since 3.2.0
    363363             *
    364364             * @param SquadModules $plugin    Current plugin instance.
     
    393393             * Fires after the Freemius instance is set up.
    394394             *
    395              * @since 3.2.1
     395             * @since 3.2.0
    396396             *
    397397             * @param Freemius $divi_squad_fs The Freemius instance.
     
    424424             * It can be used to perform tasks that need to be done before the plugin is completely initialized.
    425425             *
    426              * @since 3.2.1
     426             * @since 3.2.0
    427427             *
    428428             * @param SquadModules $plugin Current plugin instance.
     
    446446             * and before the plugin begins loading its core components.
    447447             *
    448              * @since 3.2.1
     448             * @since 3.2.0
    449449             * @see \DiviSquad\Core\Requirements::did_fulfilled() For the requirements validation logic
    450450             *
     
    489489     * Loads all core plugin prerequisite components.
    490490     *
    491      * @since  3.2.1
     491     * @since  3.2.0
    492492     * @access private
    493493     *
     
    501501         * Fires after the plugin prerequisite components are loaded.
    502502         *
    503          * @since 3.2.1
     503         * @since 3.2.0
    504504         *
    505505         * @param SquadModules $instance The SquadModules instance.
     
    521521         * Fires after the plugin containers are initialized.
    522522         *
    523          * @since 3.2.1
     523         * @since 3.2.0
    524524         *
    525525         * @param array        $container The plugin container.
  • squad-modules-for-divi/trunk/readme.txt

    r3225687 r3225698  
    66Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 3.2.1
     8Stable tag: 3.2.0
    99License: GPL-3.0-only
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    3131**Layout & Content Divi Modules:**
    3232
    33 - [Divi Advanced Divider Module](https://squadmodules.com/modules/divi-advanced-divider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Craft visually appealing dividers with various styles, shapes, and customization options.
    34 - [Divi Post Grid Module](https://squadmodules.com/modules/divi-post-grid-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Showcase your blog posts in a stylish and organized grid layout.
    35 - [Divi Drop Cap Text Module](https://squadmodules.com/modules/divi-drop-cap-text-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add emphasis and style to your text content with beautiful drop caps.
     33- Divi Advanced Divider Module: Craft visually appealing dividers with various styles, shapes, and customization options.
     34- Divi Post Grid Module (Custom Fields, ACF supported): Showcase your blog posts in a stylish and organized grid layout.
     35- Divi Drop Cap Text Module: Add emphasis and style to your text content with beautiful drop caps.
    3636- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    3737
    3838**Interactive Divi Modules:**
    3939
    40 - [Divi Before After Image Slider Module](https://squadmodules.com/modules/divi-before-after-image-slider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Engage visitors with interactive image comparisons, showcasing transformations or product variations.
    41 - [Divi Flip Box Module](https://squadmodules.com/modules/divi-flip-box-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Create captivating elements that reveal additional information or a different design on hover.
    42 - [Divi Lottie Animation Module](https://squadmodules.com/modules/divi-lottie-animation-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.
     40- Divi Before After Image Slider Module: Engage visitors with interactive image comparisons, showcasing transformations or product variations.
     41- Divi Flip Box Module: Create captivating elements that reveal additional information or a different design on hover.
     42- Divi Lottie Animation Module: Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.
    4343- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    4444
    4545**Engagement & Social Proof Divi Modules:**
    4646
    47 - [Divi Star Rating Module](https://squadmodules.com/modules/divi-star-rating-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings.
    48 - [Divi Post Reading Time Module](https://squadmodules.com/modules/divi-post-reading-time-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively.
    49 - [Divi Post Reading Progress Module](https://squadmodules.com/modules/divi-post-reading-progress-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading progress for your blog posts, helping them plan their time effectively.
     47- Divi Star Rating Module: Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings.
     48- Divi Post Reading Time Module: Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively.
    5049- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    5150
    5251**Form Styler Divi Modules:**
    5352
    54 - [Divi Form Styler: Contact Form 7 Module](https://squadmodules.com/modules/divi-form-styler-contact-form-7-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.
    55 - [Divi Form Styler: WP Forms Module](https://squadmodules.com/modules/divi-form-styler-wp-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.
    56 - [Divi Form Styler: Gravity Forms Module](https://squadmodules.com/modules/divi-form-styler-gravity-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.
    57 - [Divi Form Styler: Ninja Forms Module](https://squadmodules.com/modules/divi-form-styler-ninja-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.
     53- Divi Form Styler: Contact Form 7 Module: Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.
     54- Divi Form Styler: WP Forms Module: Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.
     55- Divi Form Styler: Gravity Forms Module: Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.
     56- Divi Form Styler: Ninja Forms Module: Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.
    5857- [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink)
    5958
     
    186185
    187186== Upgrade Notice ==
    188 = 3.2.1 =
     187= 3.2.0 =
    189188Bug fixing for SVG Extension
    190189
Note: See TracChangeset for help on using the changeset viewer.