Skip to content

Commit cfdb9f1

Browse files
committed
bump required wp ver; load text domain ondemand
1 parent de5e6f3 commit cfdb9f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Require WordPress 4.6 or newer
6+
- Load text-domain on-demand
57
- Call `redis_object_cache_error` action before `wp_die()`
68

79
## 2.4.4

includes/class-plugin.php

-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ public function add_actions_and_filters() {
133133
* @return void
134134
*/
135135
public function init() {
136-
load_plugin_textdomain( 'redis-cache', false, 'redis-cache/languages' );
137-
138136
if ( is_admin() && ! wp_next_scheduled( 'rediscache_discard_metrics' ) ) {
139137
wp_schedule_event( time(), 'hourly', 'rediscache_discard_metrics' );
140138
}

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: tillkruess, a5hleyrich
33
Donate link: https://github.com/sponsors/tillkruss
44
Tags: redis, object cache, cache, object caching, caching performance, relay, predis, phpredis
5-
Requires at least: 3.3
5+
Requires at least: 4.6
66
Tested up to: 6.3
77
Requires PHP: 7.2
88
Stable tag: 2.4.4

0 commit comments

Comments
 (0)