Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.12 - 26 March 2025
* FIX: Resolved an issue where the plugin would sometimes deactivate randomly on multisite installations when visiting a site.

## 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
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.11
Version: 1.1.12
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.11' );
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.12' );
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' );

// Plugin URL and PATH
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Then activate ACF Options For Polylang to handle ACF Options in setted Polylang'

== Changelog ==

= 1.1.12 - 26 March 2025 =
- FIX: Resolved an issue where the plugin would sometimes deactivate randomly on multisite installations when visiting a site.

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

Expand Down
Loading