Changeset 3475701
- Timestamp:
- 03/05/2026 02:00:32 PM (4 weeks ago)
- Location:
- custom-codes/trunk
- Files:
-
- 5 edited
-
custom-codes.php (modified) (3 diffs)
-
lib/activation.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/composer-lite/installed.php (modified) (2 diffs)
-
vendor/freemius/wordpress-sdk/assets/img/custom-codes.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
custom-codes/trunk/custom-codes.php
r3459941 r3475701 17 17 * Text Domain: custom-codes 18 18 * Domain Path: /languages 19 * Version: 2.5. 119 * Version: 2.5.2 20 20 * 21 21 */ 22 22 defined( 'ABSPATH' ) || die( 'No script kiddies please!' ); 23 define( 'CODES_VERSION', '2.5. 1' );23 define( 'CODES_VERSION', '2.5.2' ); 24 24 define( 'CODES_DEBUG', false ); 25 25 // Paths. … … 45 45 require_once dirname( __FILE__ ) . '/vendor/freemius/wordpress-sdk/start.php'; 46 46 $codes_fs = fs_dynamic_init( array( 47 'id' => '7183',48 'slug' => 'custom-codes',49 'premium_slug' => 'custom-codes-pro',50 'type' => 'plugin',51 'public_key' => 'pk_4c4440eed53a6dd7637b96b2b82c0',52 'is_premium' => false,53 'premium_suffix' => 'PRO',54 'has_addons' => false,55 'has_paid_plans' => true,56 'has_affiliation' => 'selected',57 'menu' => array(47 'id' => '7183', 48 'slug' => 'custom-codes', 49 'premium_slug' => 'custom-codes-pro', 50 'type' => 'plugin', 51 'public_key' => 'pk_4c4440eed53a6dd7637b96b2b82c0', 52 'is_premium' => false, 53 'premium_suffix' => 'PRO', 54 'has_addons' => false, 55 'has_paid_plans' => true, 56 'has_affiliation' => 'selected', 57 'menu' => array( 58 58 'slug' => 'edit.php?post_type=custom-code', 59 59 'first-path' => 'edit.php?post_type=custom-code', … … 62 62 'affiliation' => false, 63 63 ), 64 'is_live' => true, 64 'is_live' => true, 65 'is_org_compliant' => true, 65 66 ) ); 66 67 } -
custom-codes/trunk/lib/activation.php
r3457485 r3475701 62 62 function codes_load_plugin_textdomain() { 63 63 64 load_textdomain( 'custom-codes', CODES_PLUGIN_DIR . '/languages/custom-codes-' . get_ locale() . '.mo' );64 load_textdomain( 'custom-codes', CODES_PLUGIN_DIR . '/languages/custom-codes-' . get_user_locale() . '.mo' ); 65 65 } 66 66 add_action( 'plugins_loaded', 'codes_load_plugin_textdomain' ); -
custom-codes/trunk/readme.txt
r3459941 r3475701 150 150 151 151 == Changelog == 152 = 2.5.2 (2026-03-05 16:239 EET) = 153 * Bug fix related to user localization preference 154 * Unused assets removed and old icon updated 155 152 156 = 2.5.1 (2026-02-12 15:27 EET) = 153 157 * Added: AI modal preview … … 479 483 == Upgrade Notice == 480 484 485 = 2.5.0 = 486 CodeKit now has AI superpowers! Generate, fix, and optimize your custom codes with Google Gemini or OpenAI. 487 481 488 = 2.0.0 = 482 489 This is a major upgrade. Please backup both files and database before updating. -
custom-codes/trunk/vendor/composer-lite/installed.php
r3459941 r3475701 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 2ed11afc896109a89d2fdc1045e62d4daa9f1056',6 'reference' => '6cd914c9145cda32e65b62430f6fbc16f629c340', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 2ed11afc896109a89d2fdc1045e62d4daa9f1056',16 'reference' => '6cd914c9145cda32e65b62430f6fbc16f629c340', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.