Skip to content

Commit

Permalink
Release 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Aug 7, 2023
1 parent 279c473 commit 0b74f5c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 1.1.11 - 27 July 2023
* Feature: [#85](https://github.com/BeAPI/acf-options-for-polylang/pull/85) Add support for `composer/installer:2.0`
* Tested up on WP 6.2

## 1.1.10 - 1 Sept 2021
# FIX: WordPress.org version generation
* FIX: WordPress.org version generation

## 1.1.9 - 1 Sept 2021
* FIX: ACF 5.6.0 version check
Expand Down
4 changes: 2 additions & 2 deletions bea-acf-options-for-polylang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: ACF Options for Polylang
Version: 1.1.10
Version: 1.1.11
Plugin URI: https://github.com/BeAPI/acf-options-for-polylang
Description: Add ACF options page support for Polylang.
Author: Be API
Expand Down Expand Up @@ -32,7 +32,7 @@
}

// Plugin constants
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.10' );
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.11' );
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' );

// Plugin URL and PATH
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: momo360modena, BeAPI, maximeculea, NicolasKulka
Author URI: https://beapi.fr
Plugin URL: https://github.com/BeAPI/acf-options-for-polylang
Requires at Least: 4.7
Tested Up To: 5.6
Tested up to: 6.2
Tags: acf, polylang, option, options, options page, advanced custom fields
Stable tag: 1.1.10
Stable tag: 1.1.11
Requires PHP: 5.6

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

= Requirements =

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

== Changelog ==

= 1.1.11 - 27 July 2023
- Tested up on WP 6.2

= 1.1.10 - 1 Sept 2021
- FIX: WordPress.org version generation

Expand Down

0 comments on commit 0b74f5c

Please sign in to comment.