Plugin Directory

Changeset 2919230


Ignore:
Timestamp:
05/30/2023 05:17:19 PM (3 years ago)
Author:
smeunus
Message:

Update to version 1.0.5 from GitHub

Location:
dash-todo
Files:
18 added
4 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dash-todo/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • dash-todo/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • dash-todo/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • dash-todo/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • dash-todo/tags/1.0.5/README.txt

    r2897783 r2919230  
    11=== Dash Todo ===
    2 Contributors: smeunus,ashikrnhq04
     2Contributors: smeunus
    33Donate link: https://sharifff.com/
    44Tags: todo, dashboard, widget, productivity, utility
    55Requires at least: 5.9
    66Tested up to: 6.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1717
    1818You can manage the Todo from *Dashboard -> Todo* or from the *Dashboard widget*.
     19
    1920Note: If you toggle the *Todo widget*, a page reload is required. This is for Performance purpose.
    2021
    2122== 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? =
     24It 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? =
     26I'm managing the plugin here: https://github.com/shariffff/dash-todo . Feel free to create issues. I'll try my best to help.
    2827
    2928== Screenshots ==
     
    4847* Performance
    4948* 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
    5252
    5353== Upgrade Notice ==
     
    5959=1.0.2 =
    6060Feature updates
    61 =1.0.3 =
     61=1.0.2 =
    6262Bug fix
    63 =1.0.4 =
    64 Bug fix
     63= 1.0.5 =
     64New Features to set todo priority and due date.
  • dash-todo/tags/1.0.5/dash-todo.php

    r2897783 r2919230  
    99 * Author:            Sharif Mohammad Eunus
    1010 * Author URI:       https://sharifff.com
    11  * Version:           1.0.4
     11 * Version:           1.0.5
    1212 * Requires at least: 5.9
    1313 * Tested up to:      6.2
     
    1717namespace DashTodo;
    1818
     19
     20
    1921if (!defined('ABSPATH')) {
    2022    exit;
    2123}
    22 
    23 
    24 
    2524
    2625define('DASH_TODO_PLUGIN_PATH', plugin_dir_path(__FILE__));
     
    2827define('DASH_TODO_PLUGIN_FILE', __FILE__);
    2928define('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';
     29define('DASH_TODO_PLUGIN_VERSION', '1.0.5');
    3430
    3531
    36 
     32require_once 'admin-page.php';
    3733
    3834
    3935register_activation_hook(__FILE__, __NAMESPACE__ . '\\create_demo_todo_items');
    40 
    4136function create_demo_todo_items()
    4237{
  • dash-todo/trunk/README.txt

    r2897783 r2919230  
    11=== Dash Todo ===
    2 Contributors: smeunus,ashikrnhq04
     2Contributors: smeunus
    33Donate link: https://sharifff.com/
    44Tags: todo, dashboard, widget, productivity, utility
    55Requires at least: 5.9
    66Tested up to: 6.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1717
    1818You can manage the Todo from *Dashboard -> Todo* or from the *Dashboard widget*.
     19
    1920Note: If you toggle the *Todo widget*, a page reload is required. This is for Performance purpose.
    2021
    2122== 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? =
     24It 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? =
     26I'm managing the plugin here: https://github.com/shariffff/dash-todo . Feel free to create issues. I'll try my best to help.
    2827
    2928== Screenshots ==
     
    4847* Performance
    4948* 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
    5252
    5353== Upgrade Notice ==
     
    5959=1.0.2 =
    6060Feature updates
    61 =1.0.3 =
     61=1.0.2 =
    6262Bug fix
    63 =1.0.4 =
    64 Bug fix
     63= 1.0.5 =
     64New Features to set todo priority and due date.
  • dash-todo/trunk/dash-todo.php

    r2897783 r2919230  
    99 * Author:            Sharif Mohammad Eunus
    1010 * Author URI:       https://sharifff.com
    11  * Version:           1.0.4
     11 * Version:           1.0.5
    1212 * Requires at least: 5.9
    1313 * Tested up to:      6.2
     
    1717namespace DashTodo;
    1818
     19
     20
    1921if (!defined('ABSPATH')) {
    2022    exit;
    2123}
    22 
    23 
    24 
    2524
    2625define('DASH_TODO_PLUGIN_PATH', plugin_dir_path(__FILE__));
     
    2827define('DASH_TODO_PLUGIN_FILE', __FILE__);
    2928define('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';
     29define('DASH_TODO_PLUGIN_VERSION', '1.0.5');
    3430
    3531
    36 
     32require_once 'admin-page.php';
    3733
    3834
    3935register_activation_hook(__FILE__, __NAMESPACE__ . '\\create_demo_todo_items');
    40 
    4136function create_demo_todo_items()
    4237{
Note: See TracChangeset for help on using the changeset viewer.