Changeset 1283245
- Timestamp:
- 11/10/2015 12:14:59 PM (10 years ago)
- Location:
- easycontract
- Files:
-
- 1 added
- 3 edited
- 8 copied
-
tags/1.0.2wo (copied) (copied from easycontract/trunk)
-
tags/1.0.2wo/README.md (copied) (copied from easycontract/trunk/README.md)
-
tags/1.0.2wo/ext (copied) (copied from easycontract/trunk/ext)
-
tags/1.0.2wo/ext/santander/src/Santander/base/Logger.php (copied) (copied from easycontract/trunk/ext/santander/src/Santander/base/Logger.php)
-
tags/1.0.2wo/gateways (copied) (copied from easycontract/trunk/gateways)
-
tags/1.0.2wo/includes (copied) (copied from easycontract/trunk/includes)
-
tags/1.0.2wo/readme.txt (copied) (copied from easycontract/trunk/readme.txt) (2 diffs)
-
tags/1.0.2wo/santander.php (copied) (copied from easycontract/trunk/santander.php)
-
trunk/ext/santander/changelog.txt (added)
-
trunk/ext/santander/src/Santander.php (modified) (1 diff)
-
trunk/ext/santander/src/Santander/i18n/Message.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easycontract/tags/1.0.2wo/readme.txt
r1279523 r1283245 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 1wo6 Stable tag: 1.0.2wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 * cURL lib must be enabled for PHP ([http://php.net/manual/en/book.curl.php](http://php.net/manual/en/book.curl.php)) 20 20 * libxml [http://php.net/manual/en/book.libxml.php](http://php.net/manual/en/book.libxml.php) 21 22 == Changelog == 23 = 1.0.2wo = 24 * Fix: syntax error in src/Santander/i18n/Message.php. 25 26 = 1.0.1wo = 27 * Fix: the logger is trying to chmod log directory if not writeable. 28 29 = 1.0.0wo = 30 * First stable release 21 31 22 32 == Installation == -
easycontract/trunk/ext/santander/src/Santander.php
r1279385 r1283245 47 47 48 48 public static function version() { 49 return '1.0. 0';49 return '1.0.1'; 50 50 } 51 51 -
easycontract/trunk/ext/santander/src/Santander/i18n/Message.php
r1279385 r1283245 39 39 40 40 if (empty($sourceMessages)) { 41 $sourceMessages = (new Language($language->getDefaultLanguage()))->getMessages(); 41 $sourceLanguageObject = new Language($language->getDefaultLanguage()); 42 $sourceMessages = $sourceLanguageObject->getMessages(); 42 43 } 43 44 -
easycontract/trunk/readme.txt
r1279523 r1283245 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 1wo6 Stable tag: 1.0.2wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 * cURL lib must be enabled for PHP ([http://php.net/manual/en/book.curl.php](http://php.net/manual/en/book.curl.php)) 20 20 * libxml [http://php.net/manual/en/book.libxml.php](http://php.net/manual/en/book.libxml.php) 21 22 == Changelog == 23 = 1.0.2wo = 24 * Fix: syntax error in src/Santander/i18n/Message.php. 25 26 = 1.0.1wo = 27 * Fix: the logger is trying to chmod log directory if not writeable. 28 29 = 1.0.0wo = 30 * First stable release 21 31 22 32 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.