Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
v2.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed May 7, 2019
1 parent db458c4 commit 9d2877a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Solspace Freeform Changelog

## 2.5.23 - 2019-05-07
### Changed
- Updated Flatpickr library (for Freeform date picker on Date fields) to v4.5.7, which resolves some issues.
- Updated Pro edition to prepare for future official Editions support in Freeform.

## 2.5.22 - 2019-04-30
### Fixed
- Fixed a bug where the `allowAdminChanges` Project Config setting fix was causing errors for Craft 3.0.x users.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solspace/craft3-freeform-pro",
"description": "Adds API integrations, reCAPTCHA, conditional rules logic, premium field types, advanced exporting and widgets to Freeform.",
"version": "2.5.22",
"version": "2.5.23",
"type": "craft-plugin",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
"require": {
"craftcms/cms": "^3.0.0",
"solspace/craft3-freeform": "^2.5.0",
"solspace/craft3-commons": "^1.0.17"
"solspace/craft3-commons": "^1.0.20"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion src/migrations/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

use craft\db\Query;
use Solspace\Commons\Migrations\ForeignKey;
use Solspace\Commons\Migrations\KeepTablesAfterUninstallInterface;
use Solspace\Commons\Migrations\StreamlinedInstallMigration;
use Solspace\Commons\Migrations\Table;

/**
* Install migration.
*/
class Install extends StreamlinedInstallMigration
class Install extends StreamlinedInstallMigration implements KeepTablesAfterUninstallInterface
{
/**
* @return Table[]
Expand Down

0 comments on commit 9d2877a

Please sign in to comment.