Plugin Directory

Changeset 3095870


Ignore:
Timestamp:
05/31/2024 08:14:33 PM (22 months ago)
Author:
andaniel05
Message:

add version 1.1.0

Location:
sms-gateway-press
Files:
113 added
22 deleted
7 edited
3 copied

Legend:

Unmodified
Added
Removed
  • sms-gateway-press/tags/1.1.0/plugin.php

    r3095808 r3095870  
    44 * Plugin URI:   https://www.sms-gateway-press.com
    55 * Description:  Self-hosted SMS Gateway. Send SMS with your own Android devices across your WordPress site.
    6  * Version:      1.0.3
     6 * Version:      1.1.0
    77 * Requires PHP: 7.3
    88 * Author:       Andy Daniel Navarro Taño
     
    1010 * License:      GPLv2
    1111 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
    12  * Text Domain:  sms_gateway_press
     12 * Text Domain:  sms-gateway-press
    1313 */
    1414
     
    1717}
    1818
    19 require_once __DIR__ . '/private/class-main.php';
     19require_once __DIR__ . '/src/class-main.php';
    2020
    2121define( 'SMS_GATEWAY_PRESS_URL', plugin_dir_url( __FILE__ ) );
  • sms-gateway-press/tags/1.1.0/readme.txt

    r3095808 r3095870  
    44Tags: sms, smsgateway, gateway
    55Requires at least: 6.0
    6 Tested up to: 6.5
    7 Stable tag: 1.0.3
     6Tested up to: 6.5.3
     7Stable tag: 1.1.0
    88Requires PHP: 7.3
    99License: GPLv2 or later
     
    20201. Add endpoints to the Rest API to send and check the status of SMS.
    21212. Allows you to connect an unlimited number of Android devices. The more devices connected, the higher the availability of the gateway.
    22 3. Unlimited sending. Since SMS are sent with the mobile lines of Android devices, the costs applied will depend on them. It's good to keep in mind that in many countries local text messages are free.
     223. Customized sending. Since SMS are sent with the mobile lines of Android devices, the costs applied will depend on them. It's good to keep in mind that in many countries local text messages are free.
    23234. Shows real-time and refined information on the status of devices as well as SMS.
    24245. Allows you to schedule SMS sending.
     
    3434= Where to get the Android app? =
    3535
    36 The Android app may be downloaded [from here](https://www.sms-gateway-press.com/sdc_download/288/?key=gsajg40lttpcr5ycxbwoojvk3angq1)
    37 
    38 = How to send SMS? =
    39 
    40 [Read this guide](https://www.sms-gateway-press.com/como-enviar-un-sms/)
     36The Android app may be downloaded [from here](https://www.sms-gateway-press.com/download-app)
    4137
    4238== Screenshots ==
    4339
    44 1. screenshot-1.png SMS List.
    45 2. screenshot-2.png New SMS.
    46 3. screenshot-3.png SMS Sent.
    47 4. screenshot-4.png Device info.
    48 5. screenshot-5.png Main app view.
    49 6. screenshot-6.png Edit credentials.
    50 7. screenshot-7.png App running.
     401. screenshot-dashboard.png Dashboard.
     412. screenshot-sms-list.png SMS List.
     423. screenshot-new-sms.png New SMS.
     434. screenshot-sent-sms.png SMS Sent.
     445. screenshot-edit-device.png Device info.
     456. screenshot-app-home.png Main app view.
     467. screenshot-app-edit-credentials.png Edit credentials.
     478. screenshot-app-logs.png App running.
  • sms-gateway-press/trunk/.editorconfig

    r3095808 r3095870  
    55insert_final_newline = true
    66charset = utf-8
     7trim_trailing_whitespace = true
     8
     9[*.php]
    710indent_size = 4
    811indent_style = tab
    9 trim_trailing_whitespace = true
     12
     13[*.{js,jsx}]
     14indent_size = 2
     15indent_style = space
  • sms-gateway-press/trunk/.gitignore

    r3095808 r3095870  
     1dist/
    12vendor/
     3node_modules/
     4
     5*storybook.log
  • sms-gateway-press/trunk/.phpcs.xml.dist

    r3095808 r3095870  
    2121    <exclude-pattern>/docroot/wp-content/plugins/*</exclude-pattern>
    2222
     23    <exclude-pattern>./compile.js</exclude-pattern>
     24    <exclude-pattern>./tailwind.config.js</exclude-pattern>
     25    <exclude-pattern>./\.storybook/*</exclude-pattern>
     26    <exclude-pattern>/dist/*</exclude-pattern>
    2327    <exclude-pattern>/js/*</exclude-pattern>
     28    <exclude-pattern>/src/js/*</exclude-pattern>
     29    <exclude-pattern>/src/css/*</exclude-pattern>
     30    <exclude-pattern>/src/stories/*</exclude-pattern>
    2431
    2532    <!-- Exclude the Composer Vendor directory. -->
  • sms-gateway-press/trunk/composer.lock

    r3095808 r3095870  
    28462846        {
    28472847            "name": "symfony/event-dispatcher-contracts",
    2848             "version": "v3.4.2",
     2848            "version": "v3.5.0",
    28492849            "source": {
    28502850                "type": "git",
    28512851                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    2852                 "reference": "4e64b49bf370ade88e567de29465762e316e4224"
    2853             },
    2854             "dist": {
    2855                 "type": "zip",
    2856                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224",
    2857                 "reference": "4e64b49bf370ade88e567de29465762e316e4224",
     2852                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
     2853            },
     2854            "dist": {
     2855                "type": "zip",
     2856                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
     2857                "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
    28582858                "shasum": ""
    28592859            },
     
    28652865            "extra": {
    28662866                "branch-alias": {
    2867                     "dev-main": "3.4-dev"
     2867                    "dev-main": "3.5-dev"
    28682868                },
    28692869                "thanks": {
     
    29022902            ],
    29032903            "support": {
    2904                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2"
     2904                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
    29052905            },
    29062906            "funding": [
     
    29182918                }
    29192919            ],
    2920             "time": "2024-01-23T14:51:35+00:00"
     2920            "time": "2024-04-18T09:32:20+00:00"
    29212921        },
    29222922        {
  • sms-gateway-press/trunk/plugin.php

    r3095808 r3095870  
    44 * Plugin URI:   https://www.sms-gateway-press.com
    55 * Description:  Self-hosted SMS Gateway. Send SMS with your own Android devices across your WordPress site.
    6  * Version:      1.0.3
     6 * Version:      1.1.0
    77 * Requires PHP: 7.3
    88 * Author:       Andy Daniel Navarro Taño
     
    1010 * License:      GPLv2
    1111 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
    12  * Text Domain:  sms_gateway_press
     12 * Text Domain:  sms-gateway-press
    1313 */
    1414
     
    1717}
    1818
    19 require_once __DIR__ . '/private/class-main.php';
     19require_once __DIR__ . '/src/class-main.php';
    2020
    2121define( 'SMS_GATEWAY_PRESS_URL', plugin_dir_url( __FILE__ ) );
  • sms-gateway-press/trunk/readme.md

    r3095808 r3095870  
    22Useful commands:
    33
    4 List all coding standard issues:
     41. List all coding standard issues:
    55
    66```
     
    88```
    99
    10 Fix all coding standard issues:
     102. Fix all coding standard issues:
    1111
    1212```
     
    1414```
    1515
    16 Check compatibility with a PHP version.
     163. Check compatibility with a PHP version.
    1717
    1818```
    19 $ ./vendor/bin/phpcs -p private --standard=PHPCompatibility --runtime-set testVersion 7.3
     19$ ./vendor/bin/phpcs -p src --standard=PHPCompatibility --runtime-set testVersion 7.3
    2020```
     21
     224. Compile JS and CSS with hot reload for development:
     23
     24```
     25$ npm run watch
     26```
     27
  • sms-gateway-press/trunk/readme.txt

    r3095808 r3095870  
    44Tags: sms, smsgateway, gateway
    55Requires at least: 6.0
    6 Tested up to: 6.5
    7 Stable tag: 1.0.3
     6Tested up to: 6.5.3
     7Stable tag: 1.1.0
    88Requires PHP: 7.3
    99License: GPLv2 or later
     
    20201. Add endpoints to the Rest API to send and check the status of SMS.
    21212. Allows you to connect an unlimited number of Android devices. The more devices connected, the higher the availability of the gateway.
    22 3. Unlimited sending. Since SMS are sent with the mobile lines of Android devices, the costs applied will depend on them. It's good to keep in mind that in many countries local text messages are free.
     223. Customized sending. Since SMS are sent with the mobile lines of Android devices, the costs applied will depend on them. It's good to keep in mind that in many countries local text messages are free.
    23234. Shows real-time and refined information on the status of devices as well as SMS.
    24245. Allows you to schedule SMS sending.
     
    3434= Where to get the Android app? =
    3535
    36 The Android app may be downloaded [from here](https://www.sms-gateway-press.com/sdc_download/288/?key=gsajg40lttpcr5ycxbwoojvk3angq1)
    37 
    38 = How to send SMS? =
    39 
    40 [Read this guide](https://www.sms-gateway-press.com/como-enviar-un-sms/)
     36The Android app may be downloaded [from here](https://www.sms-gateway-press.com/download-app)
    4137
    4238== Screenshots ==
    4339
    44 1. screenshot-1.png SMS List.
    45 2. screenshot-2.png New SMS.
    46 3. screenshot-3.png SMS Sent.
    47 4. screenshot-4.png Device info.
    48 5. screenshot-5.png Main app view.
    49 6. screenshot-6.png Edit credentials.
    50 7. screenshot-7.png App running.
     401. screenshot-dashboard.png Dashboard.
     412. screenshot-sms-list.png SMS List.
     423. screenshot-new-sms.png New SMS.
     434. screenshot-sent-sms.png SMS Sent.
     445. screenshot-edit-device.png Device info.
     456. screenshot-app-home.png Main app view.
     467. screenshot-app-edit-credentials.png Edit credentials.
     478. screenshot-app-logs.png App running.
Note: See TracChangeset for help on using the changeset viewer.