Skip to content

Commit

Permalink
Change version and update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica González <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Oct 26, 2016
1 parent dd02de3 commit 1f819bb
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion OharaYTEmbed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>Suki:ohara_youtube_embed</id>
<version>1.2.7</version>
<version>1.2.8</version>

<file name="$sourcedir/Post.php">
<operation>
Expand Down
2 changes: 1 addition & 1 deletion Sources/OharaYTEmbed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica González <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica González
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/OharaYTEmbed.english-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica González <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica González
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/OharaYTEmbed.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica Gonzalez <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/OharaYTEmbed.spanish_es-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica González <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica González
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/OharaYTEmbed.spanish_es.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica Gonzalez <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica Gonzalez
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/OharaYTEmbed.spanish_latin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica Gonz&aacute;lez <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica Gonz&aacute;lez
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica González <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica González
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/scripts/ohyoutube.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright (C) 2016 Jessica González
@license http://www.mozilla.org/MPL/ MPL 2.0
@version 1.2.7
@version 1.2.8
*/

var _oh = function(){
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/scripts/ohyoutube.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion addHooks.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
8<?php

/*
* @package Ohara Youtube Embed mod
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<name>Ohara YouTube Embed</name>
<id>Suki:ohara_youtube_embed</id>
<version>1.2.7</version>
<version>1.2.8</version>
<type>modification</type>

<install for="2.0 - 2.0.99">
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ You can enable/disable the mod as well as set the width and height for the video
[code]
http://www.youtube.com/watch?v={ID}
http://www.youtube.com/watch?v={ID}&{Parameters}
http://www.m.youtube.com/watch?v={ID}
http://youtu.be/{ID}
http://www.youtube.com/watch?feature=player_embedded&v=[ID]
http://vimeo.com/[ID]
Expand Down Expand Up @@ -50,6 +51,11 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.

[color=purple][b][size=12pt]Changelog[/size][/b][/color]
[code]
1.2.8 - Oct 25, 2016
- Improve regex for gifv and youtube urls.
- Pass the ID when using url auto parsing, prevents using another regex to get it.
- Use global scope inside closures.

1.2.7 - Aug 12, 2016,
- Set basedWidth and basedHeight to prevent weird behavior on non responsive themes.

Expand Down
2 changes: 1 addition & 1 deletion removeHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package Ohara Youtube Embed mod
* @version 1.2.7
* @version 1.2.8
* @author Jessica González <missallsunday@simplemachines.org>
* @copyright Copyright (C) 2016 Jessica González
* @license http://www.mozilla.org/MPL/ MPL 2.0
Expand Down

0 comments on commit 1f819bb

Please sign in to comment.