Changeset 3354889
- Timestamp:
- 09/02/2025 06:08:59 PM (5 months ago)
- Location:
- woolementor/trunk
- Files:
-
- 4 edited
-
app/Wizard.php (modified) (1 diff)
-
codesigner.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woolementor/trunk/app/Wizard.php
r3354520 r3354889 158 158 159 159 // check if form is submitted 160 if ( isset( $_POST ) && $request['saved']) {160 if ( isset( $_POST ) && ! empty( $request['saved'] ) ) { 161 161 update_option( $option_name, sanitize_text_field( $_POST ) ); 162 162 } -
woolementor/trunk/codesigner.php
r3354603 r3354889 5 5 * Plugin URI: https://codexpert.io/codesigner/?utm_source=dashboard&utm_medium=plugins&utm_campaign=plugin-uri 6 6 * Author: Codexpert, Inc 7 * Version: 4.25. 17 * Version: 4.25.2 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.0 … … 127 127 $this->plugin['file'] = CODESIGNER; 128 128 $this->plugin['TextDomain'] = 'codesigner'; 129 $this->plugin['Version'] = '4.25. 1';129 $this->plugin['Version'] = '4.25.2'; 130 130 $this->plugin['Name'] = 'CoDesigner'; 131 131 $this->plugin['server'] = apply_filters( 'codesigner_server', 'https://my.pluggable.io' ); -
woolementor/trunk/readme.txt
r3354603 r3354889 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8.2 7 Stable tag: 4.25. 17 Stable tag: 4.25.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 405 405 == Changelog == 406 406 407 = v4.25.2 - 2025-09-02 = 408 - [fix] Fixed a fatal error in the setup wizard 409 407 410 = v4.25.1 - 2025-09-02 = 408 411 - [fix] Fixed the redirection to setup wizard -
woolementor/trunk/vendor/composer/installed.php
r3354603 r3354889 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.