Plugin Directory

Changeset 2217270


Ignore:
Timestamp:
12/24/2019 12:11:28 AM (6 years ago)
Author:
hifipix
Message:

Release 1.5.1

Location:
wp-quickdraw/trunk
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • wp-quickdraw/trunk/assets/css/admin.css

    r2214617 r2217270  
    851851
    852852/* Temporarily unhide the sidebar tabs */
    853 /* .redux-container.wpqd-settings .redux-sidebar {
     853.redux-container.wpqd-settings .redux-sidebar {
    854854    display: block;
    855855}
     
    857857.redux-container.wpqd-settings .redux-main {
    858858    margin-left: 202px;
    859 } */
     859}
    860860
    861861/**
  • wp-quickdraw/trunk/assets/css/index.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223    //-----------------------------------------
  • wp-quickdraw/trunk/assets/images/index.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223    //-----------------------------------------
  • wp-quickdraw/trunk/assets/js/hifipix.js

    r2214617 r2217270  
    4040
    4141      that.enabledImageExtensions.push( type );
    42 
    43       // TODO: Uncomment this when progressive PNG functionality works
    44       // if ( type === 'png' ) {
    45       //   return true;
    46       // }
    4742
    4843      that.normalImageExtensions.push( type );
  • wp-quickdraw/trunk/assets/js/index.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223    //-----------------------------------------
  • wp-quickdraw/trunk/wpqd-admin-dashboard.php

    r2214620 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-api-connector.php

    r2214620 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-batch-importer.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-buffer-manager.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-buffer.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-cdn-uploader.php

    r2217264 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-disable-metabox.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-image-generator.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-image-metadata.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-image-status-list.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-image-status-page.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-logger.php

    r2214620 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-media-library.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
  • wp-quickdraw/trunk/wpqd-plugin-state.php

    r2214617 r2217270  
    11<?php
    2 /**
    3  * WP QuickDraw is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, either version 3 of the License, or
    6  * any later version.
    7  * WP QuickDraw is distributed in the hope that it will be useful,
    8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    10  * GNU General Public License for more details.
    11  * You should have received a copy of the GNU General Public License
    12  * along with WP QuickDraw. If not, see http://www.gnu.org/licenses/gpl.html.
    13  *
    14  * @package     WP_QuickDraw
    15  * @author      hifipix
    16  * @copyright   2019 HifiPix, Inc.
    17  * @license     http://www.gnu.org/licenses/gpl.html  GNU GPL, Version 3
    18  * @version     1.5.0
    19  */
    20  
    212
    223namespace Wpqd;
Note: See TracChangeset for help on using the changeset viewer.