diff --git a/app/nuxt.config.js b/app/nuxt.config.js index 802d6f9..7a663c9 100644 --- a/app/nuxt.config.js +++ b/app/nuxt.config.js @@ -104,7 +104,7 @@ module.exports = { proxy: true, baseURL: process.env.URL_CMS, browserBaseURL: process.env.URL_APP, - debug: true, + debug: false, }, proxy: { diff --git a/app/pages/services.vue b/app/pages/services.vue index 35f1a6d..53fbd13 100644 --- a/app/pages/services.vue +++ b/app/pages/services.vue @@ -218,6 +218,8 @@ export default { } .services-list__content { + z-index: 10; + position: relative; display: flex; flex-direction: column; justify-content: space-between; diff --git a/cms/plugins/graker/photoalbums/updates/version.yaml b/cms/plugins/graker/photoalbums/updates/version.yaml index d2f2b55..f51cdeb 100644 --- a/cms/plugins/graker/photoalbums/updates/version.yaml +++ b/cms/plugins/graker/photoalbums/updates/version.yaml @@ -1,32 +1,35 @@ -1.0.1: First version of PhotoAlbums +1.0.1: 'First version of PhotoAlbums' 1.0.2: - - Update with migrations to create albums and photos table + - 'Update with migrations to create albums and photos table' - create_albums_table.php - create_photos_table.php 1.1.0: - - Add ability to select front photo for album from the interface + - 'Add ability to select front photo for album from the interface' - add_album_front.php 1.2.0: - - Added ability to reorder photos in the album + - 'Added ability to reorder photos in the album' - add_sort_order_field.php 1.2.1: - - Fill default sort_order values for existing photos + - 'Fill default sort_order values for existing photos' - update_sort_order_on_existing_photos.php 1.2.2: - - Sqlite support for RandomPhotos component + - 'Sqlite support for RandomPhotos component' 1.2.3: - - Added helper method to get album's cover photo + - 'Added helper method to get album''s cover photo' 1.2.4: - - Fix for album front photo eager loading + - 'Fix for album front photo eager loading' 1.2.5: - - Fix for photos count in only_full_group_by sql mode + - 'Fix for photos count in only_full_group_by sql mode' 1.3.0: - - New dialog to insert photos into blog posts + - 'New dialog to insert photos into blog posts' 1.4.0: - - Integration with RainLab.Pages to use Albums and Photos in Menu Items (and Sitemap) + - 'Integration with RainLab.Pages to use Albums and Photos in Menu Items (and Sitemap)' 1.4.1: - - Improved layout of Photo form (thanks to gergo85) - - Improved lang.php strings (thanks to gergo85) - - Localized Menu Item types + - 'Improved layout of Photo form (thanks to gergo85)' + - 'Improved lang.php strings (thanks to gergo85)' + - 'Localized Menu Item types' 1.4.2: - - Fixed second insert photo icon from occuring in blog post form + - 'Fixed second insert photo icon from occuring in blog post form' +1.4.3: + - 'Updated table graker_photoalbums_albums' + - builder_table_update_graker_photoalbums_albums.php