Plugin Directory

Changeset 2825586


Ignore:
Timestamp:
11/29/2022 03:58:01 AM (3 years ago)
Author:
wppool
Message:

Tagging version 1.1.4

Location:
social-contact-form
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • social-contact-form/tags/1.1.4/plugin.php

    r2817204 r2825586  
    44 * plugin URI: https://wppool.dev/social-contact-form-pricing/
    55 * Description: Add a contact form on your website that sends form leads directly to your WhatsApp web or mobile, including WooCommerce orders, cart, etc
    6  * Version: 1.1.3
     6 * Version: 1.1.4
    77 * Author: WPPOOL
    88 * Author URI: https://wppool.dev
  • social-contact-form/tags/1.1.4/public/js/admin.min.js

    r2817204 r2825586  
    6060
    6161"use strict";
    62 eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Success\": () => (/* binding */ Success),\n/* harmony export */   \"Toast\": () => (/* binding */ Toast),\n/* harmony export */   \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */   \"excerpt\": () => (/* binding */ excerpt),\n/* harmony export */   \"is_true\": () => (/* binding */ is_true),\n/* harmony export */   \"is_whatsapp_number\": () => (/* binding */ is_whatsapp_number),\n/* harmony export */   \"log\": () => (/* binding */ log),\n/* harmony export */   \"search_in_object\": () => (/* binding */ search_in_object)\n/* harmony export */ });\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! sweetalert2 */ \"./node_modules/sweetalert2/dist/sweetalert2.all.js\");\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sweetalert2__WEBPACK_IMPORTED_MODULE_0__);\n\nconst Toast = sweetalert2__WEBPACK_IMPORTED_MODULE_0___default().mixin({\n  confirmButtonColor: \"#4f46e5\",\n  customClass: {\n    popup: \"rounded-md\",\n    title: \"font-medium tracking-normal text-gray-700\",\n    content: \"text-base font-medium tracking-wide text-gray-600\",\n    confirmButton: \"py-2 px-3 text-sm rounded-sm focus:ring-transparent focus:border-transparent\",\n    denyButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\",\n    cancelButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\"\n  },\n  focusConfirm: false\n});\nconst Success = message => {\n  Toast.fire({\n    toast: true,\n    icon: \"success\",\n    title: message,\n    position: \"top-end\",\n    showConfirmButton: false,\n    timer: 3000,\n    timerProgressBar: true\n  });\n};\nconst search_in_object = (object, search_term) => {\n  for (let key in object) {\n    if (object.hasOwnProperty(key)) {\n      try {\n        if (JSON.stringify(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      } catch (e) {\n        if (String(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      }\n    }\n  }\n\n  return false;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n  Success,\n  Toast\n});\nconst is_true = value => {\n  return value === true || value === \"true\" || value === \"1\" || value === 1;\n};\nfunction log() {\n  if (!is_true(scf_admin.development)) return;\n  let args = Array.from(arguments);\n  console.log(\"%cSCF\", \"background: #6D5ACF; color: white; font-size: 10px; padding: 2px; border-radius: 5px;\", ...args);\n}\nconst is_whatsapp_number = number => {\n  return /^\\+?[0-9]{9,11}$/.test(number);\n};\nconst excerpt = (text, length = 20) => {\n  if (text.length > length) {\n    return text.substring(0, length) + \"...\";\n  } else {\n    return text;\n  }\n};\n\n//# sourceURL=webpack://social-contact-form/./src/js/admin/helper.js?");
     62eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Success\": () => (/* binding */ Success),\n/* harmony export */   \"Toast\": () => (/* binding */ Toast),\n/* harmony export */   \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */   \"excerpt\": () => (/* binding */ excerpt),\n/* harmony export */   \"is_true\": () => (/* binding */ is_true),\n/* harmony export */   \"is_whatsapp_number\": () => (/* binding */ is_whatsapp_number),\n/* harmony export */   \"log\": () => (/* binding */ log),\n/* harmony export */   \"search_in_object\": () => (/* binding */ search_in_object)\n/* harmony export */ });\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! sweetalert2 */ \"./node_modules/sweetalert2/dist/sweetalert2.all.js\");\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sweetalert2__WEBPACK_IMPORTED_MODULE_0__);\n\nconst Toast = sweetalert2__WEBPACK_IMPORTED_MODULE_0___default().mixin({\n  confirmButtonColor: \"#4f46e5\",\n  customClass: {\n    popup: \"rounded-md\",\n    title: \"font-medium tracking-normal text-gray-700\",\n    content: \"text-base font-medium tracking-wide text-gray-600\",\n    confirmButton: \"py-2 px-3 text-sm rounded-sm focus:ring-transparent focus:border-transparent\",\n    denyButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\",\n    cancelButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\"\n  },\n  focusConfirm: false\n});\nconst Success = message => {\n  Toast.fire({\n    toast: true,\n    icon: \"success\",\n    title: message,\n    position: \"top-end\",\n    showConfirmButton: false,\n    timer: 3000,\n    timerProgressBar: true\n  });\n};\nconst search_in_object = (object, search_term) => {\n  for (let key in object) {\n    if (object.hasOwnProperty(key)) {\n      try {\n        if (JSON.stringify(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      } catch (e) {\n        if (String(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      }\n    }\n  }\n\n  return false;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n  Success,\n  Toast\n});\nconst is_true = value => {\n  return value === true || value === \"true\" || value === \"1\" || value === 1;\n};\nfunction log() {\n  if (!is_true(scf_admin.development)) return;\n  let args = Array.from(arguments);\n  console.log(\"%cSCF\", \"background: #6D5ACF; color: white; font-size: 10px; padding: 2px; border-radius: 5px;\", ...args);\n}\nconst is_whatsapp_number = number => {\n  return /^\\+?[0-9]{8,11}$/.test(number);\n};\nconst excerpt = (text, length = 20) => {\n  if (text.length > length) {\n    return text.substring(0, length) + \"...\";\n  } else {\n    return text;\n  }\n};\n\n//# sourceURL=webpack://social-contact-form/./src/js/admin/helper.js?");
    6363
    6464/***/ }),
  • social-contact-form/tags/1.1.4/readme.txt

    r2817204 r2825586  
    55Tested up to: 6.1
    66Requires PHP: 5.4
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    143143== Changelog ==
    144144
     145= 1.1.4 - 29 NOV 2022 =
     146** Fixed: Singapore country code can be used now
     147
    145148= 1.1.3 - 13 NOV 2022 =
    146149** Fixed: Poland country code can be used now
  • social-contact-form/trunk/plugin.php

    r2817204 r2825586  
    44 * plugin URI: https://wppool.dev/social-contact-form-pricing/
    55 * Description: Add a contact form on your website that sends form leads directly to your WhatsApp web or mobile, including WooCommerce orders, cart, etc
    6  * Version: 1.1.3
     6 * Version: 1.1.4
    77 * Author: WPPOOL
    88 * Author URI: https://wppool.dev
  • social-contact-form/trunk/public/js/admin.min.js

    r2817204 r2825586  
    6060
    6161"use strict";
    62 eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Success\": () => (/* binding */ Success),\n/* harmony export */   \"Toast\": () => (/* binding */ Toast),\n/* harmony export */   \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */   \"excerpt\": () => (/* binding */ excerpt),\n/* harmony export */   \"is_true\": () => (/* binding */ is_true),\n/* harmony export */   \"is_whatsapp_number\": () => (/* binding */ is_whatsapp_number),\n/* harmony export */   \"log\": () => (/* binding */ log),\n/* harmony export */   \"search_in_object\": () => (/* binding */ search_in_object)\n/* harmony export */ });\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! sweetalert2 */ \"./node_modules/sweetalert2/dist/sweetalert2.all.js\");\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sweetalert2__WEBPACK_IMPORTED_MODULE_0__);\n\nconst Toast = sweetalert2__WEBPACK_IMPORTED_MODULE_0___default().mixin({\n  confirmButtonColor: \"#4f46e5\",\n  customClass: {\n    popup: \"rounded-md\",\n    title: \"font-medium tracking-normal text-gray-700\",\n    content: \"text-base font-medium tracking-wide text-gray-600\",\n    confirmButton: \"py-2 px-3 text-sm rounded-sm focus:ring-transparent focus:border-transparent\",\n    denyButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\",\n    cancelButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\"\n  },\n  focusConfirm: false\n});\nconst Success = message => {\n  Toast.fire({\n    toast: true,\n    icon: \"success\",\n    title: message,\n    position: \"top-end\",\n    showConfirmButton: false,\n    timer: 3000,\n    timerProgressBar: true\n  });\n};\nconst search_in_object = (object, search_term) => {\n  for (let key in object) {\n    if (object.hasOwnProperty(key)) {\n      try {\n        if (JSON.stringify(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      } catch (e) {\n        if (String(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      }\n    }\n  }\n\n  return false;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n  Success,\n  Toast\n});\nconst is_true = value => {\n  return value === true || value === \"true\" || value === \"1\" || value === 1;\n};\nfunction log() {\n  if (!is_true(scf_admin.development)) return;\n  let args = Array.from(arguments);\n  console.log(\"%cSCF\", \"background: #6D5ACF; color: white; font-size: 10px; padding: 2px; border-radius: 5px;\", ...args);\n}\nconst is_whatsapp_number = number => {\n  return /^\\+?[0-9]{9,11}$/.test(number);\n};\nconst excerpt = (text, length = 20) => {\n  if (text.length > length) {\n    return text.substring(0, length) + \"...\";\n  } else {\n    return text;\n  }\n};\n\n//# sourceURL=webpack://social-contact-form/./src/js/admin/helper.js?");
     62eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"Success\": () => (/* binding */ Success),\n/* harmony export */   \"Toast\": () => (/* binding */ Toast),\n/* harmony export */   \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */   \"excerpt\": () => (/* binding */ excerpt),\n/* harmony export */   \"is_true\": () => (/* binding */ is_true),\n/* harmony export */   \"is_whatsapp_number\": () => (/* binding */ is_whatsapp_number),\n/* harmony export */   \"log\": () => (/* binding */ log),\n/* harmony export */   \"search_in_object\": () => (/* binding */ search_in_object)\n/* harmony export */ });\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! sweetalert2 */ \"./node_modules/sweetalert2/dist/sweetalert2.all.js\");\n/* harmony import */ var sweetalert2__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(sweetalert2__WEBPACK_IMPORTED_MODULE_0__);\n\nconst Toast = sweetalert2__WEBPACK_IMPORTED_MODULE_0___default().mixin({\n  confirmButtonColor: \"#4f46e5\",\n  customClass: {\n    popup: \"rounded-md\",\n    title: \"font-medium tracking-normal text-gray-700\",\n    content: \"text-base font-medium tracking-wide text-gray-600\",\n    confirmButton: \"py-2 px-3 text-sm rounded-sm focus:ring-transparent focus:border-transparent\",\n    denyButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\",\n    cancelButton: \"py-2 px-3 text-sm  rounded-sm focus:ring-transparent focus:border-0 focus:border-transparent\"\n  },\n  focusConfirm: false\n});\nconst Success = message => {\n  Toast.fire({\n    toast: true,\n    icon: \"success\",\n    title: message,\n    position: \"top-end\",\n    showConfirmButton: false,\n    timer: 3000,\n    timerProgressBar: true\n  });\n};\nconst search_in_object = (object, search_term) => {\n  for (let key in object) {\n    if (object.hasOwnProperty(key)) {\n      try {\n        if (JSON.stringify(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      } catch (e) {\n        if (String(object[key]).toLowerCase().includes(search_term.toLowerCase())) {\n          return true;\n        }\n      }\n    }\n  }\n\n  return false;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n  Success,\n  Toast\n});\nconst is_true = value => {\n  return value === true || value === \"true\" || value === \"1\" || value === 1;\n};\nfunction log() {\n  if (!is_true(scf_admin.development)) return;\n  let args = Array.from(arguments);\n  console.log(\"%cSCF\", \"background: #6D5ACF; color: white; font-size: 10px; padding: 2px; border-radius: 5px;\", ...args);\n}\nconst is_whatsapp_number = number => {\n  return /^\\+?[0-9]{8,11}$/.test(number);\n};\nconst excerpt = (text, length = 20) => {\n  if (text.length > length) {\n    return text.substring(0, length) + \"...\";\n  } else {\n    return text;\n  }\n};\n\n//# sourceURL=webpack://social-contact-form/./src/js/admin/helper.js?");
    6363
    6464/***/ }),
  • social-contact-form/trunk/readme.txt

    r2817204 r2825586  
    55Tested up to: 6.1
    66Requires PHP: 5.4
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    143143== Changelog ==
    144144
     145= 1.1.4 - 29 NOV 2022 =
     146** Fixed: Singapore country code can be used now
     147
    145148= 1.1.3 - 13 NOV 2022 =
    146149** Fixed: Poland country code can be used now
Note: See TracChangeset for help on using the changeset viewer.