Version Description
- Fixed wrong permission in WordPress v4.4
Download this release
Release Info
Developer | KingYes |
Plugin | Pojo Sidebars |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- includes/class-pojo-sidebars-db.php +1 -1
- languages/pojo-sidebars.pot +3 -3
- pojo-sidebars.php +1 -1
- readme.txt +6 -3
includes/class-pojo-sidebars-db.php
CHANGED
@@ -26,7 +26,7 @@ final class Pojo_Sidebars_DB {
|
|
26 |
'labels' => $labels,
|
27 |
'public' => false,
|
28 |
'show_in_nav_menus' => false,
|
29 |
-
'show_ui' =>
|
30 |
'capabilities' => array( 'edit_theme_options' ),
|
31 |
'query_var' => false,
|
32 |
'rewrite' => false,
|
26 |
'labels' => $labels,
|
27 |
'public' => false,
|
28 |
'show_in_nav_menus' => false,
|
29 |
+
'show_ui' => true,
|
30 |
'capabilities' => array( 'edit_theme_options' ),
|
31 |
'query_var' => false,
|
32 |
'rewrite' => false,
|
languages/pojo-sidebars.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
# SOME DESCRIPTIVE TITLE.
|
2 |
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3 |
-
# This file is distributed under the same license as the
|
4 |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
#
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
-
"Project-Id-Version: pojo-sidebars 1.0.
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
-
"POT-Creation-Date: 2015-
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
1 |
# SOME DESCRIPTIVE TITLE.
|
2 |
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3 |
+
# This file is distributed under the same license as the pojo-sidebars package.
|
4 |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
#
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: pojo-sidebars 1.0.3\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2015-12-10 15:44+0200\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
pojo-sidebars.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://pojo.me/
|
|
5 |
Description: Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
6 |
Author: Pojo Team
|
7 |
Author URI: http://pojo.me/
|
8 |
-
Version: 1.0.
|
9 |
Text Domain: pojo-sidebars
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
6 |
Author: Pojo Team
|
7 |
Author URI: http://pojo.me/
|
8 |
+
Version: 1.0.3
|
9 |
Text Domain: pojo-sidebars
|
10 |
Domain Path: /languages/
|
11 |
*/
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: pojo.me, KingYes, ariel.k
|
3 |
Tags: sidebar, sidebars, widgets area, widget area, widget, widgets, custom sidebar, custom sidebars, shortcode, dynamic sidebar, sidebar management, multiple sidebars
|
4 |
Requires at least: 4.1
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
@@ -52,8 +52,11 @@ Would you like to like to contribute to Pojo Sidebars? You are more than welcome
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
55 |
= 1.0.2 =
|
56 |
* Tested up to WordPress v4.3
|
57 |
|
58 |
= 1.0.0 =
|
59 |
-
* Initial Public Release!
|
2 |
Contributors: pojo.me, KingYes, ariel.k
|
3 |
Tags: sidebar, sidebars, widgets area, widget area, widget, widgets, custom sidebar, custom sidebars, shortcode, dynamic sidebar, sidebar management, multiple sidebars
|
4 |
Requires at least: 4.1
|
5 |
+
Tested up to: 4.8
|
6 |
+
Stable tag: 1.0.3
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Pojo Sidebars generates as many sidebars as you need. It then allows you to place them on any Post, Page or Custom Posts Type in your WordPress site.
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
+
= 1.0.3 =
|
56 |
+
* Fixed wrong permission in WordPress v4.4
|
57 |
+
|
58 |
= 1.0.2 =
|
59 |
* Tested up to WordPress v4.3
|
60 |
|
61 |
= 1.0.0 =
|
62 |
+
* Initial Public Release!
|