Plugin Directory

Changeset 3210326


Ignore:
Timestamp:
12/19/2024 09:11:22 AM (16 months ago)
Author:
staticsnap
Message:

Release 0.3.1 version

Location:
static-snap
Files:
500 added
4 edited

Legend:

Unmodified
Added
Removed
  • static-snap/trunk/readme.txt

    r3207535 r3210326  
    44Requires at least: 6.5.0
    55Tested up to: 6.7.1
    6 Stable tag: 0.3.0
     6Stable tag: 0.3.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    4949
    5050== Changelog ==
     51= 0.3.1 - 2024-12-19 =
     52* Bugs fixes
     53
    5154= 0.3.0 - 2024-12-13 =
    5255* Add support for WP Forms Lite
  • static-snap/trunk/src/extensions/forms/elementor/class-elementor-form-extension.php

    r3203151 r3210326  
    299299     */
    300300    public function sync_forms_settings() {
     301        if ( ! is_plugin_active( 'elementor-pro/elementor-pro.php' ) ) {
     302            return false;
     303        }
    301304
    302305        $forms                 = $this->get_all_forms();
  • static-snap/trunk/static-snap.php

    r3207535 r3210326  
    1313 * Plugin URI:      https://staticsnap.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    1414 * Description:     Static Snap transforms WordPress into a powerful tool for creating static websites.
    15  * Version:         0.3.0
     15 * Version:         0.3.1
    1616 * Author:          Static Snap
    1717 * Author URI:      https://staticsnap.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
  • static-snap/trunk/vendor/composer/installed.php

    r3207535 r3210326  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '21a957f7896fdb6afc318dc863dd44cc74d7d94d',
     6        'reference' => '49d0c841fe26cc2019870bc37847aa0231f96783',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '21a957f7896fdb6afc318dc863dd44cc74d7d94d',
     16            'reference' => '49d0c841fe26cc2019870bc37847aa0231f96783',
    1717            'type' => 'project',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.