Skip to content

Commit

Permalink
Release version 2.1.2 - Add Typography Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Feb 13, 2023
1 parent 9e335af commit 96dee33
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"nguyenanhung/simple-curl-request-helper": ">=1.0",
"nguyenanhung/tracking-tag-helper": ">=1.0",
"nguyenanhung/text-helper": ">=1.0",
"nguyenanhung/typography-helper": ">=1.0",
"nguyenanhung/uri-helper": ">=1.0",
"nguyenanhung/uuid-helper": ">=1.0",
"nguyenanhung/xml-helper": ">=1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
interface ProjectInterface
{
const VERSION = '2.1.1';
const LAST_MODIFIED = '2023-02-12';
const VERSION = '2.1.2';
const LAST_MODIFIED = '2023-02-13';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down
18 changes: 18 additions & 0 deletions src/Typography.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php
/**
* Project helpers
* Created by PhpStorm
* User: 713uk13m <[email protected]>
* Copyright: 713uk13m <[email protected]>
* Date: 13/02/2023
* Time: 15:30
*/

namespace nguyenanhung\Classes\Helper;

use nguyenanhung\Libraries\Typography\SimpleTypography;

class Typography extends SimpleTypography
{

}

0 comments on commit 96dee33

Please sign in to comment.