Changeset 977527
- Timestamp:
- 09/03/2014 02:34:17 AM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 53 added
- 4 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/css (added)
-
tags/2.2.1/css/jquery.mCustomScrollbar.css (added)
-
tags/2.2.1/css/page.css (added)
-
tags/2.2.1/css/render.css (added)
-
tags/2.2.1/ext (added)
-
tags/2.2.1/ext/related-analista.php (added)
-
tags/2.2.1/ext/related-face.php (added)
-
tags/2.2.1/ext/related-good.php (added)
-
tags/2.2.1/ext/related-list.php (added)
-
tags/2.2.1/ext/related-meta.php (added)
-
tags/2.2.1/ext/related-playlist.php (added)
-
tags/2.2.1/ext/related-song.php (added)
-
tags/2.2.1/ext/related-youlist.php (added)
-
tags/2.2.1/goodfidelity.php (added)
-
tags/2.2.1/images (added)
-
tags/2.2.1/images/abajo.png (added)
-
tags/2.2.1/images/arriba.png (added)
-
tags/2.2.1/images/buscar.png (added)
-
tags/2.2.1/images/cerrar.png (added)
-
tags/2.2.1/images/close-f90.png (added)
-
tags/2.2.1/images/delete.png (added)
-
tags/2.2.1/images/entrar.png (added)
-
tags/2.2.1/images/face-black-white.png (added)
-
tags/2.2.1/images/face-black.png (added)
-
tags/2.2.1/images/face.png (added)
-
tags/2.2.1/images/fondo.png (added)
-
tags/2.2.1/images/icon.png (added)
-
tags/2.2.1/images/lista.png (added)
-
tags/2.2.1/images/logo.ico (added)
-
tags/2.2.1/images/mas-black.png (added)
-
tags/2.2.1/images/mas-gris.png (added)
-
tags/2.2.1/images/mas-white.png (added)
-
tags/2.2.1/images/mas.png (added)
-
tags/2.2.1/images/no.png (added)
-
tags/2.2.1/images/nothing.png (added)
-
tags/2.2.1/images/play-back.png (added)
-
tags/2.2.1/images/play-black.png (added)
-
tags/2.2.1/images/play-med.png (added)
-
tags/2.2.1/images/play.png (added)
-
tags/2.2.1/images/salir.png (added)
-
tags/2.2.1/images/si.png (added)
-
tags/2.2.1/images/trash.png (added)
-
tags/2.2.1/inc (added)
-
tags/2.2.1/inc/cookie.php (added)
-
tags/2.2.1/inc/options.php (added)
-
tags/2.2.1/inc/search.php (added)
-
tags/2.2.1/inc/singular.php (added)
-
tags/2.2.1/js (added)
-
tags/2.2.1/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/2.2.1/js/render.js (added)
-
tags/2.2.1/js/render.min.js (added)
-
tags/2.2.1/readme.txt (added)
-
trunk/ext/related-youlist.php (modified) (2 diffs)
-
trunk/goodfidelity.php (modified) (1 diff)
-
trunk/inc/cookie.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/ext/related-youlist.php
r977486 r977527 69 69 </div> 70 70 </div> 71 <?php $agente = $_SERVER['HTTP_USER_AGENT']; 72 if (stripos($agente,"Tablet") == "" and stripos($agente,"Mobile") == ""){ ?> 71 73 <!-- custom scrollbars plugin --> 72 74 <script> … … 79 81 80 82 </script> 81 <script> 83 <?php } else {} ?> 84 85 <script> 82 86 ///Reproduce todas las canciones de la cola, se ejecuta desde cookie.php 83 87 function playlistallyou(){ -
goodfidelity/trunk/goodfidelity.php
r977486 r977527 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music Video 4 Version: 2.2. 04 Version: 2.2.1 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina -
goodfidelity/trunk/inc/cookie.php
r977486 r977527 195 195 } 196 196 .interior{ 197 padding: 0px 10px 0 10px !important;197 padding:10px 10px 0 10px !important; 198 198 } 199 199 div#videos_artista_lista{ -
goodfidelity/trunk/readme.txt
r977486 r977527 4 4 Requires at least: 3.9 5 5 Tested up to: 3.9 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine. 8 8 … … 66 66 67 67 == Changelog == 68 = 2.2.1 = 69 * Correct errors 68 70 = 2.2.0 = 69 71 * More shortcode
Note: See TracChangeset
for help on using the changeset viewer.