Skip to content

Commit 46e93d4

Browse files
authored
chore(main): release 1.0.2 (#77)
1 parent c4f9dd3 commit 46e93d4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.2"
33
}

docs/01-getting-started/30-changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ menu_order: 30
66

77
# Changelog
88

9+
## [1.0.2](https://github.com/MilliPress/MilliCache/compare/v1.0.1...v1.0.2) (2026-02-16)
10+
11+
12+
### Bug Fixes
13+
14+
* Make check_cache_decision() public and remove Options::is_caching_allowed() ([b713aed](https://github.com/MilliPress/MilliCache/commit/b713aed77aa44708227596d7a66466d6057708bd))
15+
916
## [1.0.1](https://github.com/MilliPress/MilliCache/compare/v1.0.0...v1.0.1) (2026-02-15)
1017

1118

millicache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: The most flexible Full Page Cache for scaling WordPress sites. Enterprise-grade in-memory store with Redis, ValKey, Dragonfly, KeyDB, or any alternative.
1313
1414
* x-release-please-start-version
15-
* Version: 1.0.1
15+
* Version: 1.0.2
1616
* x-release-please-end
1717
* Requires at least: 6.6
1818
* Requires PHP: 7.4
@@ -34,7 +34,7 @@
3434
*
3535
* @since 1.0.0
3636
*/
37-
define( 'MILLICACHE_VERSION', '1.0.1' ); // x-release-please-version.
37+
define( 'MILLICACHE_VERSION', '1.0.2' ); // x-release-please-version.
3838

3939
if ( ! defined( 'MILLICACHE_BASENAME' ) ) {
4040
define( 'MILLICACHE_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)