Changeset 2826273
- Timestamp:
- 11/30/2022 05:57:34 AM (3 years ago)
- Location:
- bg-rutube-embed
- Files:
-
- 14 added
- 2 edited
-
tags/1.6.1 (added)
-
tags/1.6.1/bg-rutube.php (added)
-
tags/1.6.1/css (added)
-
tags/1.6.1/css/bg_rutube.css (added)
-
tags/1.6.1/css/play.svg (added)
-
tags/1.6.1/inc (added)
-
tags/1.6.1/inc/options.php (added)
-
tags/1.6.1/js (added)
-
tags/1.6.1/js/bg_rutube.js (added)
-
tags/1.6.1/languages (added)
-
tags/1.6.1/languages/bg-rutube-embed-ru_RU.mo (added)
-
tags/1.6.1/languages/bg-rutube-embed-ru_RU.po (added)
-
tags/1.6.1/languages/bg-rutube-embed.pot (added)
-
tags/1.6.1/readme.txt (added)
-
trunk/bg-rutube.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bg-rutube-embed/trunk/bg-rutube.php
r2826258 r2826273 4 4 Plugin URI: http://bogaiskov.ru/plugin-bg-rutube-embed/ 5 5 Description: The plugin is the easiest way to embed RuTube videos in WordPress. 6 Version: 1.6 6 Version: 1.6.1 7 7 Author: VBog 8 8 Author URI: http://bogaiskov.ru … … 39 39 die( 'Sorry, you are not allowed to access this page directly.' ); 40 40 } 41 define('BG_RUTUBE_VERSION', '1.6 ');41 define('BG_RUTUBE_VERSION', '1.6.1'); 42 42 43 43 // Подключаем CSS и JS -
bg-rutube-embed/trunk/readme.txt
r2826261 r2826273 7 7 Requires at least: 3.0.1 8 8 Tested up to: 6.1.1 9 Stable tag: 1.6 9 Stable tag: 1.6.1 10 10 License: GPLv2 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 58 = 1.6.1 = 59 60 * Fixed SVN loading bug. 57 61 58 62 = 1.6 =
Note: See TracChangeset
for help on using the changeset viewer.