Version Description
- Tested up to WordPress v4.3
Download this release
Release Info
Developer | KingYes |
Plugin | Pojo Sidebars |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- languages/pojo-sidebars.pot +2 -2
- pojo-sidebars.php +2 -2
- readme.txt +5 -2
languages/pojo-sidebars.pot
CHANGED
@@ -6,9 +6,9 @@
|
|
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"
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: pojo-sidebars 1.0.2\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2015-08-09 10:44+0300\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 |
*/
|
@@ -66,7 +66,7 @@ final class Pojo_Sidebars {
|
|
66 |
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'pojo-sidebars' ), '1.0.0' );
|
67 |
}
|
68 |
|
69 |
-
/**
|
70 |
* @return Pojo_Sidebars
|
71 |
*/
|
72 |
public static function instance() {
|
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.2
|
9 |
Text Domain: pojo-sidebars
|
10 |
Domain Path: /languages/
|
11 |
*/
|
66 |
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'pojo-sidebars' ), '1.0.0' );
|
67 |
}
|
68 |
|
69 |
+
/**
|
70 |
* @return Pojo_Sidebars
|
71 |
*/
|
72 |
public static function instance() {
|
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,5 +52,8 @@ Would you like to like to contribute to Pojo Sidebars? You are more than welcome
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
55 |
= 1.0.0 =
|
56 |
* 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.3
|
6 |
+
Stable tag: 1.0.2
|
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.2 =
|
56 |
+
* Tested up to WordPress v4.3
|
57 |
+
|
58 |
= 1.0.0 =
|
59 |
* Initial Public Release!
|