Changeset 2737890
- Timestamp:
- 06/06/2022 07:42:37 AM (4 years ago)
- Location:
- accesspress-pinterest
- Files:
-
- 58 added
- 2 edited
-
tags/3.3.5 (added)
-
tags/3.3.5/accesspress-pinterest.php (added)
-
tags/3.3.5/css (added)
-
tags/3.3.5/css/backend.css (added)
-
tags/3.3.5/css/font-awesome (added)
-
tags/3.3.5/css/font-awesome/font-awesome.min.css (added)
-
tags/3.3.5/css/fonts (added)
-
tags/3.3.5/css/fonts/FontAwesome.otf (added)
-
tags/3.3.5/css/fonts/fontawesome-webfont.eot (added)
-
tags/3.3.5/css/fonts/fontawesome-webfont.svg (added)
-
tags/3.3.5/css/fonts/fontawesome-webfont.ttf (added)
-
tags/3.3.5/css/fonts/fontawesome-webfont.woff (added)
-
tags/3.3.5/css/fonts/fontawesome-webfont.woff2 (added)
-
tags/3.3.5/css/frontend.css (added)
-
tags/3.3.5/images (added)
-
tags/3.3.5/images/aplite.png (added)
-
tags/3.3.5/images/appro.png (added)
-
tags/3.3.5/images/apsp-icon.png (added)
-
tags/3.3.5/images/customize.png (added)
-
tags/3.3.5/images/demo-btn.png (added)
-
tags/3.3.5/images/flicker.png (added)
-
tags/3.3.5/images/googleplus.png (added)
-
tags/3.3.5/images/logo.png (added)
-
tags/3.3.5/images/pinterest.png (added)
-
tags/3.3.5/images/plugin.png (added)
-
tags/3.3.5/images/promo-bottom.png (added)
-
tags/3.3.5/images/promo-bottom1.jpg (added)
-
tags/3.3.5/images/promo-top.png (added)
-
tags/3.3.5/images/promo-top1.jpg (added)
-
tags/3.3.5/images/theme.png (added)
-
tags/3.3.5/images/twitter.png (added)
-
tags/3.3.5/images/upgrade-btn.png (added)
-
tags/3.3.5/inc (added)
-
tags/3.3.5/inc/backend (added)
-
tags/3.3.5/inc/backend/activation.php (added)
-
tags/3.3.5/inc/backend/apsp-about.php (added)
-
tags/3.3.5/inc/backend/how-to-use.php (added)
-
tags/3.3.5/inc/backend/index.php (added)
-
tags/3.3.5/inc/backend/main-page.php (added)
-
tags/3.3.5/inc/backend/save-settings.php (added)
-
tags/3.3.5/inc/backend/widget.php (added)
-
tags/3.3.5/inc/frontend (added)
-
tags/3.3.5/inc/frontend/apsp_share.php (added)
-
tags/3.3.5/inc/frontend/board-shortcode.php (added)
-
tags/3.3.5/inc/frontend/follow-shortcode.php (added)
-
tags/3.3.5/inc/frontend/index.php (added)
-
tags/3.3.5/inc/frontend/latest-pins-shortcode.php (added)
-
tags/3.3.5/inc/frontend/pin-widget-shortcode.php (added)
-
tags/3.3.5/inc/frontend/profile-shortcode.php (added)
-
tags/3.3.5/inc/frontend/save_button_shortcode.php (added)
-
tags/3.3.5/index.php (added)
-
tags/3.3.5/js (added)
-
tags/3.3.5/js/backend.js (added)
-
tags/3.3.5/js/frontend.js (added)
-
tags/3.3.5/js/index.php (added)
-
tags/3.3.5/js/jquery-masionary.js (added)
-
tags/3.3.5/languages (added)
-
tags/3.3.5/readme.txt (added)
-
trunk/accesspress-pinterest.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accesspress-pinterest/trunk/accesspress-pinterest.php
r2642976 r2737890 4 4 Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-pinterest/ 5 5 Description: A plugin to add various pinterest widgets and pins to a site with dynamic configuration options. 6 Version: 3.3. 46 Version: 3.3.5 7 7 Author: AccessPress Themes 8 8 Author URI: http://accesspressthemes.com … … 14 14 //Declaration of the necessary constants for plugin 15 15 if (!defined('APSP_VERSION')) { 16 define('APSP_VERSION', '3.3. 4');16 define('APSP_VERSION', '3.3.5'); 17 17 } 18 18 -
accesspress-pinterest/trunk/readme.txt
r2642976 r2737890 5 5 Requires at least: 3.8 6 6 Tested up to: 5.8 7 Stable tag: 3.3. 47 Stable tag: 3.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 == Changelog == 105 105 106 = 3.3.5 = 107 * Checked compatibility with WP version 6.0. 108 106 109 = 3.3.4 = 107 110 * Minor bug fixes in the backend settings.
Note: See TracChangeset
for help on using the changeset viewer.