Skip to content

Commit

Permalink
updating libs, fixing caching function issue (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic authored Jun 14, 2024
1 parent e6ebd77 commit b2dbe24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [4.0.1]

### Fixed
- Changing the main Manifest cache function for setting up initial cache.

## [4.0.0]

### Updated
Expand Down Expand Up @@ -413,6 +418,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[4.0.1]: https://github.com/infinum/eightshift-forms/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/infinum/eightshift-forms/compare/3.1.12...4.0.0
[3.1.12]: https://github.com/infinum/eightshift-forms/compare/3.1.11...3.1.12
[3.1.11]: https://github.com/infinum/eightshift-forms/compare/3.1.10...3.1.11
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eightshift-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Eightshift Forms is a complete form builder plugin that utilizes modern Block editor features with multiple third-party integrations, bringing your project to a new level.
* Author: WordPress team @Infinum
* Author URI: https://eightshift.com/
* Version: 4.0.2-alpha
* Version: 4.0.1
* Text Domain: eightshift-forms
*
* @package EightshiftForms
Expand Down Expand Up @@ -69,7 +69,7 @@ function () {
* Set all the cache for the plugin.
*/
if (\class_exists(ManifestCache::class)) {
(new ManifestCache())->setAllCache();
(new ManifestCache())->setProjectCache();
}

/**
Expand Down

0 comments on commit b2dbe24

Please sign in to comment.