Plugin Directory

Changeset 3252087


Ignore:
Timestamp:
03/07/2025 10:13:37 AM (13 months ago)
Author:
exodox
Message:

Deploy to WordPress directory (v1.0.3)

Location:
exodox
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • exodox/tags/1.0.3/exodox.php

    r3249582 r3252087  
    44 * Plugin URI:  https://exodox.link
    55 * Description: A content lock plugin that allows for locking of content for payments.
    6  * Version:     1.0.2
     6 * Version:     1.0.3
    77 * Author:      Exodox
    88 * Author URI:  https://exodox.link
     
    1313 * Requires PHP: 7.4
    1414 * Requires at least: 5.2
    15  * Tested up to: 6.7.4
     15 * Tested up to: 6.7.2
    1616 *
    1717 * @package exodox
     
    8181    class ExodoxLogin
    8282    {
    83         const EXODOX_PLUGIN_VERSION = '1.0.2';
     83        const EXODOX_PLUGIN_VERSION = '1.0.3';
    8484
    8585        private static $locked_content;
  • exodox/tags/1.0.3/readme.txt

    r3249582 r3252087  
    44Tags: exodox, lock post, monetize, paywall, micro payments, third-party, lock, unlock, sell, buy, post, hide
    55Requires at least: 5.2
    6 Tested up to: 6.7.4
     6Tested up to: 6.7.2
    77Requires PHP: 7.4
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: ISC
    1010License URI: http://directory.fsf.org/wiki/License:ISC
     
    121121== Changelog ==
    122122
     123= 1.0.3 =
     124
     125* Correction - fixed incorrect tested to information
     126
    123127= 1.0.2 =
    124128
  • exodox/trunk/exodox.php

    r3249582 r3252087  
    44 * Plugin URI:  https://exodox.link
    55 * Description: A content lock plugin that allows for locking of content for payments.
    6  * Version:     1.0.2
     6 * Version:     1.0.3
    77 * Author:      Exodox
    88 * Author URI:  https://exodox.link
     
    1313 * Requires PHP: 7.4
    1414 * Requires at least: 5.2
    15  * Tested up to: 6.7.4
     15 * Tested up to: 6.7.2
    1616 *
    1717 * @package exodox
     
    8181    class ExodoxLogin
    8282    {
    83         const EXODOX_PLUGIN_VERSION = '1.0.2';
     83        const EXODOX_PLUGIN_VERSION = '1.0.3';
    8484
    8585        private static $locked_content;
  • exodox/trunk/readme.txt

    r3249582 r3252087  
    44Tags: exodox, lock post, monetize, paywall, micro payments, third-party, lock, unlock, sell, buy, post, hide
    55Requires at least: 5.2
    6 Tested up to: 6.7.4
     6Tested up to: 6.7.2
    77Requires PHP: 7.4
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: ISC
    1010License URI: http://directory.fsf.org/wiki/License:ISC
     
    121121== Changelog ==
    122122
     123= 1.0.3 =
     124
     125* Correction - fixed incorrect tested to information
     126
    123127= 1.0.2 =
    124128
Note: See TracChangeset for help on using the changeset viewer.