Changeset 2541592
- Timestamp:
- 06/02/2021 08:53:49 PM (5 years ago)
- Location:
- scribable/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
scribable.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scribable/trunk/README.md
r2500070 r2541592 6 6 Tested up to: 5.7 7 7 Requires PHP: 5.4 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 == Changelog == 76 76 77 = 1.0.3 = 78 * Fixed include issue 79 77 80 = 1.0.1 = 78 81 * Fixed auth encryption 82 79 83 = 1.0.0 = 80 84 * Initial release -
scribable/trunk/scribable.php
r2500070 r2541592 5 5 * Author: Scribable 6 6 * Author URI: https://scribable.io 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 */ 9 9 … … 12 12 13 13 if ( ! defined( 'SCRIBABLE_VERSION' ) ) { 14 define( 'SCRIBABLE_VERSION', '1.0. 2' );14 define( 'SCRIBABLE_VERSION', '1.0.3' ); 15 15 } 16 16 … … 61 61 __FILE__, 62 62 function() { 63 require_once 'inc ludes/class-scribable-activator.php';63 require_once 'inc/class-scribable-activator.php'; 64 64 Scribable_Activator::activate(); 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.