Plugin Directory

Changeset 3439438


Ignore:
Timestamp:
01/14/2026 11:12:17 AM (5 weeks ago)
Author:
cannon8417
Message:

Update to version 1.0.7 from GitHub

Location:
theraplo
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • theraplo/tags/1.0.7/readme.txt

    r3439436 r3439438  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • theraplo/tags/1.0.7/theraplo-widget.php

    r3439436 r3439438  
    44 * Plugin URI: https://theraplo.com
    55 * Description: Allows users to add the Theraplo widget to their WordPress pages.
    6  * Version: 1.0.5
     6 * Version: 1.0.7
    77 * Author: Theraplo
    88 * License: GPL v2 or later
     
    1515
    1616// Define plugin constants
    17 define('THERAPLO_WIDGET_VERSION', '1.0.5');
     17define('THERAPLO_WIDGET_VERSION', '1.0.7');
    1818define('THERAPLO_WIDGET_URL', plugin_dir_url(__FILE__));
    1919define('THERAPLO_WIDGET_PATH', plugin_dir_path(__FILE__));
  • theraplo/trunk/readme.txt

    r3439436 r3439438  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • theraplo/trunk/theraplo-widget.php

    r3439436 r3439438  
    44 * Plugin URI: https://theraplo.com
    55 * Description: Allows users to add the Theraplo widget to their WordPress pages.
    6  * Version: 1.0.5
     6 * Version: 1.0.7
    77 * Author: Theraplo
    88 * License: GPL v2 or later
     
    1515
    1616// Define plugin constants
    17 define('THERAPLO_WIDGET_VERSION', '1.0.5');
     17define('THERAPLO_WIDGET_VERSION', '1.0.7');
    1818define('THERAPLO_WIDGET_URL', plugin_dir_url(__FILE__));
    1919define('THERAPLO_WIDGET_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.