Changeset 3488668
- Timestamp:
- 03/23/2026 08:00:03 AM (11 days ago)
- Location:
- appalify-subscriptions-for-woocommerce/tags
- Files:
-
- 4 edited
-
1.0.3/easy-subscriptions.php (modified) (4 diffs)
-
1.0.3/readme.txt (modified) (1 diff)
-
1.0.4/easy-subscriptions.php (modified) (2 diffs)
-
1.0.4/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appalify-subscriptions-for-woocommerce/tags/1.0.3/easy-subscriptions.php
r3476710 r3488668 2 2 /** 3 3 * Plugin Name: Appalify Subscriptions for WooCommerce 4 * Version: 1.0. 34 * Version: 1.0.4 5 5 * Description: Create automatic recurring payments. 6 6 * Author: Appalify … … 44 44 45 45 function easy_subscriptions_woocommerce_init() { 46 load_plugin_textdomain( ' easy-subscriptions', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );46 load_plugin_textdomain( 'appalify-subscriptions-for-woocommerce', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' ); 47 47 48 48 if ( ! class_exists( 'WooCommerce' ) ) { … … 117 117 $admin_notice_content = sprintf( 118 118 // translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin 119 esc_html__( '%2$s The %3$sWooCommerce plugin%4$s must be active for your plugin to work. Please %5$sinstall & activate WooCommerce »%6$s', ' easy-subscriptions' ),119 esc_html__( '%2$s The %3$sWooCommerce plugin%4$s must be active for your plugin to work. Please %5$sinstall & activate WooCommerce »%6$s', 'appalify-subscriptions-for-woocommerce' ), 120 120 '<strong>', 121 121 '</strong>', … … 141 141 */ 142 142 function easy_subscriptions() { 143 $instance = easy_subscriptions::instance( __FILE__, '1.0. 2' );143 $instance = easy_subscriptions::instance( __FILE__, '1.0.4' ); 144 144 145 145 if ( is_null( $instance->settings ) ) { -
appalify-subscriptions-for-woocommerce/tags/1.0.3/readme.txt
r3488372 r3488668 1 === WooCommerce Subscriptions===1 === Appalify Subscriptions for WooCommerce === 2 2 Contributors: Appalify 3 3 Tags: woocommerce, Recurring payments, subscription billing, woocommerce subscriptions, subscriptions, subscription Box 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
appalify-subscriptions-for-woocommerce/tags/1.0.4/easy-subscriptions.php
r3488655 r3488668 2 2 /** 3 3 * Plugin Name: Appalify Subscriptions for WooCommerce 4 * Version: 1.0. 34 * Version: 1.0.4 5 5 * Description: Create automatic recurring payments. 6 6 * Author: Appalify … … 141 141 */ 142 142 function easy_subscriptions() { 143 $instance = easy_subscriptions::instance( __FILE__, '1.0. 2' );143 $instance = easy_subscriptions::instance( __FILE__, '1.0.4' ); 144 144 145 145 if ( is_null( $instance->settings ) ) { -
appalify-subscriptions-for-woocommerce/tags/1.0.4/readme.txt
r3488655 r3488668 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GNU General Public License v3.0 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.