Version 2.0: 23 November 2025
~ New feature to update the database
~ New menu version. It can be displayed in a new icon-based style,
~ For current customers replace all the folders except 'upload', 'node_modules', and 'vendor'. Then go to /update to update the database and enable the new option
Version 1.7: 9 April 2023
~ The WhatsApp icon added for the social icons option in the header.
~ For current customers the list of files to replace are the next one:
+ app/Functions/socialIcons.json
Version 1.6: 2 March 2023
~ The work categories could be created with 2 or more words
~ The education and employment icons has been fixed
~ The logo and loader options allow to upload svg files
~ For current customers the list of files to replace are the next one:
+ app/Http/Controllers/GeneralController.php
+ resources/lang/en/content.php
+ resources/views/admin/pages/general.blade.php
+ resources/views/fronted/sections/projects.blade.php
+ resources/views/fronted/sections/subsections/skills.blade.php
Version 1.5: 20 February 2023
~ The version of the script in the footer admin
~ A new social icon: QQ
~ Resolved the removing of images to avoid errors when the file is not found.
~ For current customers you have to edit the file .env and include the next line:
+ APP_VERSION=1.5
~ For current customers the list of folders to replace are the next one:
+ app/Http/Controllers
~ For current customers the list of files to replace are the next one:
+ app/Functions/socialIcons.json
+ resources/views/admin/modules/footer.blade.php
Version 1.4: 31 January 2023
~ The title of the post pages has been updated to include the title of the post
~ Share buttons in the post pages
~ Custom captcha code included in the contact form
~ More social icons added
~ For current customers the list of files to replace are the next one:
+ composer.json
~ For current customers the list of folders to replace are the next one:
+ app
+ assets
+ config
+ database
+ public
+ resources
+ vendor