Version Description
- Done the follow me button link corrections to the masaic layout.
- Done generation of pot files for translation of a plugin.
- Done the multiple text domain issue fixes.
Download this release
Release Info
Developer | Access Keys |
Plugin | ![]() |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- accesspress-instagram-feed.php +2 -2
- inc/backend/main-page.php +1 -1
- inc/frontend/instagram-widget.php +1 -1
- languages/accesspress-instagram-feed.pot +146 -0
- readme.txt +6 -1
accesspress-instagram-feed.php
CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
|
4 |
Plugin name: AccessPress Instagram Feed
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
6 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
7 |
-
Version: 2.0.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:accesspress-instagram-feed
|
@@ -13,7 +13,7 @@ License: GPLv2 or later
|
|
13 |
*/
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
-
define( 'APIF_VERSION', '2.0.
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
4 |
Plugin name: AccessPress Instagram Feed
|
5 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-instagram-feed/
|
6 |
Description: A plugin to add various instagram widgets with dynamic configuration options.
|
7 |
+
Version: 2.0.5
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain:accesspress-instagram-feed
|
13 |
*/
|
14 |
//Decleration of the necessary constants for plugin
|
15 |
if( !defined( 'APIF_VERSION' ) ) {
|
16 |
+
define( 'APIF_VERSION', '2.0.5' );
|
17 |
}
|
18 |
|
19 |
if( !defined( 'APIF_IMAGE_DIR' ) ) {
|
inc/backend/main-page.php
CHANGED
@@ -46,7 +46,7 @@ $apif_settings = get_option( 'apif_settings' );
|
|
46 |
|
47 |
<li><a href="javascript:void(0)" id="how_to_use-settings" class="apsc-tabs-trigger"><?php _e('How to use', 'accesspress-instagram-feed'); ?></a></li>
|
48 |
|
49 |
-
<li><a href="javascript:void(0)" id="about-settings" class="apsc-tabs-trigger"><?php _e('About', '
|
50 |
|
51 |
</ul>
|
52 |
|
46 |
|
47 |
<li><a href="javascript:void(0)" id="how_to_use-settings" class="apsc-tabs-trigger"><?php _e('How to use', 'accesspress-instagram-feed'); ?></a></li>
|
48 |
|
49 |
+
<li><a href="javascript:void(0)" id="about-settings" class="apsc-tabs-trigger"><?php _e('About', 'accesspress-instagram-feed'); ?></a></li>
|
50 |
|
51 |
</ul>
|
52 |
|
inc/frontend/instagram-widget.php
CHANGED
@@ -5,7 +5,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
|
|
5 |
$username = $apif_settings['username']; // your username
|
6 |
$access_token = $apif_settings['access_token'];
|
7 |
$layout = $apif_settings['instagram_mosaic'];
|
8 |
-
$image_like = $apif_settings['active'];
|
9 |
$count = 7; // number of images to show
|
10 |
require_once('instagram.php');
|
11 |
?>
|
5 |
$username = $apif_settings['username']; // your username
|
6 |
$access_token = $apif_settings['access_token'];
|
7 |
$layout = $apif_settings['instagram_mosaic'];
|
8 |
+
$image_like = isset($apif_settings['active']) ? $apif_settings['active']: '0';
|
9 |
$count = 7; // number of images to show
|
10 |
require_once('instagram.php');
|
11 |
?>
|
languages/accesspress-instagram-feed.pot
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: AccessPress Instagram Feed\n"
|
4 |
+
"POT-Creation-Date: 2015-12-31 16:31+0545\n"
|
5 |
+
"PO-Revision-Date: 2015-12-31 16:31+0545\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: AccessPress Themes <support@accesspressthemes.com>\n"
|
8 |
+
"Language: English\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.7\n"
|
13 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SearchPath-0: .\n"
|
16 |
+
"X-Poedit-SearchPath-1: ..\n"
|
17 |
+
|
18 |
+
#: ../accesspress-instagram-feed.php:98 ../inc/backend/main-page.php:35
|
19 |
+
msgid "AccessPress Instagram Feed"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: ../inc/backend/main-page.php:18
|
23 |
+
msgid "Follow us for new updates"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: ../inc/backend/main-page.php:43
|
27 |
+
msgid "Instagram Profiles"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: ../inc/backend/main-page.php:45
|
31 |
+
msgid "Display Settings"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: ../inc/backend/main-page.php:47
|
35 |
+
msgid "How to use"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../inc/backend/main-page.php:49
|
39 |
+
msgid "About"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: ../inc/backend/save-settings.php:31
|
43 |
+
msgid "Settings Saved Successfully"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../inc/backend/widget.php:14
|
47 |
+
msgid "AP : Instagram Masonry"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../inc/backend/widget.php:15
|
51 |
+
msgid "AccessPress Instagram Widget"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: ../inc/backend/widget.php:71 ../inc/backend/widgetside.php:134
|
55 |
+
msgid "Title:"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../inc/backend/widget.php:76
|
59 |
+
msgid "Layout :"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../inc/backend/widgetside.php:14
|
63 |
+
msgid "AP : Instagram Feeds"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: ../inc/backend/widgetside.php:15
|
67 |
+
msgid "AccessPress Instagram Feeds"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: ../inc/backend/widgetside.php:139
|
71 |
+
msgid "Number of Image:"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: ../inc/backend/widgetside.php:149
|
75 |
+
msgid "Display Instagram Post :"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../inc/backend/widgetside.php:154
|
79 |
+
msgid "Display Followers :"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../inc/backend/widgetside.php:159
|
83 |
+
msgid "Display Instagram Following :"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../inc/backend/widgetside.php:164
|
87 |
+
msgid "Display Instagram Follow Button :"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: ../inc/backend/boards/display-settings.php:7
|
91 |
+
msgid "Image Like"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: ../inc/backend/boards/display-settings.php:8
|
95 |
+
msgid "Show/Hide"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../inc/backend/boards/display-settings.php:14
|
99 |
+
msgid "Choose Instagram Themes Layout"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../inc/backend/boards/display-settings.php:17
|
103 |
+
msgid "Mosaic layout"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../inc/backend/boards/display-settings.php:21
|
107 |
+
msgid "Mosaic LightBox Layout"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../inc/backend/boards/display-settings.php:25
|
111 |
+
msgid "Slider Layout"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: ../inc/backend/boards/instagram-profiles.php:5
|
115 |
+
msgid "Instagram Feed"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: ../inc/backend/boards/instagram-profiles.php:8
|
119 |
+
msgid "Instagram Username"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: ../inc/backend/boards/instagram-profiles.php:11
|
123 |
+
msgid "Please enter the instagram username"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: ../inc/backend/boards/instagram-profiles.php:15
|
127 |
+
msgid "Instagram User ID"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../inc/backend/boards/instagram-profiles.php:18
|
131 |
+
msgid ""
|
132 |
+
"Please enter the instagram user ID.You can get this information from <a href="
|
133 |
+
"\"http://www.pinceladasdaweb.com.br/instagram/access-token/\" target=\"_blank"
|
134 |
+
"\">http://www.pinceladasdaweb.com.br/instagram/access-token/</a>"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../inc/backend/boards/instagram-profiles.php:22
|
138 |
+
msgid "Instagram Access Token"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: ../inc/backend/boards/instagram-profiles.php:25
|
142 |
+
msgid ""
|
143 |
+
"Please enter the instagram Access Token.You can get this information from <a "
|
144 |
+
"href=\"http://www.pinceladasdaweb.com.br/instagram/access-token/\" target="
|
145 |
+
"\"_blank\">http://www.pinceladasdaweb.com.br/instagram/access-token/</a>"
|
146 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: instagram, instagram feed, instagram tag, instagram slider, instagarm mosa
|
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -95,6 +95,11 @@ Once you install the plugin , you can check some general documentation about how
|
|
95 |
5. Backend Display Settings Section
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
98 |
= 2.0.4 =
|
99 |
* Done the follow me button link corrections to the masaic layout.
|
100 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 2.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
95 |
5. Backend Display Settings Section
|
96 |
|
97 |
== Changelog ==
|
98 |
+
= 2.0.5 =
|
99 |
+
* Done the follow me button link corrections to the masaic layout.
|
100 |
+
* Done generation of pot files for translation of a plugin.
|
101 |
+
* Done the multiple text domain issue fixes.
|
102 |
+
|
103 |
= 2.0.4 =
|
104 |
* Done the follow me button link corrections to the masaic layout.
|
105 |
|