Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Otshelnik-Fm committed Jan 18, 2019
1 parent 646be8d commit 5b3c112
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions otfm-gutenberg-spoiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: OtFm Gutenberg Spoiler
Description: Gutenberg Spoiler for WordPress
Version: 1.3.1
Version: 1.3.2
Author: Otshelnik-Fm (Wladimir Druzhaev)
Author URI: https://otshelnik-fm.ru/
Text Domain: ogs-spoiler
Expand Down Expand Up @@ -101,7 +101,7 @@ function ogs_get_jed_locale_data( $domain ) {
function ogs_spoiler_script(){
wp_enqueue_script(
'otfm-guten-spoiler-js',
plugins_url('assets/otfm-spoiler-min.js', __FILE__),
plugins_url('res/otfm-spoiler-min.js', __FILE__),
array( 'jquery' ),
'',
true
Expand All @@ -114,7 +114,7 @@ function ogs_spoiler_script(){
function ogs_spoiler_style(){
wp_enqueue_style(
'otfm-guten-spoiler-css',
plugins_url('assets/otfm-spoiler-min.css', __FILE__)
plugins_url('res/otfm-spoiler-min.css', __FILE__)
);
}
add_action( 'wp_enqueue_scripts', 'ogs_spoiler_style' );
Expand Down
5 changes: 5 additions & 0 deletions readme-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ PHP 5.6+, 7, 7.1 или 7.2 рекомендованы, WordPress версии


## Changelog
= 2019-01-18 =
v1.3.2
* конфликт в репо ВП


= 2019-01-18 =
v1.3.1
* Переименованы min.js & min.css файлы
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ Write me: [email protected]


## Changelog
= 2019-01-18 =
v1.3.2
* repository fix update


= 2019-01-18 =
v1.3.1
* Rename min.js & min.css files
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: gutenberg, spoiler, frequently asked questions, blocks, gutenberg blocks
Requires at least: 5.0.0
Tested up to: 5.0.3
Requires PHP: 5.6.36
Stable tag: 1.3.1
Stable tag: 1.3.2
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -93,6 +93,11 @@ Write me [email protected]


== Changelog ==
= 2019-01-18 =
v1.3.2
* repository fix update


= 2019-01-18 =
v1.3.1
* Rename min.js & min.css files
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5b3c112

Please sign in to comment.