Plugin Directory

Changeset 2737890


Ignore:
Timestamp:
06/06/2022 07:42:37 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WP version 6.0.

Location:
accesspress-pinterest
Files:
58 added
2 edited

Legend:

Unmodified
Added
Removed
  • accesspress-pinterest/trunk/accesspress-pinterest.php

    r2642976 r2737890  
    44  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-pinterest/
    55  Description: A plugin to add various pinterest widgets and pins to a site with dynamic configuration options.
    6   Version: 3.3.4
     6  Version: 3.3.5
    77  Author: AccessPress Themes
    88  Author URI: http://accesspressthemes.com
     
    1414//Declaration of the necessary constants for plugin
    1515if (!defined('APSP_VERSION')) {
    16     define('APSP_VERSION', '3.3.4');
     16    define('APSP_VERSION', '3.3.5');
    1717}
    1818
  • accesspress-pinterest/trunk/readme.txt

    r2642976 r2737890  
    55Requires at least: 3.8
    66Tested up to: 5.8
    7 Stable tag: 3.3.4
     7Stable tag: 3.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104== Changelog ==
    105105
     106= 3.3.5 =
     107* Checked compatibility with WP version 6.0.
     108
    106109= 3.3.4 =
    107110* Minor bug fixes in the backend settings.
Note: See TracChangeset for help on using the changeset viewer.