Changeset 3353047
- Timestamp:
- 08/30/2025 09:54:36 AM (7 months ago)
- Location:
- parasol/trunk
- Files:
-
- 3 edited
-
config.php (modified) (1 diff)
-
parasol.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
parasol/trunk/config.php
r3226477 r3353047 47 47 -----END RSA PRIVATE KEY-----' 48 48 ); 49 define( 'PARASOL_VERSION', '1. 1' );49 define( 'PARASOL_VERSION', '1.2' ); 50 50 define( 'PARASOL_WIDGET', 'https://widget.parasolbrowsing.com/' . PARASOL_ENV ); -
parasol/trunk/parasol.php
r3226477 r3353047 4 4 * Plugin URI: https://parasolbrowsing.com 5 5 * Description: Monetize your website without ads or data tracking 6 * Version: 1. 16 * Version: 1.2 7 7 * License: GPLv2 or later 8 8 * … … 105 105 } 106 106 107 set_transient( 'parasol_whitelist_domains', $parasol_site_data['whitelistDomains'] ?? array() );107 set_transient( 'parasol_whitelist_domains', $parasol_site_data['whitelistDomains'] ?? array(), 3600 ); 108 108 } 109 109 -
parasol/trunk/readme.txt
r3226477 r3353047 3 3 Tags: monetization, ads, advertisement alternative, site access management, privacy 4 4 Requires at least: 5.0 5 Tested up to: 6. 7.15 Tested up to: 6.8.2 6 6 Requires PHP: 7.4 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 3. Once your site is enabled, activate the plugin through the 'Plugins' screen in WordPress. 39 39 4. If Parasol does not appear when going to any of your pages, please contact Parasol. Once resolved, reactivate the plugin. 40 41 == Interoperable == 42 43 Parasol 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. 40 44 41 45 == Frequently Asked Questions == … … 87 91 == Changelog == 88 92 93 = 1.2 = 94 * Updates to Parasol cache sync. 95 89 96 = 1.1 = 90 97 * Updates to Parasol asset loading. … … 97 104 98 105 == Upgrade Notice == 106 107 = 1.2 = 108 Updates to Parasol cache sync. 99 109 100 110 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.