Plugin Directory

Changeset 2541592


Ignore:
Timestamp:
06/02/2021 08:53:49 PM (5 years ago)
Author:
scribable
Message:
  • fixed include error
Location:
scribable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scribable/trunk/README.md

    r2500070 r2541592  
    66Tested up to: 5.7
    77Requires PHP: 5.4
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 1.0.3 =
     78* Fixed include issue
     79
    7780= 1.0.1 =
    7881* Fixed auth encryption
     82
    7983= 1.0.0 =
    8084* Initial release
  • scribable/trunk/scribable.php

    r2500070 r2541592  
    55 * Author: Scribable
    66 * Author URI: https://scribable.io
    7  * Version: 1.0.2
     7 * Version: 1.0.3
    88 */
    99
     
    1212
    1313if ( ! defined( 'SCRIBABLE_VERSION' ) ) {
    14     define( 'SCRIBABLE_VERSION', '1.0.2' );
     14    define( 'SCRIBABLE_VERSION', '1.0.3' );
    1515}
    1616
     
    6161    __FILE__,
    6262    function() {
    63         require_once 'includes/class-scribable-activator.php';
     63        require_once 'inc/class-scribable-activator.php';
    6464        Scribable_Activator::activate();
    6565    }
Note: See TracChangeset for help on using the changeset viewer.