Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Updated to 1.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Aug 13, 2017
1 parent fc9845f commit 1a55c86
Show file tree
Hide file tree
Showing 94 changed files with 5,755 additions and 431 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.2 - 2017-08-13

* The `Custom Rating Grifus module` was updated to version 1.0.2.

* [Custom Rating Grifus module] Fixed bug on archive or search pages, now will also replace the IMDB legend by TOTAL.

* [Custom Rating Grifus module] Now when manipulate it the rating of the movie from the administration panel will show the total number of votes and the rating in real time.

## 1.0.1 - 2017-08-11

* Bug fix in the Josantonius\WP_Register library.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "josantonius/extensions-for-grifus",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extensions for Grifus theme.",
"type": "wordpress-plugin",
"keywords": [
Expand Down
347 changes: 175 additions & 172 deletions config/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,185 +13,188 @@

'module' => [
'CopyMovieGrifus' => [
'copy-movie-grifus' => [
'copy-movie-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'namespaces.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-copy-es_ES.mo',
'extensions-for-grifus-copy-es_ES.po',
],
'public' => [
'css' => [
'copy-movie-grifus.css',
],
'images' => [
'copy-movie-grifus.png',
],
'js' => [
'copy-movie-grifus.js',
'eliasis-clipboard.min.js',
],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Front' => [
'Copy' => [
'Copy.php',
],
],
],
'Model' => [
'Front' => [
'Copy' => [
'Copy.php',
],
],
],
],
],
'copy-movie-grifus' => [
'copy-movie-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'namespaces.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-copy-es_ES.mo',
'extensions-for-grifus-copy-es_ES.po',
],
'public' => [
'css' => [
'copy-movie-grifus.css',
],
'images' => [
'copy-movie-grifus.png',
],
'js' => [
'copy-movie-grifus.js',
'eliasis-clipboard.min.js',
],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Front' => [
'Copy' => [
'Copy.php',
],
],
],
'Model' => [
'Front' => [
'Copy' => [
'Copy.php',
],
],
],
],
],
],
'CustomRatingGrifus' => [
'custom-rating-grifus' => [
'custom-rating-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'menu.php',
'namespaces.php',
'pages.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-rating-es_ES.mo',
'extensions-for-grifus-rating-es_ES.po',
],
'public' => [
'css' => [
'custom-rating-grifus.css',
'custom-rating-grifus-admin.css',
],
'images' => [
'custom-rating-grifus.png',
],
'js' => [
'custom-rating-grifus.js',
'custom-rating-grifus-admin.js',
'custom-rating-grifus-home.js',
],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Page' => [
'CustomRating' => [
'CustomRating.php',
],
],
'Rating' => [
'Rating.php',
],
],
],
'Model' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Rating' => [
'Rating.php',
],
],
],
'template' => [
'custom-rating-grifus' => [
'custom-rating-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'menu.php',
'namespaces.php',
'pages.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-rating-es_ES.mo',
'extensions-for-grifus-rating-es_ES.po',
],
'public' => [
'css' => [
'custom-rating-grifus.css',
'custom-rating-grifus-admin.css',
'custom-rating-grifus-edit-post.css',
],
'images' => [
'custom-rating-grifus.png',
],
'js' => [
'custom-rating-grifus.js',
'custom-rating-grifus-admin.js',
'custom-rating-grifus-home.js',
'custom-rating-grifus-edit-post.js',

],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Page' => [
'CustomRating' => [
'CustomRating.php',
],
],
'Rating' => [
'Rating.php',
],
],
],
'Model' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Rating' => [
'Rating.php',
],
],
],
'template' => [
'meta-boxes' => [
'wp-insert-post.php',
],
'page' => [
'custom-rating.php',
],
],
],
],
'page' => [
'custom-rating.php',
],
],
],
],
],
'CustomImagesGrifus' => [
'custom-images-grifus' => [
'custom-images-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'menu.php',
'namespaces.php',
'pages.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-images-es_ES.mo',
'extensions-for-grifus-images-es_ES.po',
],
'public' => [
'css' => [
'custom-images-grifus-admin.css',
],
'images' => [
'custom-images-grifus.png',
],
'js' => [
'custom-images-grifus-admin.js',
],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Page' => [
'CustomImages' => [
'CustomImages.php',
],
],
'Image' => [
'Image.php',
],
],
],
'Model' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Image' => [
'Image.php',
],
],
],
'template' => [
'page' => [
'custom-images.php',
],
],
],
],
'custom-images-grifus' => [
'custom-images-grifus.php',
'LICENSE',
'composer.json',
'config' => [
'add-urls.php',
'assets.php',
'menu.php',
'namespaces.php',
'pages.php',
'paths.php',
'set-hooks.php',
],
'languages' => [
'extensions-for-grifus-images-es_ES.mo',
'extensions-for-grifus-images-es_ES.po',
],
'public' => [
'css' => [
'custom-images-grifus-admin.css',
],
'images' => [
'custom-images-grifus.png',
],
'js' => [
'custom-images-grifus-admin.js',
],
],
'src' => [
'Controller' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Page' => [
'CustomImages' => [
'CustomImages.php',
],
],
'Image' => [
'Image.php',
],
],
],
'Model' => [
'Launcher' => [
'Launcher.php',
],
'Admin' => [
'Image' => [
'Image.php',
],
],
],
'template' => [
'page' => [
'custom-images.php',
],
],
],
],
],
],
];
2 changes: 1 addition & 1 deletion lib/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitad33692bf835983d3a15d2b4c9b3619b::getLoader();
return ComposerAutoloaderInit711e98a1c448a0db3a79a764336bee9c::getLoader();
Loading

0 comments on commit 1a55c86

Please sign in to comment.