Version Description
- Changed banner, thumbnail image only.
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Icons WordPress Plugin – AccessPress Social Icons |
Version | 1.7.5 |
Comparing to | |
See all releases |
Code changes from version 1.7.4 to 1.7.5
accesspress-social-icons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: AccessPress Social Icons
|
4 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
|
5 |
* Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
|
6 |
-
* Version: 1.7.
|
7 |
* Author:AccessPress Themes
|
8 |
* Author URI:http://accesspressthemes.com/
|
9 |
* Text Domain: accesspress-social-icons
|
@@ -125,7 +125,7 @@ if (!class_exists('APS_Class')) {
|
|
125 |
}
|
126 |
if(!defined('APS_VERSION'))
|
127 |
{
|
128 |
-
define('APS_VERSION','1.7.
|
129 |
}
|
130 |
}
|
131 |
|
@@ -187,8 +187,6 @@ if (!class_exists('APS_Class')) {
|
|
187 |
wp_enqueue_style('aps-animate-css', APS_CSS_DIR . '/animate.css',false,APS_VERSION); //animate.css library
|
188 |
wp_enqueue_style('thickbox'); //for including wp thickbox css
|
189 |
wp_enqueue_style('wp-color-picker'); //for including color picker css
|
190 |
-
|
191 |
-
|
192 |
/**
|
193 |
* Backend JS
|
194 |
* */
|
@@ -229,8 +227,6 @@ if (!class_exists('APS_Class')) {
|
|
229 |
echo "</pre>";
|
230 |
}
|
231 |
|
232 |
-
|
233 |
-
|
234 |
//Icon set delete section
|
235 |
function aps_delete_action() {
|
236 |
if (isset($_GET['action'], $_GET['_wpnonce']) && wp_verify_nonce($_GET['_wpnonce'], 'aps-delete-nonce')) {
|
@@ -248,10 +244,8 @@ if (!class_exists('APS_Class')) {
|
|
248 |
}
|
249 |
}
|
250 |
|
251 |
-
|
252 |
//Icon set edit action
|
253 |
function aps_edit_action() {
|
254 |
-
|
255 |
if (isset($_POST['aps_edit_set_nonce'], $_POST['aps_icon_set_submit']) && wp_verify_nonce($_POST['aps_edit_set_nonce'], 'aps_edit_action')) {
|
256 |
include_once('inc/backend/save-set.php');
|
257 |
} else {
|
@@ -259,9 +253,6 @@ if (!class_exists('APS_Class')) {
|
|
259 |
}
|
260 |
}
|
261 |
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
//shortcode function
|
266 |
function aps_social_shortcode($atts) {
|
267 |
if (isset($atts['id'])) {
|
@@ -294,8 +285,6 @@ if (!class_exists('APS_Class')) {
|
|
294 |
if ($file !== '.' && $file !== '..' && $ext == 'png') {
|
295 |
$icon_set_image_array[] = $file;
|
296 |
|
297 |
-
|
298 |
-
|
299 |
}//if close
|
300 |
}//while close
|
301 |
if (count($icon_set_image_array) > 0) {
|
3 |
* Plugin Name: AccessPress Social Icons
|
4 |
* Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
|
5 |
* Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
|
6 |
+
* Version: 1.7.5
|
7 |
* Author:AccessPress Themes
|
8 |
* Author URI:http://accesspressthemes.com/
|
9 |
* Text Domain: accesspress-social-icons
|
125 |
}
|
126 |
if(!defined('APS_VERSION'))
|
127 |
{
|
128 |
+
define('APS_VERSION','1.7.5');
|
129 |
}
|
130 |
}
|
131 |
|
187 |
wp_enqueue_style('aps-animate-css', APS_CSS_DIR . '/animate.css',false,APS_VERSION); //animate.css library
|
188 |
wp_enqueue_style('thickbox'); //for including wp thickbox css
|
189 |
wp_enqueue_style('wp-color-picker'); //for including color picker css
|
|
|
|
|
190 |
/**
|
191 |
* Backend JS
|
192 |
* */
|
227 |
echo "</pre>";
|
228 |
}
|
229 |
|
|
|
|
|
230 |
//Icon set delete section
|
231 |
function aps_delete_action() {
|
232 |
if (isset($_GET['action'], $_GET['_wpnonce']) && wp_verify_nonce($_GET['_wpnonce'], 'aps-delete-nonce')) {
|
244 |
}
|
245 |
}
|
246 |
|
|
|
247 |
//Icon set edit action
|
248 |
function aps_edit_action() {
|
|
|
249 |
if (isset($_POST['aps_edit_set_nonce'], $_POST['aps_icon_set_submit']) && wp_verify_nonce($_POST['aps_edit_set_nonce'], 'aps_edit_action')) {
|
250 |
include_once('inc/backend/save-set.php');
|
251 |
} else {
|
253 |
}
|
254 |
}
|
255 |
|
|
|
|
|
|
|
256 |
//shortcode function
|
257 |
function aps_social_shortcode($atts) {
|
258 |
if (isset($atts['id'])) {
|
285 |
if ($file !== '.' && $file !== '..' && $ext == 'png') {
|
286 |
$icon_set_image_array[] = $file;
|
287 |
|
|
|
|
|
288 |
}//if close
|
289 |
}//while close
|
290 |
if (count($icon_set_image_array) > 0) {
|
icon-sets/png/set10/{googlePlus.png → googleplus.png}
RENAMED
File without changes
|
images/logo-social.png
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: Access Keys
|
3 |
Tags: social icon, social icons, social media, social icon widget, social icons widget, social media icons, social media plugin, social networking, social profiles, wordpress social icons, wp social icons
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.0
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -135,11 +135,12 @@ Once you install the plugin , you can check some general documentation about how
|
|
135 |
|
136 |
== Screenshots ==
|
137 |
1. Backend Icons Sets Add Section(Using Pre Available Themes)
|
138 |
-
2. Backend
|
139 |
-
3. Frontend Icons Sets Display
|
140 |
-
4. Backend Lcon Sets Listing
|
141 |
|
142 |
== Changelog ==
|
|
|
|
|
|
|
143 |
= 1.7.4 =
|
144 |
* Changed Upgrade to pro banner image on backend.
|
145 |
* How to use and about us page maded translation ready.
|
1 |
+
=== AccessPress Social Icons ===
|
2 |
Contributors: Access Keys
|
3 |
Tags: social icon, social icons, social media, social icon widget, social icons widget, social media icons, social media plugin, social networking, social profiles, wordpress social icons, wp social icons
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.0
|
7 |
+
Stable tag: 1.7.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
135 |
|
136 |
== Screenshots ==
|
137 |
1. Backend Icons Sets Add Section(Using Pre Available Themes)
|
138 |
+
2. Backend Icon Sets Listings
|
|
|
|
|
139 |
|
140 |
== Changelog ==
|
141 |
+
= 1.7.5 =
|
142 |
+
* Changed banner, thumbnail image only.
|
143 |
+
|
144 |
= 1.7.4 =
|
145 |
* Changed Upgrade to pro banner image on backend.
|
146 |
* How to use and about us page maded translation ready.
|