Skip to content

Releases: technovistalimited/shongjukti

Hotfix: str_limit() is replaced with Str::limit()

18 May 04:54
63aee50
Compare
Choose a tag to compare
  • Fix: Replace str_limit() with Str::limit()

Migration Guide

You can run

php artisan vendor:publish --tag=shongjukti

to get the updated file.

But, if you want to fix it manually,

You have to fix the file resources/views/vendor/shongjukti/attachment-types/index.blade.php on line 91

Migration fix release

25 Feb 08:33
Compare
Choose a tag to compare
  • Fix: Migration for the attachments table is fixed prior to v1.1.1

This change was important for all the versions after v1.1.1

Migration Guide

Run the following commands after the upgrade:

# Get the newly added migration file.
php artisan vendor:publish --tag=shongjukti

# Run the migration.
php artisan migrate

Composer 2.0 Compatible Release

09 Feb 10:51
Compare
Choose a tag to compare
  • Major Change: Controllers' and Models' Namespaces are changed
  • Directory changed for Controllers and Models

Migration Guide

Find whether you used these:

Shongjukti\App\Controllers
Shongjukti\App\Models

If used, replace them with

Shongjukti\Controllers
Shongjukti\Models

Fix Version with configuration and validation changes

07 Jan 11:25
Compare
Choose a tag to compare
  • Config: Maximum upload size limit is now described in binary bytes
  • Feature: Bootstrap-4 specific javascript validation

Fix Version: Add Dates with Attachments

04 Nov 09:16
Compare
Choose a tag to compare
  • Revised PHPCS rules to ignore line length warning
  • Added provision to add created_at and updated_at information

Feature Release

01 Oct 11:33
b917f0b
Compare
Choose a tag to compare
  • License changed from GPL-3 to MIT
  • Feature: Support added for Shape files (.shp, .shx)
  • Refactor: Return the ID of the attachment on successful upload instead of boolean
  • Fix: Maximum Upload Size check, in PHP
  • Fix: Attachment Type label not showing in Bengali mode (@props Mowshana Farhana)
  • Fix: Prioritize $_POST value over database values in form return values
  • Changelog added
  • General Fixes in Readme file
  • Documentation: Update code documentation

Resources changed

  • views/attachment-types/index.blade.php
  • views/attachment-types/form.blade.php
  • views/layouts/attachments.blade.php
  • assets/css/shongjukti.css

Fixed Version

02 Sep 07:36
Compare
Choose a tag to compare
  • Fix: Attachment Type Choice was lost in Edit mode due to Cookie storage
  • Refactor: Remove 'optional' label from attachments when in view mode

API Update

04 Aug 06:32
Compare
Choose a tag to compare
  • New API for deleteAttachment() and removeAttachment()

Bug Fixed and Code Refactored Version

01 Aug 08:05
Compare
Choose a tag to compare
  • Fix: CSS declaration was like SCSS nested
  • Fix: storeAttachments() is preventing storing parent form (Issue#5)
  • Fix: $attachments causing 'undefined index' error while loading edit view (Issue#6)
  • Documentation: Need more specific code snippet on how to override routes (Issue#7)
  • Refactor: Added PHPCS Ruleset to PSR-2 Standard
  • Refactor: Fixed .editorconfig for a better PHPCS Standard configuration
  • Refactor: Fixed PHPCS Errors and Warnings

Packagist version fixed

10 Mar 08:45
Compare
Choose a tag to compare

Fixed a blocker bug in composer.json