Plugin Directory

Changeset 3200117


Ignore:
Timestamp:
12/01/2024 07:58:00 AM (16 months ago)
Author:
softnwords
Message:

HPOS issues fixed

Location:
smm-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smm-api/trunk/init.php

    r3174480 r3200117  
    44Plugin URI: https://softnwords.com/themes/plugins/smm-api/
    55Description: SMM API Plugin helps online order processing at remote SMM servers.Best for SMM Panel websites and triggers orders at backend.It shows reports in Admin page.
    6 Version: 6.0.25
     6Version: 6.0.26
    77Author: Softnwords
    88Author URI: https://softnwords.com
     
    2727    define( 'SMMS_SMAPI_DIR', plugin_dir_path( __FILE__ ) );
    2828}
     29add_action( 'plugins_loaded', function(){
    2930
     31add_action('before_woocommerce_init', function(){
     32
     33if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     34
     35\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
     36
     37}
     38
     39});
     40
     41}, 10 );
    3042/* Plugin Framework Version Check */
    3143if( ! function_exists( 'smm_maybe_plugin_fw_loader' ) && file_exists( SMMS_SMAPI_DIR . 'plugin-fw/init.php' )) {
  • smm-api/trunk/readme.txt

    r3174482 r3200117  
    44Tags: smm panel, reseller panel, api panel, social panel
    55Requires at least: 4.9.9
    6 Tested up to: 6.6
    7 Stable tag: 6.0.25
     6Tested up to: 6.5
     7Stable tag: 6.0.17
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1313== Description ==
    1414
    15 This plugin automates the client order processing and Order placing at SMM server. Customer gets an onetime response back for each SMM item that is bought through panel websites. Many SMM servers do not give free plugin for WordPress Sites. Hence I thought to write simple plugin that does online active integration with supporting server sites. It needs a api server url and api key to pull data from server and place order with server from any Re-seller panel WordPress site. The order is displayed in admin page and it will be a List view in admin page. Users can put their own price tag and route orders to server sites with added options available with this plugin. Try free version and learn to use the plugin before you want any advanced features. If you need technical support please mail me at sam@softnwords.com and you get reply in couple of days as there are many emails in mailbox.
     15This plugin automates the client order processing and Order placing at SMM server. Customer gets an onetime response back for each SMM item that is bought through panel websites. Many SMM servers do not give free plugin for WordPress Sites. Hence I thought to write simple plugin that does online active integration with supporting server sites. It needs a api server url and api key to pull data from server and place order with server from any Re-seller panel WordPress site. The order is displayed in admin page and it will be a List view in admin page. Users can put their own price tag and route orders to server sites with added options available with this plugin.Try free version and learn to use the plugin before you want any advanced features.If you need technical support please mail me at sam@softnwords.com and you get reply in couple of days as there are many emails in mailbox.
    1616
    1717**Some Core Features:**
     
    2121* It uses database to store only active orders.
    2222
    23 
    2423**Notice**
    2524
    26 This plugin framework is fork from yith WooCommerce subscription and the use and features are substantially differs. All credits to original author for the beautiful framework.
     25This plugin framework is fork from yith woocomerce subscription and the use and features are substantially differs. All credits to original author for the beautiful framework.
    2726
    2827
     
    38374. Add SMM Items as per the data displayed SMM server site.
    39385. Add WooCommerce product in Admin panel and select Api Items from select box.
    40 6. That's it! your shop page can now take orders and trigger the orders remotely at SMM server site.
     396. That's it! your shop page can now take orders and trigger the orders remotly at SMM server site.
    4140
    4241== Frequently Asked Questions ==
     
    4847= 2. Is this full version  or demo version? =
    4948
    50 This is full version as this is simple plugin. But if you want subscription and order listing status, Please get your premium copy of this plugin.
     49This is full version as this is simple plugin.But if you want subscription and order listing status, Please get your premium copy of this plugin.
    5150
    5251= 3. Does this plugin track back any data from installed website? =
     
    103102== Changelog ==
    104103
    105 = 6.0.25=
    106 
    107 * Tagged version 6.0.25 with minor bug fixed!
     104= 6.0.15=
     105
     106* added new contributor and this plugin is a fork and from yithemes, crediting all authors.
    108107
    109108= 6.0.9=
     
    162161= 1.1.1 =
    163162
    164 * Coupon order triggering is added.
     163* Coupon code order triggering is added.
    165164
    166165= 1.1 =
     
    174173== Upgrade Notice ==
    175174
    176 = 6.0.25
    177 
    178 * Fixed per guidelines and updated with new release.
     175= 6.0.15=
     176
     177* added new contributor
    179178
    180179= 6.0.9=
     
    2182173. Editing API Server Items
    2192184. Import SMM Items from Server.
    220 
    221 == External services ==
    222 
    223  This plugin connects to an API to obtain demo content, it's needed to show the API server information and output content in the wp list table at the admin panel window.
    224  It sends the user's api key every time the demo is loaded and recives the server contents to fill the wp list table. This service is provided by "seoclerks.in": [terms of use](https://www.seoclerks.in/tos), [privacy policy](https://www.seoclerks.in/privacy).
    225  
    226  This Plugin connects to softnwords.com for [user guide data](https://softnwords.com/my-account/support/dashboard/smm-api/) and  [terms of use](https://www.softnwords.com/tos), [privacy policy](https://www.softnwords.com/privacy).
Note: See TracChangeset for help on using the changeset viewer.