Skip to content

Commit

Permalink
Change version number and readme stuff
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 Aug 12, 2016
1 parent 0e264f9 commit e71aa11
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 11 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.6</version>
<version>1.2.7</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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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.6
* @version 1.2.7
* @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 addHooks.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.6
* @version 1.2.7
* @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 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.6</version>
<version>1.2.7</version>
<type>modification</type>

<install for="2.0 - 2.0.99">
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.

[color=purple][b][size=12pt]Changelog[/size][/b][/color]
[code]
1.2.7 - Aug 12, 2016,
- Set basedWidth and basedHeight to prevent weird behaviour on non responsive themes.

1.2.6 - May 29, 2016,
- Add support for full screen videos.
- Remove multiple calls to this.responsive().
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.6
* @version 1.2.7
* @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 e71aa11

Please sign in to comment.