Updated to version v1.2.1-alpha pre-release #23
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated to version v1.2.1-alpha pre-release
Fix Error and Bugs in
slides_include()
Make
<? ?>
slides php tag to be more effective.@view
in the slides php tag are nowdeprecated
at version 1.2.1 pre-release and latest.Make all the
<include !/>
elements be more effectiveAll <include !/>
elements will be replaced with
slides_include()`Added Short Icon
Updated Short Icon url in
Header.php
Arrange styles in
App.css
toHeader.php
Now auto generating
bin
folder with the files inApp
directory.Can now define a constant in
web.php
and use it inapi.php
which is available from version 1.2.1 and upcoming latest versions.From version 1.2.1 can no longer use the same class namespace for routes and api.
Make
ApiController.php
to acceptinteger
as it's method parameter andstring
types are nowdeprecated
.ApiController.php
method parameter now accepts interger constant.