Changeset 986038
- Timestamp:
- 09/10/2014 04:33:45 AM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 51 added
- 3 edited
-
tags/2.3.1 (added)
-
tags/2.3.1/css (added)
-
tags/2.3.1/css/jquery.mCustomScrollbar.css (added)
-
tags/2.3.1/css/page.css (added)
-
tags/2.3.1/css/render.css (added)
-
tags/2.3.1/ext (added)
-
tags/2.3.1/ext/related-analista.php (added)
-
tags/2.3.1/ext/related-good.php (added)
-
tags/2.3.1/ext/related-list.php (added)
-
tags/2.3.1/ext/related-playlist.php (added)
-
tags/2.3.1/ext/related-song.php (added)
-
tags/2.3.1/ext/related-youlist.php (added)
-
tags/2.3.1/goodfidelity.php (added)
-
tags/2.3.1/images (added)
-
tags/2.3.1/images/abajo.png (added)
-
tags/2.3.1/images/arriba.png (added)
-
tags/2.3.1/images/buscar.png (added)
-
tags/2.3.1/images/cerrar.png (added)
-
tags/2.3.1/images/close-f90.png (added)
-
tags/2.3.1/images/delete.png (added)
-
tags/2.3.1/images/entrar.png (added)
-
tags/2.3.1/images/face-black-white.png (added)
-
tags/2.3.1/images/face-black.png (added)
-
tags/2.3.1/images/face.png (added)
-
tags/2.3.1/images/fondo.png (added)
-
tags/2.3.1/images/icon.png (added)
-
tags/2.3.1/images/lista.png (added)
-
tags/2.3.1/images/logo.ico (added)
-
tags/2.3.1/images/mas-black.png (added)
-
tags/2.3.1/images/mas-gris.png (added)
-
tags/2.3.1/images/mas-white.png (added)
-
tags/2.3.1/images/mas.png (added)
-
tags/2.3.1/images/no.png (added)
-
tags/2.3.1/images/nothing.png (added)
-
tags/2.3.1/images/play-back.png (added)
-
tags/2.3.1/images/play-black.png (added)
-
tags/2.3.1/images/play-med.png (added)
-
tags/2.3.1/images/play.png (added)
-
tags/2.3.1/images/salir.png (added)
-
tags/2.3.1/images/si.png (added)
-
tags/2.3.1/images/trash.png (added)
-
tags/2.3.1/inc (added)
-
tags/2.3.1/inc/cookie.php (added)
-
tags/2.3.1/inc/options.php (added)
-
tags/2.3.1/inc/search.php (added)
-
tags/2.3.1/inc/singular.php (added)
-
tags/2.3.1/js (added)
-
tags/2.3.1/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/2.3.1/js/render.js (added)
-
tags/2.3.1/js/render.min.js (added)
-
tags/2.3.1/readme.txt (added)
-
trunk/ext/related-youlist.php (modified) (1 diff)
-
trunk/goodfidelity.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/ext/related-youlist.php
r985618 r986038 104 104 105 105 add_action( 'init', 'register_shortcodesyou'); 106 106 107 ?> 107 -
goodfidelity/trunk/goodfidelity.php
r985581 r986038 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music Video 4 Version: 2.3. 04 Version: 2.3.1 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina … … 10 10 11 11 //GOODFIDELITY 12 13 require ("ext/related-good.php");14 require ("ext/related-youlist.php");15 12 16 13 function createtablegood() … … 114 111 require ("ext/related-list.php"); 115 112 require ("ext/related-playlist.php"); 113 require ("ext/related-good.php"); 114 require ("ext/related-youlist.php"); 116 115 ?> -
goodfidelity/trunk/readme.txt
r985588 r986038 4 4 Requires at least: 4.0 5 5 Tested up to: 4.0 6 Stable tag: 2.3. 06 Stable tag: 2.3.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 … … 63 63 64 64 == Changelog == 65 = 2.3.1 = 66 * Correct errors of headers 65 67 = 2.3.0 = 66 68 * change in engineering
Note: See TracChangeset
for help on using the changeset viewer.