Skip to content

Commit

Permalink
Merge pull request #319 from rtCamp/version-update/v2.2.4
Browse files Browse the repository at this point in the history
Update ChangeLog, version upgrade and language file rebuild
  • Loading branch information
vishalkakadiya authored Jan 17, 2024
2 parents e1ab3ee + 859fee8 commit ba46696
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/ci/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function build_package(){
}

function install_playwright(){
cd $GITHUB_WORKSPACE/tests/e2e-playwright
cd $GITHUB_WORKSPACE/tests/e2e-playwright
npx playwright install
}

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ Please post your problem in [our free support forum](https://github.com/rtCamp/n

## Changelog ##

### 2.2.4 ###

* Introduces the capability to specify the `NGINX_HELPER_LOG` constant, allowing users to activate the logging feature. [#318](https://github.com/rtCamp/nginx-helper/pull/318) - by [Vishal Kakadiya](https://github.com/vishalkakadiya)
* Existing users employing the nginx-helper plugin with logging enabled will experience no disruptions. However, if logging is disabled, users must define the `NGINX_HELPER_LOG` constant to re-enable the logging feature.

### 2.2.3 ###

* Add the URL being purged as parameter in `rt_nginx_helper_purge_cached_file` hook. [#271](https://github.com/rtCamp/nginx-helper/pull/271) - by [Arafat Islam](https://github.com/arafatkn)
Expand Down
2 changes: 1 addition & 1 deletion includes/class-nginx-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Nginx_Helper {
public function __construct() {

$this->plugin_name = 'nginx-helper';
$this->version = '2.2.3';
$this->version = '2.2.4';
$this->minimum_wp = '3.0';

if ( ! $this->required_wp_version() ) {
Expand Down
Binary file modified languages/nginx-helper.mo
Binary file not shown.
Loading

0 comments on commit ba46696

Please sign in to comment.