Skip to content

Commit 0b74f5c

Browse files
committed
Release 1.1.11
1 parent 279c473 commit 0b74f5c

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3+
## 1.1.11 - 27 July 2023
4+
* Feature: [#85](https://github.com/BeAPI/acf-options-for-polylang/pull/85) Add support for `composer/installer:2.0`
5+
* Tested up on WP 6.2
6+
37
## 1.1.10 - 1 Sept 2021
4-
# FIX: WordPress.org version generation
8+
* FIX: WordPress.org version generation
59

610
## 1.1.9 - 1 Sept 2021
711
* FIX: ACF 5.6.0 version check

bea-acf-options-for-polylang.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: ACF Options for Polylang
4-
Version: 1.1.10
4+
Version: 1.1.11
55
Plugin URI: https://github.com/BeAPI/acf-options-for-polylang
66
Description: Add ACF options page support for Polylang.
77
Author: Be API
@@ -32,7 +32,7 @@
3232
}
3333

3434
// Plugin constants
35-
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.10' );
35+
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.11' );
3636
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' );
3737

3838
// Plugin URL and PATH

readme.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: momo360modena, BeAPI, maximeculea, NicolasKulka
33
Author URI: https://beapi.fr
44
Plugin URL: https://github.com/BeAPI/acf-options-for-polylang
55
Requires at Least: 4.7
6-
Tested Up To: 5.6
6+
Tested up to: 6.2
77
Tags: acf, polylang, option, options, options page, advanced custom fields
8-
Stable tag: 1.1.10
8+
Stable tag: 1.1.11
99
Requires PHP: 5.6
1010

1111
Add ACF options page support for Polylang.
@@ -44,7 +44,7 @@ Then activate ACF Options For Polylang to handle ACF Options in setted Polylang'
4444

4545
= Requirements =
4646

47-
- WordPress 4.7+ / Tested up to 5.6
47+
- WordPress 4.7+ / Tested up to 6.2
4848
- Require PHP 5.6
4949
- [Advanced Custom Fields Pro (5.6.0+)](https://www.advancedcustomfields.com/pro)
5050
- [Polylang](https://polylang.pro)
@@ -58,6 +58,9 @@ Then activate ACF Options For Polylang to handle ACF Options in setted Polylang'
5858

5959
== Changelog ==
6060

61+
= 1.1.11 - 27 July 2023
62+
- Tested up on WP 6.2
63+
6164
= 1.1.10 - 1 Sept 2021
6265
- FIX: WordPress.org version generation
6366

0 commit comments

Comments
 (0)