Plugin Directory

Changeset 3134651


Ignore:
Timestamp:
08/13/2024 06:39:18 AM (19 months ago)
Author:
ngideas
Message:

Update to version 1.2.2 from GitHub

Location:
ngsurvey
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ngsurvey/tags/1.2.2/includes/lib/composer.lock

    r3079576 r3134651  
    99        {
    1010            "name": "matomo/device-detector",
    11             "version": "6.3.1",
     11            "version": "6.3.2",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/matomo-org/device-detector.git",
    15                 "reference": "8096093346917ee2477d802ab3b00c4c091c5cee"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/8096093346917ee2477d802ab3b00c4c091c5cee",
    20                 "reference": "8096093346917ee2477d802ab3b00c4c091c5cee",
     15                "reference": "9208a482981be18aaa23701c91f2ef373b567790"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/9208a482981be18aaa23701c91f2ef373b567790",
     20                "reference": "9208a482981be18aaa23701c91f2ef373b567790",
    2121                "shasum": ""
    2222            },
     
    7474                "wiki": "https://dev.matomo.org/"
    7575            },
    76             "time": "2024-04-12T12:16:21+00:00"
     76            "time": "2024-05-27T17:04:41+00:00"
    7777        },
    7878        {
     
    564564        {
    565565            "name": "woocommerce/action-scheduler",
    566             "version": "3.7.4",
     566            "version": "3.8.0",
    567567            "source": {
    568568                "type": "git",
    569569                "url": "https://github.com/woocommerce/action-scheduler.git",
    570                 "reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd"
    571             },
    572             "dist": {
    573                 "type": "zip",
    574                 "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/5fb655253dc004bb7a6d840da807f0949aea8bcd",
    575                 "reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd",
     570                "reference": "99cd7981f51c98883082534d4852491858d72834"
     571            },
     572            "dist": {
     573                "type": "zip",
     574                "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/99cd7981f51c98883082534d4852491858d72834",
     575                "reference": "99cd7981f51c98883082534d4852491858d72834",
    576576                "shasum": ""
    577577            },
     
    601601            "support": {
    602602                "issues": "https://github.com/woocommerce/action-scheduler/issues",
    603                 "source": "https://github.com/woocommerce/action-scheduler/tree/3.7.4"
    604             },
    605             "time": "2024-04-05T14:42:07+00:00"
     603                "source": "https://github.com/woocommerce/action-scheduler/tree/3.8.0"
     604            },
     605            "time": "2024-05-22T13:50:29+00:00"
    606606        }
    607607    ],
  • ngsurvey/tags/1.2.2/ngsurvey.php

    r3079576 r3134651  
    1616 * Plugin URI:          https://ngideas.com/
    1717 * Description:         Next generation open source surveys for Wordpress is here. Create feature rich surveys on your wordpress site and get feedback from your users. 
    18  * Version:             1.2.1
     18 * Version:             1.2.2
    1919 * Author:              NgIdeas
    2020 * Author URI:          https://ngideas.com/
     
    3535 * Start at version 1.0.0 and use SemVer - https://semver.org
    3636 */
    37 define( 'NGSURVEY_VERSION', '1.2.1' );
     37define( 'NGSURVEY_VERSION', '1.2.2' );
    3838
    3939/**
  • ngsurvey/tags/1.2.2/readme.txt

    r3079576 r3134651  
    77Requires at least: 4.9
    88Requires PHP: 7.2
    9 Tested up to: 6.5
    10 Stable tag: 1.2.1
     9Tested up to: 6.6
     10Stable tag: 1.2.2
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124
    125125== Changelog ==
     126= 1.2.2: Apr 30, 2024 =
     127* [Feature] WP 6.6 compatibility
     128
    126129= 1.2.1: Apr 30, 2024 =
    127130* [Feature] WP 6.5 compatibility
  • ngsurvey/trunk/includes/lib/composer.lock

    r3079576 r3134651  
    99        {
    1010            "name": "matomo/device-detector",
    11             "version": "6.3.1",
     11            "version": "6.3.2",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/matomo-org/device-detector.git",
    15                 "reference": "8096093346917ee2477d802ab3b00c4c091c5cee"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/8096093346917ee2477d802ab3b00c4c091c5cee",
    20                 "reference": "8096093346917ee2477d802ab3b00c4c091c5cee",
     15                "reference": "9208a482981be18aaa23701c91f2ef373b567790"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/9208a482981be18aaa23701c91f2ef373b567790",
     20                "reference": "9208a482981be18aaa23701c91f2ef373b567790",
    2121                "shasum": ""
    2222            },
     
    7474                "wiki": "https://dev.matomo.org/"
    7575            },
    76             "time": "2024-04-12T12:16:21+00:00"
     76            "time": "2024-05-27T17:04:41+00:00"
    7777        },
    7878        {
     
    564564        {
    565565            "name": "woocommerce/action-scheduler",
    566             "version": "3.7.4",
     566            "version": "3.8.0",
    567567            "source": {
    568568                "type": "git",
    569569                "url": "https://github.com/woocommerce/action-scheduler.git",
    570                 "reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd"
    571             },
    572             "dist": {
    573                 "type": "zip",
    574                 "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/5fb655253dc004bb7a6d840da807f0949aea8bcd",
    575                 "reference": "5fb655253dc004bb7a6d840da807f0949aea8bcd",
     570                "reference": "99cd7981f51c98883082534d4852491858d72834"
     571            },
     572            "dist": {
     573                "type": "zip",
     574                "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/99cd7981f51c98883082534d4852491858d72834",
     575                "reference": "99cd7981f51c98883082534d4852491858d72834",
    576576                "shasum": ""
    577577            },
     
    601601            "support": {
    602602                "issues": "https://github.com/woocommerce/action-scheduler/issues",
    603                 "source": "https://github.com/woocommerce/action-scheduler/tree/3.7.4"
    604             },
    605             "time": "2024-04-05T14:42:07+00:00"
     603                "source": "https://github.com/woocommerce/action-scheduler/tree/3.8.0"
     604            },
     605            "time": "2024-05-22T13:50:29+00:00"
    606606        }
    607607    ],
  • ngsurvey/trunk/ngsurvey.php

    r3079576 r3134651  
    1616 * Plugin URI:          https://ngideas.com/
    1717 * Description:         Next generation open source surveys for Wordpress is here. Create feature rich surveys on your wordpress site and get feedback from your users. 
    18  * Version:             1.2.1
     18 * Version:             1.2.2
    1919 * Author:              NgIdeas
    2020 * Author URI:          https://ngideas.com/
     
    3535 * Start at version 1.0.0 and use SemVer - https://semver.org
    3636 */
    37 define( 'NGSURVEY_VERSION', '1.2.1' );
     37define( 'NGSURVEY_VERSION', '1.2.2' );
    3838
    3939/**
  • ngsurvey/trunk/readme.txt

    r3079576 r3134651  
    77Requires at least: 4.9
    88Requires PHP: 7.2
    9 Tested up to: 6.5
    10 Stable tag: 1.2.1
     9Tested up to: 6.6
     10Stable tag: 1.2.2
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124
    125125== Changelog ==
     126= 1.2.2: Apr 30, 2024 =
     127* [Feature] WP 6.6 compatibility
     128
    126129= 1.2.1: Apr 30, 2024 =
    127130* [Feature] WP 6.5 compatibility
Note: See TracChangeset for help on using the changeset viewer.