Skip to content

Commit

Permalink
Release v0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jul 17, 2020
1 parent 5d60aa1 commit b67f396
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debian Packaging
name: Ubuntu Packaging

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ test: ## run unit tests

clean: ## remove unneeded files
rm -rf vendor composer.lock
rm -rf debian/php-ease-core
rm -rf debian/php-ease-core-doc
rm -rf debian/php-vitexsoftware-ease-core
rm -rf debian/php-vitexsoftware-ease-core-doc
rm -rf debian/*.log debian/tmp
rm -rf docs/*

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Object oriented PHP Framework for easy&fast writing small/middle sized apps.
[![Total Downloads](https://img.shields.io/packagist/dt/vitexsoftware/ease-core.svg?style=flat-square)](https://packagist.org/packages/vitexsoftware/ease-core)
[![Latest stable](https://img.shields.io/packagist/v/vitexsoftware/ease-core.svg?style=flat-square)](https://packagist.org/packages/vitexsoftware/ease-core)

![PHPUnit](https://github.com/VitexSoftware/php-ease-core/workflows/PHPUnit/badge.svg)

[![Latest Stable Version](https://poser.pugx.org/vitexsoftware/ease-core/v/stable)](https://packagist.org/packages/vitexsoftware/ease-core)
[![Total Downloads](https://poser.pugx.org/vitexsoftware/ease-core/downloads)](https://packagist.org/packages/vitexsoftware/ease-core)
[![Latest Unstable Version](https://poser.pugx.org/vitexsoftware/ease-core/v/unstable)](https://packagist.org/packages/vitexsoftware/ease-core)
Expand Down
14 changes: 12 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php-vitexsoftware-ease-core (0.41) UNRELEASED; urgency=medium
php-vitexsoftware-ease-core (0.42) UNRELEASED; urgency=medium

[ Vítězslav Dvořák ]
* all unit tests pass
Expand Down Expand Up @@ -30,8 +30,18 @@ php-vitexsoftware-ease-core (0.41) UNRELEASED; urgency=medium
* Release v0.40
* Code reformat
* New Directory update
* Status Message functions moved to its own trait \Ease\Logger\Logging
* Status Message functions moved to its own trait \Ease\Logger\Logging
* Status Message functions moved to its own trait \Ease\Logger\Logging
* Status Message functions moved to its own trait \Ease\Logger\Logging
Unit tests update
* Status Message functions moved to its own trait \Ease\Logger\Logging
Unit tests update
* Status Message functions moved to its own trait \Ease\Logger\Logging
* Status Message functions moved to its own trait \Ease\Logger\Logging
* Status Message functions moved to its own trait \Ease\Logger\Logging

-- CyberVitexus <[email protected]> Sun, 05 Jul 2020 04:26:06 +0200
-- CyberVitexus <[email protected]> Fri, 17 Jul 2020 21:02:11 +0200

php-vitexsoftware-ease-core (0.12) UNRELEASED; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "library",
"homepage": "http://v.s.cz/ease.php",
"license": "GPL-2.0+",
"address": "0.41"
"address": "0.42"
}
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: php-ease-core
Source: php-vitexsoftware-ease-core
Build-Depends: debhelper (>= 10)
Section: web
Standards-Version: 3.9.8
Expand All @@ -19,7 +19,7 @@ Package: php-vitexsoftware-ease-core
Depends: ${misc:Depends}, php-mail, php-mail-mime, composer-global-update
Conflicts: ease-framework
Architecture: all
Suggests: php-ease-html, php-ease-bootstrap, php-ease-bootstrap4
Suggests: php-vitexsoftware-ease-html, php-vitexsoftware-ease-bootstrap, php-vitexsoftware-ease-bootstrap4
Section: web
Priority: optional
Description: EasePHP Framework Core
Expand Down
8 changes: 4 additions & 4 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143
Upstream-Name: ease-core
Upstream-Source: http://v.s.cz/download/Ease.tar.bz2
Upstream-Name: php-ease-core
Upstream-Source: https://github.com/VitexSoftware/php-ease-core/archive/master.zip

Files: *
Homepage: http://v.s.cz/ease.php
Homepage: https://github.com/VitexSoftware/php-ease-core
Copyright:
(c) 2013 Vítězslav Dvořák (v.s.cz)
(c) 2013-2020 Vítězslav Dvořák (v.s.cz)
License: MIT

License: MIT
Expand Down
4 changes: 2 additions & 2 deletions debian/php-vitexsoftware-ease-core.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#DEBHELPER#

# postinst script for ease-core
# postinst script for php-vitexsoftware-ease-core
#
# see: dh_installdeb(1)

Expand All @@ -24,7 +24,7 @@ set -e
case "$1" in
configure)

composer-global-update ease-core
composer-global-update deb/ease-core

;;

Expand Down

0 comments on commit b67f396

Please sign in to comment.