Plugin Directory

Changeset 2945052


Ignore:
Timestamp:
07/30/2023 09:28:02 AM (3 years ago)
Author:
themesgrove
Message:

Update to version 2.7.8 from GitHub

Location:
smartpay
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smartpay/tags/2.7.8/readme.txt

    r2940675 r2945052  
    55Tested up to: 6.2.2
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.7.7
     7Stable Tag: 2.7.8
    88License: GNU Version 2 or later
    99
     
    123123
    124124== Changelog ==
     125= [2.7.8] =
     126* Add - Missing strings for translation.
     127
    125128= [2.7.7] =
    126129* Feat - Add a message to the receipt page if the webhook is delayed.
  • smartpay/tags/2.7.8/resources/languages/smartpay.pot

    r2726552 r2945052  
    12221222msgid "Yearly"
    12231223msgstr ""
     1224
     1225msgid "Monthly Report"
     1226msgstr ""
     1227
     1228msgid "Recent Payments"
     1229msgstr ""
     1230
     1231msgid "Title"
     1232msgstr ""
     1233
     1234msgid "Actions"
     1235msgstr ""
     1236
     1237msgid "Preview"
     1238msgstr ""
     1239
     1240msgid "Edit"
     1241msgstr ""
     1242
     1243msgid "Delete"
     1244msgstr ""
     1245
     1246msgid "Add New"
     1247msgstr ""
     1248
     1249msgid "Save"
     1250msgstr ""
     1251
     1252msgid "Edit Product"
     1253msgstr ""
     1254
     1255msgid "Cover Image"
     1256msgstr ""
     1257
     1258msgid "Select a featured image for this product"
     1259msgstr ""
     1260
     1261msgid "Choose File"
     1262msgstr ""
     1263
     1264msgid "Pricing & Variation"
     1265msgstr ""
     1266
     1267msgid "Options"
     1268msgstr ""
     1269
     1270msgid "Billing Type"
     1271msgstr ""
     1272
     1273msgid "Base Price"
     1274msgstr ""
     1275
     1276msgid "Sales price"
     1277msgstr ""
     1278
     1279msgid "Offer variations of this product"
     1280msgstr ""
     1281
     1282msgid "Add Variations"
     1283msgstr ""
     1284
     1285msgid "Sweeten the deal for your customers with different options for format"
     1286msgstr ""
     1287
     1288msgid "version"
     1289msgstr ""
     1290
     1291msgid "Upload or select files for this product"
     1292msgstr ""
     1293
     1294msgid "Upload files"
     1295msgstr ""
     1296
     1297msgid "Checkout Options"
     1298msgstr ""
     1299
     1300msgid "Add resource link on Payment Success Page"
     1301msgstr ""
     1302
     1303msgid "Pricing"
     1304msgstr ""
     1305
     1306msgid "Builder"
     1307msgstr ""
     1308
     1309msgid "Form Amounts"
     1310msgstr ""
     1311
     1312msgid "Add New Amount"
     1313msgstr ""
     1314
     1315msgid "Allow custom amount"
     1316msgstr ""
     1317
     1318msgid "Edit Form"
     1319msgstr ""
     1320
     1321msgid "Delete Amount"
     1322msgstr ""
     1323
     1324msgid "Label"
     1325msgstr ""
     1326
     1327msgid "Name"
     1328msgstr ""
     1329
     1330msgid "View Details"
     1331msgstr ""
     1332
     1333msgid "No coupon found"
     1334msgstr ""
     1335
     1336msgid "Enter coupon code here"
     1337msgstr ""
     1338
     1339msgid "Coupon description"
     1340msgstr ""
     1341
     1342msgid "Usage Restriction"
     1343msgstr ""
     1344
     1345msgid "Discount type"
     1346msgstr ""
     1347
     1348msgid "Fixed Amount"
     1349msgstr ""
     1350
     1351msgid "Percentage Amount"
     1352msgstr ""
     1353
     1354msgid "Coupon amount"
     1355msgstr ""
     1356
     1357msgid "Coupon expiry date"
     1358msgstr ""
     1359
     1360msgid "Customer Details"
     1361msgstr ""
     1362
     1363msgid "Form Payment Details"
     1364msgstr ""
     1365
     1366msgid "Payment Details"
     1367msgstr ""
     1368
     1369msgid "Form Data"
     1370msgstr ""
     1371
     1372msgid "Create WP user on first payment"
     1373msgstr ""
     1374
     1375msgid "GENERAL SETTINGS"
     1376msgstr ""
     1377
     1378msgid "Create WP user"
     1379msgstr ""
     1380
     1381msgid "License Status"
     1382msgstr ""
     1383
     1384msgid "No subscription found"
     1385msgstr ""
     1386
     1387msgid "Billing Cycle"
     1388msgstr ""
     1389
     1390msgid "Payment ID"
     1391msgstr ""
  • smartpay/tags/2.7.8/smartpay.php

    r2940675 r2945052  
    66 * Plugin URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags: download manager, digital product, donation, ecommerce, paddle, stripe, paypal, document manager, file manager, download protection, recurring payment, donations, donation plugin, wordpress donation plugin, wp donation, fundraising, fundraiser, crowdfunding, wordpress donations, gutenberg, gutenberg donations, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations, bkash, bkash payment,
    8  * Version:     2.7.7
     8 * Version:     2.7.8
    99 * Author:      WPSmartPay
    1010 * Author URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
     
    2828defined('ABSPATH') || exit;
    2929
    30 define('SMARTPAY_VERSION', '2.7.7');
     30define('SMARTPAY_VERSION', '2.7.8');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/tags/2.7.8/vendor/autoload.php

    r2940675 r2945052  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214::getLoader();
     25return ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877::getLoader();
  • smartpay/tags/2.7.8/vendor/composer/autoload_real.php

    r2940675 r2945052  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214
     5class ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit5f7a07cb5f9051655780f0561c919214::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit04190c33580335fc7d75331fc5fe5877::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$files;
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$files;
    3737        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/tags/2.7.8/vendor/composer/autoload_static.php

    r2940675 r2945052  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit5f7a07cb5f9051655780f0561c919214
     7class ComposerStaticInit04190c33580335fc7d75331fc5fe5877
    88{
    99    public static $files = array (
     
    111111    {
    112112        return \Closure::bind(function () use ($loader) {
    113             $loader->prefixLengthsPsr4 = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$prefixLengthsPsr4;
    114             $loader->prefixDirsPsr4 = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$prefixDirsPsr4;
    115             $loader->classMap = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$classMap;
     113            $loader->prefixLengthsPsr4 = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$prefixLengthsPsr4;
     114            $loader->prefixDirsPsr4 = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$prefixDirsPsr4;
     115            $loader->classMap = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$classMap;
    116116
    117117        }, null, ClassLoader::class);
  • smartpay/tags/2.7.8/vendor/composer/installed.php

    r2940675 r2945052  
    22    'root' => array(
    33        'name' => 'wp-smartpay/core',
    4         'pretty_version' => 'v2.7.7',
    5         'version' => '2.7.7.0',
    6         'reference' => 'bf6e8da544a1501c2b71443619fc4f7672bab7db',
     4        'pretty_version' => 'v2.7.8',
     5        'version' => '2.7.8.0',
     6        'reference' => '54377e624c09b0d37c7534e8643c82c973bbc4cd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    108108        ),
    109109        'wp-smartpay/core' => array(
    110             'pretty_version' => 'v2.7.7',
    111             'version' => '2.7.7.0',
    112             'reference' => 'bf6e8da544a1501c2b71443619fc4f7672bab7db',
     110            'pretty_version' => 'v2.7.8',
     111            'version' => '2.7.8.0',
     112            'reference' => '54377e624c09b0d37c7534e8643c82c973bbc4cd',
    113113            'type' => 'library',
    114114            'install_path' => __DIR__ . '/../../',
  • smartpay/trunk/readme.txt

    r2940675 r2945052  
    55Tested up to: 6.2.2
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.7.7
     7Stable Tag: 2.7.8
    88License: GNU Version 2 or later
    99
     
    123123
    124124== Changelog ==
     125= [2.7.8] =
     126* Add - Missing strings for translation.
     127
    125128= [2.7.7] =
    126129* Feat - Add a message to the receipt page if the webhook is delayed.
  • smartpay/trunk/resources/languages/smartpay.pot

    r2726552 r2945052  
    12221222msgid "Yearly"
    12231223msgstr ""
     1224
     1225msgid "Monthly Report"
     1226msgstr ""
     1227
     1228msgid "Recent Payments"
     1229msgstr ""
     1230
     1231msgid "Title"
     1232msgstr ""
     1233
     1234msgid "Actions"
     1235msgstr ""
     1236
     1237msgid "Preview"
     1238msgstr ""
     1239
     1240msgid "Edit"
     1241msgstr ""
     1242
     1243msgid "Delete"
     1244msgstr ""
     1245
     1246msgid "Add New"
     1247msgstr ""
     1248
     1249msgid "Save"
     1250msgstr ""
     1251
     1252msgid "Edit Product"
     1253msgstr ""
     1254
     1255msgid "Cover Image"
     1256msgstr ""
     1257
     1258msgid "Select a featured image for this product"
     1259msgstr ""
     1260
     1261msgid "Choose File"
     1262msgstr ""
     1263
     1264msgid "Pricing & Variation"
     1265msgstr ""
     1266
     1267msgid "Options"
     1268msgstr ""
     1269
     1270msgid "Billing Type"
     1271msgstr ""
     1272
     1273msgid "Base Price"
     1274msgstr ""
     1275
     1276msgid "Sales price"
     1277msgstr ""
     1278
     1279msgid "Offer variations of this product"
     1280msgstr ""
     1281
     1282msgid "Add Variations"
     1283msgstr ""
     1284
     1285msgid "Sweeten the deal for your customers with different options for format"
     1286msgstr ""
     1287
     1288msgid "version"
     1289msgstr ""
     1290
     1291msgid "Upload or select files for this product"
     1292msgstr ""
     1293
     1294msgid "Upload files"
     1295msgstr ""
     1296
     1297msgid "Checkout Options"
     1298msgstr ""
     1299
     1300msgid "Add resource link on Payment Success Page"
     1301msgstr ""
     1302
     1303msgid "Pricing"
     1304msgstr ""
     1305
     1306msgid "Builder"
     1307msgstr ""
     1308
     1309msgid "Form Amounts"
     1310msgstr ""
     1311
     1312msgid "Add New Amount"
     1313msgstr ""
     1314
     1315msgid "Allow custom amount"
     1316msgstr ""
     1317
     1318msgid "Edit Form"
     1319msgstr ""
     1320
     1321msgid "Delete Amount"
     1322msgstr ""
     1323
     1324msgid "Label"
     1325msgstr ""
     1326
     1327msgid "Name"
     1328msgstr ""
     1329
     1330msgid "View Details"
     1331msgstr ""
     1332
     1333msgid "No coupon found"
     1334msgstr ""
     1335
     1336msgid "Enter coupon code here"
     1337msgstr ""
     1338
     1339msgid "Coupon description"
     1340msgstr ""
     1341
     1342msgid "Usage Restriction"
     1343msgstr ""
     1344
     1345msgid "Discount type"
     1346msgstr ""
     1347
     1348msgid "Fixed Amount"
     1349msgstr ""
     1350
     1351msgid "Percentage Amount"
     1352msgstr ""
     1353
     1354msgid "Coupon amount"
     1355msgstr ""
     1356
     1357msgid "Coupon expiry date"
     1358msgstr ""
     1359
     1360msgid "Customer Details"
     1361msgstr ""
     1362
     1363msgid "Form Payment Details"
     1364msgstr ""
     1365
     1366msgid "Payment Details"
     1367msgstr ""
     1368
     1369msgid "Form Data"
     1370msgstr ""
     1371
     1372msgid "Create WP user on first payment"
     1373msgstr ""
     1374
     1375msgid "GENERAL SETTINGS"
     1376msgstr ""
     1377
     1378msgid "Create WP user"
     1379msgstr ""
     1380
     1381msgid "License Status"
     1382msgstr ""
     1383
     1384msgid "No subscription found"
     1385msgstr ""
     1386
     1387msgid "Billing Cycle"
     1388msgstr ""
     1389
     1390msgid "Payment ID"
     1391msgstr ""
  • smartpay/trunk/smartpay.php

    r2940675 r2945052  
    66 * Plugin URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags: download manager, digital product, donation, ecommerce, paddle, stripe, paypal, document manager, file manager, download protection, recurring payment, donations, donation plugin, wordpress donation plugin, wp donation, fundraising, fundraiser, crowdfunding, wordpress donations, gutenberg, gutenberg donations, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations, bkash, bkash payment,
    8  * Version:     2.7.7
     8 * Version:     2.7.8
    99 * Author:      WPSmartPay
    1010 * Author URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
     
    2828defined('ABSPATH') || exit;
    2929
    30 define('SMARTPAY_VERSION', '2.7.7');
     30define('SMARTPAY_VERSION', '2.7.8');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/trunk/vendor/autoload.php

    r2940675 r2945052  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214::getLoader();
     25return ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877::getLoader();
  • smartpay/trunk/vendor/composer/autoload_real.php

    r2940675 r2945052  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214
     5class ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit5f7a07cb5f9051655780f0561c919214', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit04190c33580335fc7d75331fc5fe5877', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit5f7a07cb5f9051655780f0561c919214::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit04190c33580335fc7d75331fc5fe5877::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$files;
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$files;
    3737        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/trunk/vendor/composer/autoload_static.php

    r2940675 r2945052  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit5f7a07cb5f9051655780f0561c919214
     7class ComposerStaticInit04190c33580335fc7d75331fc5fe5877
    88{
    99    public static $files = array (
     
    111111    {
    112112        return \Closure::bind(function () use ($loader) {
    113             $loader->prefixLengthsPsr4 = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$prefixLengthsPsr4;
    114             $loader->prefixDirsPsr4 = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$prefixDirsPsr4;
    115             $loader->classMap = ComposerStaticInit5f7a07cb5f9051655780f0561c919214::$classMap;
     113            $loader->prefixLengthsPsr4 = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$prefixLengthsPsr4;
     114            $loader->prefixDirsPsr4 = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$prefixDirsPsr4;
     115            $loader->classMap = ComposerStaticInit04190c33580335fc7d75331fc5fe5877::$classMap;
    116116
    117117        }, null, ClassLoader::class);
  • smartpay/trunk/vendor/composer/installed.php

    r2940675 r2945052  
    22    'root' => array(
    33        'name' => 'wp-smartpay/core',
    4         'pretty_version' => 'v2.7.7',
    5         'version' => '2.7.7.0',
    6         'reference' => 'bf6e8da544a1501c2b71443619fc4f7672bab7db',
     4        'pretty_version' => 'v2.7.8',
     5        'version' => '2.7.8.0',
     6        'reference' => '54377e624c09b0d37c7534e8643c82c973bbc4cd',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    108108        ),
    109109        'wp-smartpay/core' => array(
    110             'pretty_version' => 'v2.7.7',
    111             'version' => '2.7.7.0',
    112             'reference' => 'bf6e8da544a1501c2b71443619fc4f7672bab7db',
     110            'pretty_version' => 'v2.7.8',
     111            'version' => '2.7.8.0',
     112            'reference' => '54377e624c09b0d37c7534e8643c82c973bbc4cd',
    113113            'type' => 'library',
    114114            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.