Plugin Directory

Changeset 3354889


Ignore:
Timestamp:
09/02/2025 06:08:59 PM (5 months ago)
Author:
codexpert
Message:

Deploy CoDesigner version 4.25.2

Location:
woolementor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woolementor/trunk/app/Wizard.php

    r3354520 r3354889  
    158158
    159159        // check if form is submitted
    160         if ( isset( $_POST ) && $request['saved'] ) {
     160        if ( isset( $_POST ) && ! empty( $request['saved'] ) ) {
    161161            update_option( $option_name, sanitize_text_field( $_POST ) );
    162162        }
  • woolementor/trunk/codesigner.php

    r3354603 r3354889  
    55 * Plugin URI: https://codexpert.io/codesigner/?utm_source=dashboard&utm_medium=plugins&utm_campaign=plugin-uri
    66 * Author: Codexpert, Inc
    7  * Version: 4.25.1
     7 * Version: 4.25.2
    88 * Requires at least: 5.0
    99 * Requires PHP: 7.0
     
    127127        $this->plugin['file']       = CODESIGNER;
    128128        $this->plugin['TextDomain'] = 'codesigner';
    129         $this->plugin['Version']    = '4.25.1';
     129        $this->plugin['Version']    = '4.25.2';
    130130        $this->plugin['Name']       = 'CoDesigner';
    131131        $this->plugin['server']     = apply_filters( 'codesigner_server', 'https://my.pluggable.io' );
  • woolementor/trunk/readme.txt

    r3354603 r3354889  
    55Requires at least: 5.0
    66Tested up to: 6.8.2
    7 Stable tag: 4.25.1
     7Stable tag: 4.25.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    405405== Changelog ==
    406406
     407= v4.25.2 - 2025-09-02 =
     408- [fix] Fixed a fatal error in the setup wizard
     409
    407410= v4.25.1 - 2025-09-02 =
    408411- [fix] Fixed the redirection to setup wizard
  • woolementor/trunk/vendor/composer/installed.php

    r3354603 r3354889  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => 'v4.25.1',
    5         'version' => '4.25.1.0',
    6         'reference' => 'fc409dcf0ecc12e1aad8bf55cb18bf04b4e9d7d8',
     4        'pretty_version' => 'v4.25.2',
     5        'version' => '4.25.2.0',
     6        'reference' => '41f801a783f86e2afa0097e349ac03f616edf2ca',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => 'v4.25.1',
    15             'version' => '4.25.1.0',
    16             'reference' => 'fc409dcf0ecc12e1aad8bf55cb18bf04b4e9d7d8',
     14            'pretty_version' => 'v4.25.2',
     15            'version' => '4.25.2.0',
     16            'reference' => '41f801a783f86e2afa0097e349ac03f616edf2ca',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.