Plugin Directory

Changeset 3353047


Ignore:
Timestamp:
08/30/2025 09:54:36 AM (7 months ago)
Author:
parasolbrowsing
Message:

Updating to version 1.2

Location:
parasol/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • parasol/trunk/config.php

    r3226477 r3353047  
    4747-----END RSA PRIVATE KEY-----'
    4848);
    49 define( 'PARASOL_VERSION', '1.1' );
     49define( 'PARASOL_VERSION', '1.2' );
    5050define( 'PARASOL_WIDGET', 'https://widget.parasolbrowsing.com/' . PARASOL_ENV );
  • parasol/trunk/parasol.php

    r3226477 r3353047  
    44 * Plugin URI: https://parasolbrowsing.com
    55 * Description: Monetize your website without ads or data tracking
    6  * Version: 1.1
     6 * Version: 1.2
    77 * License: GPLv2 or later
    88 *
     
    105105        }
    106106
    107         set_transient( 'parasol_whitelist_domains', $parasol_site_data['whitelistDomains'] ?? array() );
     107        set_transient( 'parasol_whitelist_domains', $parasol_site_data['whitelistDomains'] ?? array(), 3600 );
    108108    }
    109109
  • parasol/trunk/readme.txt

    r3226477 r3353047  
    33Tags: monetization, ads, advertisement alternative, site access management, privacy
    44Requires at least: 5.0
    5 Tested up to: 6.7.1
     5Tested up to: 6.8.2
    66Requires PHP: 7.4
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    38383. Once your site is enabled, activate the plugin through the 'Plugins' screen in WordPress.
    39394. If Parasol does not appear when going to any of your pages, please contact Parasol.  Once resolved, reactivate the plugin.
     40
     41== Interoperable ==
     42
     43Parasol works great with other plugins and ad networks such as Google AdSense, AdExchange, Ezoic, Raptive, Mediavine, Freestar, Infolinks, Taboola and more.  Simply turn on Parasol and let the user choose their browsing experience.
    4044
    4145== Frequently Asked Questions ==
     
    8791== Changelog ==
    8892
     93= 1.2 =
     94* Updates to Parasol cache sync.
     95
    8996= 1.1 =
    9097* Updates to Parasol asset loading.
     
    97104
    98105== Upgrade Notice ==
     106
     107= 1.2 =
     108Updates to Parasol cache sync.
    99109
    100110= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.