Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Oct 20, 2022
1 parent 6e97107 commit cb755d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.1

* Refactored logic into Parsed_Link class

## 1.1.0

* Add: Prevent plugins from redirecting away from plugins.php when installed
* Fix: JetPack is calling plugin functions with null parameters
* Project structure changed

## 1.0.9 2022-04-27

* Refactoring, testing and linting.
Expand Down
4 changes: 2 additions & 2 deletions bh-wp-plugins-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Plugins Page Cleanup
* Plugin URI: http://github.com/BrianHenryIE/bh-wp-plugins-page/
* Description: Removes formatting and up-sells, and moves Settings links to the beginning and Deactivate links to the end of plugins.php action links. Disables plugin deactivation surveys.
* Version: 1.1.0
* Version: 1.1.1
* Author: BrianHenryIE
* Author URI: https://BrianHenry.ie
* License: GPL-2.0+
Expand All @@ -38,7 +38,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'BH_WP_PLUGINS_PAGE_VERSION', '1.1.0' );
define( 'BH_WP_PLUGINS_PAGE_VERSION', '1.1.1' );
define( 'BH_WP_PLUGINS_PAGE_BASENAME', plugin_basename( __FILE__ ) );

/**
Expand Down

0 comments on commit cb755d7

Please sign in to comment.