Skip to content

Releases: rionislam/magnadokan

v1.4.0 (09/05/2024)

09 May 14:27
Compare
Choose a tag to compare

What's Changed?

  • Added: Styles for links inside book description
  • Added: Organization logo schema
  • Added: Decoding for dynamic books page
  • Added: Pagination for users and writters page in admin panel
  • Fixed: Color issues in admin panel
  • Fixed: A issue with search system
  • Changed: The structure of the title of book page
  • Upgraded: The show more button of the book description to be hidden when the description is small
  • Upgraded: Error handling of IpInfo utility

v1.3.0 (15/03/2024)

15 Mar 05:57
Compare
Choose a tag to compare

What's Changed?

  • Updated: From MYSQLI to PDO
  • Added: External POST request protection
  • Added: Website schema data
  • Updated: Makdown to html conversion

v1.2.1 (01/03/2024)

01 Mar 03:49
Compare
Choose a tag to compare

What's Changed?

  • Changed: Alt text for book cover images.
  • Added: Title for book links.
  • Fixed: Same DMCA certificate for every page.
  • Fixed: Ui shifting in book page.
  • Fixed: Peformace issues. Took pagespeed performace from avarage 82 to 93+.
  • Fixed: Typo in admin dashboard
  • Fixed: Accessibility issue in header

v1.2.0 (21/02/2024)

21 Feb 05:10
Compare
Choose a tag to compare

What's Changed

  • Updated: Signup email template
  • Added: Canonical for book page
  • Fixed: A bug in IpInfo
  • Added: Related books to the book page
  • Added: Show more option for the description in book page
  • Added: 10 minute time interval for impression collection
  • Added: A function to get time left for next month in Timer

v1.1.2 (11/02/2024)

11 Feb 09:32
Compare
Choose a tag to compare

What's Changed

  • Fixed: Icon loading issue in header component.
  • Fixed: A bug with getCountry function in ClientService class. It was returning unknown country everytime.

v1.1.1 (04/02/2024)

04 Feb 15:00
Compare
Choose a tag to compare

What's Changed

  • Fixed: The approch to generate meta description was wrong. Some other methods are used to implement this..

v1.1.0 (03/02/2024)

03 Feb 14:14
Compare
Choose a tag to compare

What's Changed

  • Optimized: Seo for book page.
  • Added: Some markdown snipits for book description.

v1.0.3 (30/01/2024)

30 Jan 17:15
Compare
Choose a tag to compare

What's Changed

  • Added: Support for Added support for "viewTransiton for navigation" in admin nav.
  • Fixed: Bug in AdminCategoryController. It was throwing error while there is no data on the database.
  • Fixed: A typo on 400 error page.

Magna Dokan v1.0.2 - Initial Release

29 Jan 15:15
Compare
Choose a tag to compare

Magna Dokan

Version

A php web application to provide free books as pdf. This is actually a practice project. I tried the MVC structure in this.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Php
  • PhpFastCache
  • PhpRouter
  • MySql

Features

  • Floating login form
  • Daily download limit
  • Easy book adding from the admin panel
  • Seo optimized
  • Dynamic book suggestions

How to use?

Setup the database

Import the database.sql file from the config folder to your database

Create config files

Create database.php and application.php inside the config folder according to the config files

Login to admin panel

Go to https://yourdomain/admin. The default username and password is admin. If you wanna change it you need to go to the database and change it manually.

You are ready to go...