Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 1 year ago

Release notes

[2.1.1] - 2023-12-12

Fixed

  • fixed deprecated load_plugin_textdomain function required by the WordPress repository checker. False is no longer a valid option at position 2

Evidence collection

Collected 2 years ago

Release notes

[2.0.0] - 2021-00-07

Added

  • plugin shops in WPDesk_Plugin_Info

Evidence collection

Collected 2 years ago

Release notes

## [1.4.4] - 2020-06-17
### Fixed
- Replaced class_exists to interface_exists for interfaces

Evidence collection

Collected 2 years ago

Release notes

## [1.4.3] - 2020-06-03
### Fixed
- Path for require_once

Evidence collection

Collected 2 years ago

Release notes

## [1.4.2] - 2020-05-15
### Changed
- Settings should open in default target

Evidence collection

Collected 2 years ago

Release notes

## [1.4.1] - 2019-11-19
### Fixed
- Invalid return type in Hookable interface

Evidence collection

Collected 2 years ago

Release notes

[1.4.0] - 2019-09-26

Added

  • SlimPlugin - abstract class with only most important plugin elements
  • AbstractPlugin - docs and cleaning
  • Activateable - interface to tag plugin to hook into activation hook
  • Deactivateable - interface to tag plugin to hook into deactivation hook
  • Conditional - interface to tag classes that should be instantiated/hooked only in given state

Changed

  • WordpressFilterStorage - store plugin using WordPress filter system
  • target blank in default plugin links

Fixed

  • Fixed assets and plugin url issues

1.3.3 Historical release

Evidence collection

Collected 2 years ago

Release notes

[1.3.2] - 2019-09-18

Fixed

  • Forgotten classes
  • Fixed require_once

Evidence collection

Collected 2 years ago

Release notes

library require fix