mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Change version
This commit is contained in:
parent
5804cbcdd7
commit
5d873dceec
5 changed files with 5 additions and 2 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tag_name": "v3.0.2"
|
||||
"tag_name": "v3.0.3"
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('HTMLY', true);
|
||||
define('HTMLY_VERSION', 'v3.0.2');
|
||||
define('HTMLY_VERSION', 'v3.0.3');
|
||||
$config_file = 'config/config.ini';
|
||||
require 'system/vendor/autoload.php';
|
||||
require 'system/htmly.php';
|
||||
|
|
|
|||
|
|
@ -292,6 +292,7 @@ $( function() {
|
|||
<label for="insertMediaDialogFile"><?php echo i18n('Upload');?></label>
|
||||
<input type="file" class="form-control-file" name="file" id="insertMediaDialogFile" accept="image/png,image/jpeg,image/gif" />
|
||||
</div>
|
||||
<hr>
|
||||
<div class="form-group">
|
||||
<button type="button" class="btn btn-primary" id="insertMediaDialogInsert"><?php echo i18n('Insert_Image');?></button>
|
||||
<button type="button" class="btn btn-secondary" id="insertMediaDialogCancel" data-dismiss="modal"><?php echo i18n('Cancel');?></button>
|
||||
|
|
|
|||
|
|
@ -342,6 +342,7 @@ $( function() {
|
|||
<label for="insertMediaDialogFile"><?php echo i18n('Upload');?></label>
|
||||
<input type="file" class="form-control-file" name="file" id="insertMediaDialogFile" accept="image/png,image/jpeg,image/gif" />
|
||||
</div>
|
||||
<hr>
|
||||
<div class="form-group">
|
||||
<button type="button" class="btn btn-primary" id="insertMediaDialogInsert"><?php echo i18n('Insert_Image');?></button>
|
||||
<button type="button" class="btn btn-secondary" id="insertMediaDialogCancel" data-dismiss="modal"><?php echo i18n('Cancel');?></button>
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ $images = image_gallery(null, 1, 40);
|
|||
<label for="insertMediaDialogFile"><?php echo i18n('Upload');?></label>
|
||||
<input type="file" class="form-control-file" name="file" id="insertMediaDialogFile" accept="image/png,image/jpeg,image/gif" />
|
||||
</div>
|
||||
<hr>
|
||||
<div class="form-group">
|
||||
<button type="button" class="btn btn-primary" id="insertMediaDialogInsert"><?php echo i18n('Insert_Image');?></button>
|
||||
<button type="button" class="btn btn-secondary" id="insertMediaDialogCancel" data-dismiss="modal"><?php echo i18n('Cancel');?></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue