Update changelog and Fixes #582
This commit is contained in:
parent
543f1616b7
commit
7d313a0409
|
|
@ -1,3 +1,6 @@
|
||||||
|
* **Build 15x** (2014-10-x)
|
||||||
|
- Added twig filters `|trans` for `Lang::get(...)` and `|transchoice` for `Lang::choice(...)`.
|
||||||
|
|
||||||
* **Build 153** (2014-10-09)
|
* **Build 153** (2014-10-09)
|
||||||
- Plugins are now updated in order of their dependency definitions.
|
- Plugins are now updated in order of their dependency definitions.
|
||||||
- Moved `ViewMaker` trait now lives under system, it can be useful for Models too.
|
- Moved `ViewMaker` trait now lives under system, it can be useful for Models too.
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
type="submit"
|
type="submit"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
data-request="onDisablePlugins"
|
data-request="onDisablePlugins"
|
||||||
data-request-confirm="<?= e(trans('backend::lang.form.plugins.disable_confirm')) ?>"
|
data-request-confirm="<?= e(trans('backend::lang.plugins.disable_confirm')) ?>"
|
||||||
data-stripe-load-indicator>
|
data-stripe-load-indicator>
|
||||||
<?= e(trans('backend::lang.form.apply')) ?>
|
<?= e(trans('backend::lang.form.apply')) ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue