Changeset 2919230
- Timestamp:
- 05/30/2023 05:17:19 PM (3 years ago)
- Location:
- dash-todo
- Files:
-
- 18 added
- 4 deleted
- 8 edited
- 1 copied
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
tags/1.0.5 (copied) (copied from dash-todo/trunk)
-
tags/1.0.5/README.txt (modified) (4 diffs)
-
tags/1.0.5/admin-page.php (added)
-
tags/1.0.5/build (deleted)
-
tags/1.0.5/dash-todo.php (modified) (3 diffs)
-
tags/1.0.5/dist (added)
-
tags/1.0.5/dist/css (added)
-
tags/1.0.5/dist/css/app.css (added)
-
tags/1.0.5/dist/entrypoints.json (added)
-
tags/1.0.5/dist/js (added)
-
tags/1.0.5/dist/js/app.js (added)
-
tags/1.0.5/dist/manifest.json (added)
-
tags/1.0.5/includes (deleted)
-
tags/1.0.5/package-lock.json (added)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/admin-page.php (added)
-
trunk/build (deleted)
-
trunk/dash-todo.php (modified) (3 diffs)
-
trunk/dist (added)
-
trunk/dist/css (added)
-
trunk/dist/css/app.css (added)
-
trunk/dist/entrypoints.json (added)
-
trunk/dist/js (added)
-
trunk/dist/js/app.js (added)
-
trunk/dist/manifest.json (added)
-
trunk/includes (deleted)
-
trunk/package-lock.json (added)
Legend:
- Unmodified
- Added
- Removed
-
dash-todo/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
dash-todo/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
dash-todo/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
dash-todo/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
dash-todo/tags/1.0.5/README.txt
r2897783 r2919230 1 1 === Dash Todo === 2 Contributors: smeunus ,ashikrnhq042 Contributors: smeunus 3 3 Donate link: https://sharifff.com/ 4 4 Tags: todo, dashboard, widget, productivity, utility 5 5 Requires at least: 5.9 6 6 Tested up to: 6.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 17 17 18 18 You can manage the Todo from *Dashboard -> Todo* or from the *Dashboard widget*. 19 19 20 Note: If you toggle the *Todo widget*, a page reload is required. This is for Performance purpose. 20 21 21 22 == Frequently Asked Questions == 22 23 = Can I contribute to this plugin? = 24 Sure, I'm managing the plugin here: https://github.com/shariffff/dash-todo 25 Also, feel free to submit any idea. 26 27 An answer to that question. 23 = Why todo items are loading slowly? = 24 It depends on the site's REST API response. I'm trying to optimize it as much as possible. 25 = Where to report bugs or suggest improvements? = 26 I'm managing the plugin here: https://github.com/shariffff/dash-todo . Feel free to create issues. I'll try my best to help. 28 27 29 28 == Screenshots == … … 48 47 * Performance 49 48 * Bug fix 50 = 1.0.4 = 51 * Fix PHP warning 49 = 1.0.5 = 50 * Feature Added: Set Priority 51 * Feature Added: Set Due Date 52 52 53 53 == Upgrade Notice == … … 59 59 =1.0.2 = 60 60 Feature updates 61 =1.0. 3=61 =1.0.2 = 62 62 Bug fix 63 = 1.0.4=64 Bug fix 63 = 1.0.5 = 64 New Features to set todo priority and due date. -
dash-todo/tags/1.0.5/dash-todo.php
r2897783 r2919230 9 9 * Author: Sharif Mohammad Eunus 10 10 * Author URI: https://sharifff.com 11 * Version: 1.0. 411 * Version: 1.0.5 12 12 * Requires at least: 5.9 13 13 * Tested up to: 6.2 … … 17 17 namespace DashTodo; 18 18 19 20 19 21 if (!defined('ABSPATH')) { 20 22 exit; 21 23 } 22 23 24 25 24 26 25 define('DASH_TODO_PLUGIN_PATH', plugin_dir_path(__FILE__)); … … 28 27 define('DASH_TODO_PLUGIN_FILE', __FILE__); 29 28 define('DASH_TODO_PLUGIN_DIR', __DIR__); 30 define('DASH_TODO_PLUGIN_VERSION', '1.0.4'); 31 32 require 'includes/enqueue-scripts-from-asset-file.php'; 33 require 'includes/admin-page.php'; 29 define('DASH_TODO_PLUGIN_VERSION', '1.0.5'); 34 30 35 31 36 32 require_once 'admin-page.php'; 37 33 38 34 39 35 register_activation_hook(__FILE__, __NAMESPACE__ . '\\create_demo_todo_items'); 40 41 36 function create_demo_todo_items() 42 37 { -
dash-todo/trunk/README.txt
r2897783 r2919230 1 1 === Dash Todo === 2 Contributors: smeunus ,ashikrnhq042 Contributors: smeunus 3 3 Donate link: https://sharifff.com/ 4 4 Tags: todo, dashboard, widget, productivity, utility 5 5 Requires at least: 5.9 6 6 Tested up to: 6.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 17 17 18 18 You can manage the Todo from *Dashboard -> Todo* or from the *Dashboard widget*. 19 19 20 Note: If you toggle the *Todo widget*, a page reload is required. This is for Performance purpose. 20 21 21 22 == Frequently Asked Questions == 22 23 = Can I contribute to this plugin? = 24 Sure, I'm managing the plugin here: https://github.com/shariffff/dash-todo 25 Also, feel free to submit any idea. 26 27 An answer to that question. 23 = Why todo items are loading slowly? = 24 It depends on the site's REST API response. I'm trying to optimize it as much as possible. 25 = Where to report bugs or suggest improvements? = 26 I'm managing the plugin here: https://github.com/shariffff/dash-todo . Feel free to create issues. I'll try my best to help. 28 27 29 28 == Screenshots == … … 48 47 * Performance 49 48 * Bug fix 50 = 1.0.4 = 51 * Fix PHP warning 49 = 1.0.5 = 50 * Feature Added: Set Priority 51 * Feature Added: Set Due Date 52 52 53 53 == Upgrade Notice == … … 59 59 =1.0.2 = 60 60 Feature updates 61 =1.0. 3=61 =1.0.2 = 62 62 Bug fix 63 = 1.0.4=64 Bug fix 63 = 1.0.5 = 64 New Features to set todo priority and due date. -
dash-todo/trunk/dash-todo.php
r2897783 r2919230 9 9 * Author: Sharif Mohammad Eunus 10 10 * Author URI: https://sharifff.com 11 * Version: 1.0. 411 * Version: 1.0.5 12 12 * Requires at least: 5.9 13 13 * Tested up to: 6.2 … … 17 17 namespace DashTodo; 18 18 19 20 19 21 if (!defined('ABSPATH')) { 20 22 exit; 21 23 } 22 23 24 25 24 26 25 define('DASH_TODO_PLUGIN_PATH', plugin_dir_path(__FILE__)); … … 28 27 define('DASH_TODO_PLUGIN_FILE', __FILE__); 29 28 define('DASH_TODO_PLUGIN_DIR', __DIR__); 30 define('DASH_TODO_PLUGIN_VERSION', '1.0.4'); 31 32 require 'includes/enqueue-scripts-from-asset-file.php'; 33 require 'includes/admin-page.php'; 29 define('DASH_TODO_PLUGIN_VERSION', '1.0.5'); 34 30 35 31 36 32 require_once 'admin-page.php'; 37 33 38 34 39 35 register_activation_hook(__FILE__, __NAMESPACE__ . '\\create_demo_todo_items'); 40 41 36 function create_demo_todo_items() 42 37 {
Note: See TracChangeset
for help on using the changeset viewer.