The following tables lists changes made in version 0.8.6 when
compared to version 0.8.5 (and earlier).
Please note that $this->control->
outside a method context can use
$romber_control->
Version 0.8.5 | Version 0.8.6 | Notes |
---|---|---|
/opt/romber/versions/0085/ | /opt/romber/versions/0086/ |
The only magic methods are in the |
$this->control->buffers['raw_errors'] | $this->control->logger->raw_errors |
$this->control->logger->has_errors is the correct test for checking whether there are any errors. |
$this->control->data[ |
$this->control->objects[ |
Common objects are now contained in a separate array.
They continue to be candidates for being contained directly in
|
$this->control->data['local_only'] | $this->control->local_only |
These elements are now contained directly in
|
romber_get_raw_message | romber_translate |
romber_get_raw_message) is now obsolete. |
romber_member__frontend.php |
Separate class |
|
romber_names |
The |