Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery Add New, Sorting (Drag n Drop) and Date Input Default Fix #410

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2017

  1. Merge pull request #1 from gambitph/master

    Update
    juyal-ahmed committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    22fbe3c View commit details
    Browse the repository at this point in the history
  2. Fix - non well formed numeric value for date type

    A fix for below mentioned notice issue:   
    ```
    $panel->createOption( array(
            'name' => 'Finish',
            'id' => 'adv_end',
            'type' => 'date',
            'default' => '2017-04-10'
        ) );
    ```
    Notice: A non well formed numeric value encountered in /var/www/html/wordpress/wp-content/plugins/titan-framework/lib/class-option-date.php on line 167
    juyal-ahmed committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    f3d883f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from tojibon/date-type-default-value-fix

    Fix - non well formed numeric value for date type
    juyal-ahmed committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    7d3e3bd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    54e151c View commit details
    Browse the repository at this point in the history
  2. Default date value fix

    juyal-ahmed committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    56225cf View commit details
    Browse the repository at this point in the history
  3. Add new gallery item support added!

    On post edit UI with existing gallery images now has support for new image.
    juyal-ahmed committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    6fb4aee View commit details
    Browse the repository at this point in the history
  4. Gallery image sorting added

    Gallery Input Selected Image Sorting added with drag and drop jQuery UI.
    juyal-ahmed committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f7f726a View commit details
    Browse the repository at this point in the history