Skip to content

Commit

Permalink
Merge pull request #15 from tattersoftware/deprecate
Browse files Browse the repository at this point in the history
Deprecate
  • Loading branch information
MGatner authored Jun 9, 2021
2 parents a0a9f49 + 0e2f94d commit b2e3613
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# DEPRECATED

This version of the library (as a `spark` command and PHP module) is deprecated. See the
release notes for `v1.2` for more details.

# Tatter\Patches
Module for updating CodeIgniter 4 projects

Expand Down
2 changes: 2 additions & 0 deletions src/BaseSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Class BaseSource
*
* Common functions for patch sources.
*
* @deprecated
*/
class BaseSource
{
Expand Down
2 changes: 2 additions & 0 deletions src/Codex.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Class Codex
*
* Portable record of per-patch settings and outcomes.
*
* @deprecated
*/
class Codex implements JsonSerializable
{
Expand Down
3 changes: 3 additions & 0 deletions src/Config/Patches.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

use CodeIgniter\Config\BaseConfig;

/**
* @deprecated
*/
class Patches extends BaseConfig
{
/**
Expand Down
3 changes: 3 additions & 0 deletions src/Handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

use Tatter\Patches\Codex;

/**
* @deprecated
*/
class BaseHandler
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Patches.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* Class Patches
*
* Library to implement patch sources for project updates.
*
* @deprecated
*/
class Patches
{
Expand Down

0 comments on commit b2e3613

Please sign in to comment.