Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimierung für OOP nach Standards durchgeführt #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/nbproject/private/
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SepaXmlCreator - by Thomas Schiffler.de
SepaXmlCreator - by Thomas Schiffler.de modified by Ilya Beliaev (http://blog.php-dev.info)
http://www.thomasschiffler.de/tag/sepa-xml-creator-php/
=========================================================

Expand All @@ -19,6 +19,18 @@ Beispiel-Code: siehe lastschriftExample.php
=========================================================
Changelog:

05.04.2015:

- Added method chaining to all relevant methods
- implemented new methods on english language, for replacing of old methods.
- Added some performance/standard improvements for methods
- Marked some not oop conform methods as deprecated and added new methods, which are oop conform.
- backward compatibility is available
- changed some var names to english language
- marked all changes as version 0.2
- Currency-Attribute of "SepaBuchung" have now a higher priority than Currency of SepaXmlCreator, so when it is set, it will be used.
- NOTICE!!!! in next Version classes will be located in own files!

03.12.2013
- fixes Ausführungsdatum anstatt Offset zusätzlich ermöglichen

Expand Down
Loading