Changeset 3252087
- Timestamp:
- 03/07/2025 10:13:37 AM (13 months ago)
- Location:
- exodox
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from exodox/trunk)
-
tags/1.0.3/exodox.php (modified) (3 diffs)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
trunk/exodox.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exodox/tags/1.0.3/exodox.php
r3249582 r3252087 4 4 * Plugin URI: https://exodox.link 5 5 * Description: A content lock plugin that allows for locking of content for payments. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Exodox 8 8 * Author URI: https://exodox.link … … 13 13 * Requires PHP: 7.4 14 14 * Requires at least: 5.2 15 * Tested up to: 6.7. 415 * Tested up to: 6.7.2 16 16 * 17 17 * @package exodox … … 81 81 class ExodoxLogin 82 82 { 83 const EXODOX_PLUGIN_VERSION = '1.0. 2';83 const EXODOX_PLUGIN_VERSION = '1.0.3'; 84 84 85 85 private static $locked_content; -
exodox/tags/1.0.3/readme.txt
r3249582 r3252087 4 4 Tags: exodox, lock post, monetize, paywall, micro payments, third-party, lock, unlock, sell, buy, post, hide 5 5 Requires at least: 5.2 6 Tested up to: 6.7. 46 Tested up to: 6.7.2 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: ISC 10 10 License URI: http://directory.fsf.org/wiki/License:ISC … … 121 121 == Changelog == 122 122 123 = 1.0.3 = 124 125 * Correction - fixed incorrect tested to information 126 123 127 = 1.0.2 = 124 128 -
exodox/trunk/exodox.php
r3249582 r3252087 4 4 * Plugin URI: https://exodox.link 5 5 * Description: A content lock plugin that allows for locking of content for payments. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Exodox 8 8 * Author URI: https://exodox.link … … 13 13 * Requires PHP: 7.4 14 14 * Requires at least: 5.2 15 * Tested up to: 6.7. 415 * Tested up to: 6.7.2 16 16 * 17 17 * @package exodox … … 81 81 class ExodoxLogin 82 82 { 83 const EXODOX_PLUGIN_VERSION = '1.0. 2';83 const EXODOX_PLUGIN_VERSION = '1.0.3'; 84 84 85 85 private static $locked_content; -
exodox/trunk/readme.txt
r3249582 r3252087 4 4 Tags: exodox, lock post, monetize, paywall, micro payments, third-party, lock, unlock, sell, buy, post, hide 5 5 Requires at least: 5.2 6 Tested up to: 6.7. 46 Tested up to: 6.7.2 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: ISC 10 10 License URI: http://directory.fsf.org/wiki/License:ISC … … 121 121 == Changelog == 122 122 123 = 1.0.3 = 124 125 * Correction - fixed incorrect tested to information 126 123 127 = 1.0.2 = 124 128
Note: See TracChangeset
for help on using the changeset viewer.